sS toWebColorName(int rgb) { new Lowest best; for (PairS p : webColorNamePairs()) best.put(p.a, rgbDiff(hexToInt(p.b), rgb)); ret best!; }