Shades of Lochinvar #429080
Tints of Lochinvar #429080
RGB
CMYK
RGB Variations
Color information
#429080 (or 0x429080) is known color: Lochinvar. HEX triplet: 42, 90 and 80. RGB value is (66,144,128). Sum of RGB (Red+Green+Blue) = 66+144+128=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #429080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429080 is #BD6F7F. Grayscale: #767676. Windows color (decimal): -12414848 or 8425538. OLE color: 8425538.
HSL color Cylindrical-coordinate representation of color #429080: hue angle of 167.69º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429080 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 128 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.44 |
| HSL | 167.69º | 0.37% | 0.41% | - |
| HSV(B) | 167.69º | 0.54% | 0.56% | - |
| XYZ | 16.12 | 22.66 | 23.95 | - |
| YUV | 118.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 128 | 0.54 | 0 | 0.11 | 0.44 | 167.69 | 0.37 | 0.41 |
| Hex | 42 | 90 | 80 | 36 | 0 | B | 2C | A8 | 25 | 29 |
| Octal | 102 | 220 | 200 | 66 | 0 | 13 | 54 | 250 | 45 | 51 |
| Binary | 1000010 | 10010000 | 10000000 | 110110 | 0 | 1011 | 101100 | 10101000 | 100101 | 101001 |
Color Harmonies of #429080
Complementary color
Monochromatic Colors of #429080
Black with #429080
Text Example
Text Example
White with #429080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429080; }
p { color: rgb(66,144,128); }
H1.HeaderClassName
{
color: #429080;
}
.AnyTagClassName
{
color: #429080;
}
</style>
background-color css
<style>
a { background-color: #429080; }
a { background-color: rgb(66,144,128); }
div.DivClassName
{
background-color: #429080;
}
.BgClassName
{
background-color: #429080;
}
</style>
border-color css
<style>
span { border-color: #429080; }
span { border-color: rgb(66,144,128); }
td.TdClassName
{
border-color: #429080;
}
.TagClassName
{
border-color: #429080;
}
</style>