Shades of Lochinvar #409286
Tints of Lochinvar #409286
RGB
CMYK
RGB Variations
Color information
#409286 (or 0x409286) is known color: Lochinvar. HEX triplet: 40, 92 and 86. RGB value is (64,146,134). Sum of RGB (Red+Green+Blue) = 64+146+134=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #409286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409286 is #BF6D79. Grayscale: #787878. Windows color (decimal): -12545402 or 8819264. OLE color: 8819264.
HSL color Cylindrical-coordinate representation of color #409286: hue angle of 171.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409286 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 134 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.43 |
| HSL | 171.22º | 0.39% | 0.41% | - |
| HSV(B) | 171.22º | 0.56% | 0.57% | - |
| XYZ | 16.7 | 23.37 | 26.18 | - |
| YUV | 120.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 134 | 0.56 | 0 | 0.08 | 0.43 | 171.22 | 0.39 | 0.41 |
| Hex | 40 | 92 | 86 | 38 | 0 | 8 | 2B | AB | 27 | 29 |
| Octal | 100 | 222 | 206 | 70 | 0 | 10 | 53 | 253 | 47 | 51 |
| Binary | 1000000 | 10010010 | 10000110 | 111000 | 0 | 1000 | 101011 | 10101011 | 100111 | 101001 |
Color Harmonies of #409286
Complementary color
Monochromatic Colors of #409286
Black with #409286
Text Example
Text Example
White with #409286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409286; }
p { color: rgb(64,146,134); }
H1.HeaderClassName
{
color: #409286;
}
.AnyTagClassName
{
color: #409286;
}
</style>
background-color css
<style>
a { background-color: #409286; }
a { background-color: rgb(64,146,134); }
div.DivClassName
{
background-color: #409286;
}
.BgClassName
{
background-color: #409286;
}
</style>
border-color css
<style>
span { border-color: #409286; }
span { border-color: rgb(64,146,134); }
td.TdClassName
{
border-color: #409286;
}
.TagClassName
{
border-color: #409286;
}
</style>