Shades of Lochinvar #409184
Tints of Lochinvar #409184
RGB
CMYK
RGB Variations
Color information
#409184 (or 0x409184) is known color: Lochinvar. HEX triplet: 40, 91 and 84. RGB value is (64,145,132). Sum of RGB (Red+Green+Blue) = 64+145+132=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #409184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409184 is #BF6E7B. Grayscale: #777777. Windows color (decimal): -12545660 or 8687936. OLE color: 8687936.
HSL color Cylindrical-coordinate representation of color #409184: hue angle of 170.37º 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 #409184 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 132 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.43 |
| HSL | 170.37º | 0.39% | 0.41% | - |
| HSV(B) | 170.37º | 0.56% | 0.57% | - |
| XYZ | 16.4 | 23.01 | 25.41 | - |
| YUV | 119.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 132 | 0.56 | 0 | 0.09 | 0.43 | 170.37 | 0.39 | 0.41 |
| Hex | 40 | 91 | 84 | 38 | 0 | 9 | 2B | AA | 27 | 29 |
| Octal | 100 | 221 | 204 | 70 | 0 | 11 | 53 | 252 | 47 | 51 |
| Binary | 1000000 | 10010001 | 10000100 | 111000 | 0 | 1001 | 101011 | 10101010 | 100111 | 101001 |
Color Harmonies of #409184
Complementary color
Monochromatic Colors of #409184
Black with #409184
Text Example
Text Example
White with #409184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409184; }
p { color: rgb(64,145,132); }
H1.HeaderClassName
{
color: #409184;
}
.AnyTagClassName
{
color: #409184;
}
</style>
background-color css
<style>
a { background-color: #409184; }
a { background-color: rgb(64,145,132); }
div.DivClassName
{
background-color: #409184;
}
.BgClassName
{
background-color: #409184;
}
</style>
border-color css
<style>
span { border-color: #409184; }
span { border-color: rgb(64,145,132); }
td.TdClassName
{
border-color: #409184;
}
.TagClassName
{
border-color: #409184;
}
</style>