Shades of Lochinvar #428C7E
Tints of Lochinvar #428C7E
RGB
CMYK
RGB Variations
Color information
#428C7E (or 0x428C7E) is known color: Lochinvar. HEX triplet: 42, 8C and 7E. RGB value is (66,140,126). Sum of RGB (Red+Green+Blue) = 66+140+126=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7E is #BD7381. Grayscale: #747474. Windows color (decimal): -12415874 or 8293442. OLE color: 8293442.
HSL color Cylindrical-coordinate representation of color #428C7E: hue angle of 168.65º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C7E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 126 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.45 |
| HSL | 168.65º | 0.36% | 0.4% | - |
| HSV(B) | 168.65º | 0.53% | 0.55% | - |
| XYZ | 15.39 | 21.42 | 23.06 | - |
| YUV | 116.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 126 | 0.53 | 0 | 0.10 | 0.45 | 168.65 | 0.36 | 0.4 |
| Hex | 42 | 8C | 7E | 35 | 0 | A | 2D | A9 | 24 | 28 |
| Octal | 102 | 214 | 176 | 65 | 0 | 12 | 55 | 251 | 44 | 50 |
| Binary | 1000010 | 10001100 | 1111110 | 110101 | 0 | 1010 | 101101 | 10101001 | 100100 | 101000 |
Color Harmonies of #428C7E
Complementary color
Monochromatic Colors of #428C7E
Black with #428C7E
Text Example
Text Example
White with #428C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C7E; }
p { color: rgb(66,140,126); }
H1.HeaderClassName
{
color: #428C7E;
}
.AnyTagClassName
{
color: #428C7E;
}
</style>
background-color css
<style>
a { background-color: #428C7E; }
a { background-color: rgb(66,140,126); }
div.DivClassName
{
background-color: #428C7E;
}
.BgClassName
{
background-color: #428C7E;
}
</style>
border-color css
<style>
span { border-color: #428C7E; }
span { border-color: rgb(66,140,126); }
td.TdClassName
{
border-color: #428C7E;
}
.TagClassName
{
border-color: #428C7E;
}
</style>