Shades of Lochinvar #428A7E
Tints of Lochinvar #428A7E
RGB
CMYK
RGB Variations
Color information
#428A7E (or 0x428A7E) is known color: Lochinvar. HEX triplet: 42, 8A and 7E. RGB value is (66,138,126). Sum of RGB (Red+Green+Blue) = 66+138+126=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #428A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A7E is #BD7581. Grayscale: #737373. Windows color (decimal): -12416386 or 8292930. OLE color: 8292930.
HSL color Cylindrical-coordinate representation of color #428A7E: hue angle of 170º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A7E is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 126 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.46 |
| HSL | 170º | 0.35% | 0.4% | - |
| HSV(B) | 170º | 0.52% | 0.54% | - |
| XYZ | 15.1 | 20.84 | 22.97 | - |
| YUV | 115.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 126 | 0.52 | 0 | 0.09 | 0.46 | 170 | 0.35 | 0.4 |
| Hex | 42 | 8A | 7E | 34 | 0 | 9 | 2E | AA | 23 | 28 |
| Octal | 102 | 212 | 176 | 64 | 0 | 11 | 56 | 252 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1111110 | 110100 | 0 | 1001 | 101110 | 10101010 | 100011 | 101000 |
Color Harmonies of #428A7E
Complementary color
Monochromatic Colors of #428A7E
Black with #428A7E
Text Example
Text Example
White with #428A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A7E; }
p { color: rgb(66,138,126); }
H1.HeaderClassName
{
color: #428A7E;
}
.AnyTagClassName
{
color: #428A7E;
}
</style>
background-color css
<style>
a { background-color: #428A7E; }
a { background-color: rgb(66,138,126); }
div.DivClassName
{
background-color: #428A7E;
}
.BgClassName
{
background-color: #428A7E;
}
</style>
border-color css
<style>
span { border-color: #428A7E; }
span { border-color: rgb(66,138,126); }
td.TdClassName
{
border-color: #428A7E;
}
.TagClassName
{
border-color: #428A7E;
}
</style>