Shades of Lochinvar #409387
Tints of Lochinvar #409387
RGB
CMYK
RGB Variations
Color information
#409387 (or 0x409387) is known color: Lochinvar. HEX triplet: 40, 93 and 87. RGB value is (64,147,135). Sum of RGB (Red+Green+Blue) = 64+147+135=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #409387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409387 is #BF6C78. Grayscale: #787878. Windows color (decimal): -12545145 or 8885056. OLE color: 8885056.
HSL color Cylindrical-coordinate representation of color #409387: hue angle of 171.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409387 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 135 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.42 |
| HSL | 171.33º | 0.39% | 0.41% | - |
| HSV(B) | 171.33º | 0.56% | 0.58% | - |
| XYZ | 16.92 | 23.71 | 26.61 | - |
| YUV | 120.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 135 | 0.56 | 0 | 0.08 | 0.42 | 171.33 | 0.39 | 0.41 |
| Hex | 40 | 93 | 87 | 38 | 0 | 8 | 2A | AB | 27 | 29 |
| Octal | 100 | 223 | 207 | 70 | 0 | 10 | 52 | 253 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10000111 | 111000 | 0 | 1000 | 101010 | 10101011 | 100111 | 101001 |
Color Harmonies of #409387
Complementary color
Monochromatic Colors of #409387
Black with #409387
Text Example
Text Example
White with #409387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409387; }
p { color: rgb(64,147,135); }
H1.HeaderClassName
{
color: #409387;
}
.AnyTagClassName
{
color: #409387;
}
</style>
background-color css
<style>
a { background-color: #409387; }
a { background-color: rgb(64,147,135); }
div.DivClassName
{
background-color: #409387;
}
.BgClassName
{
background-color: #409387;
}
</style>
border-color css
<style>
span { border-color: #409387; }
span { border-color: rgb(64,147,135); }
td.TdClassName
{
border-color: #409387;
}
.TagClassName
{
border-color: #409387;
}
</style>