Shades of Lochinvar #409186
Tints of Lochinvar #409186
RGB
CMYK
RGB Variations
Color information
#409186 (or 0x409186) is known color: Lochinvar. HEX triplet: 40, 91 and 86. RGB value is (64,145,134). Sum of RGB (Red+Green+Blue) = 64+145+134=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #409186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409186 is #BF6E79. Grayscale: #777777. Windows color (decimal): -12545658 or 8819008. OLE color: 8819008.
HSL color Cylindrical-coordinate representation of color #409186: hue angle of 171.85º 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 #409186 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 134 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.43 |
| HSL | 171.85º | 0.39% | 0.41% | - |
| HSV(B) | 171.85º | 0.56% | 0.57% | - |
| XYZ | 16.54 | 23.06 | 26.13 | - |
| YUV | 119.53 | 136.16 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 134 | 0.56 | 0 | 0.08 | 0.43 | 171.85 | 0.39 | 0.41 |
| Hex | 40 | 91 | 86 | 38 | 0 | 8 | 2B | AC | 27 | 29 |
| Octal | 100 | 221 | 206 | 70 | 0 | 10 | 53 | 254 | 47 | 51 |
| Binary | 1000000 | 10010001 | 10000110 | 111000 | 0 | 1000 | 101011 | 10101100 | 100111 | 101001 |
Color Harmonies of #409186
Complementary color
Monochromatic Colors of #409186
Black with #409186
Text Example
Text Example
White with #409186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409186; }
p { color: rgb(64,145,134); }
H1.HeaderClassName
{
color: #409186;
}
.AnyTagClassName
{
color: #409186;
}
</style>
background-color css
<style>
a { background-color: #409186; }
a { background-color: rgb(64,145,134); }
div.DivClassName
{
background-color: #409186;
}
.BgClassName
{
background-color: #409186;
}
</style>
border-color css
<style>
span { border-color: #409186; }
span { border-color: rgb(64,145,134); }
td.TdClassName
{
border-color: #409186;
}
.TagClassName
{
border-color: #409186;
}
</style>