Shades of Lochinvar #409388
Tints of Lochinvar #409388
RGB
CMYK
RGB Variations
Color information
#409388 (or 0x409388) is known color: Lochinvar. HEX triplet: 40, 93 and 88. RGB value is (64,147,136). Sum of RGB (Red+Green+Blue) = 64+147+136=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #409388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409388 is #BF6C77. Grayscale: #787878. Windows color (decimal): -12545144 or 8950592. OLE color: 8950592.
HSL color Cylindrical-coordinate representation of color #409388: hue angle of 172.05º 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 #409388 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 136 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.42 |
| HSL | 172.05º | 0.39% | 0.41% | - |
| HSV(B) | 172.05º | 0.56% | 0.58% | - |
| XYZ | 16.99 | 23.74 | 26.98 | - |
| YUV | 120.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 136 | 0.56 | 0 | 0.07 | 0.42 | 172.05 | 0.39 | 0.41 |
| Hex | 40 | 93 | 88 | 38 | 0 | 7 | 2A | AC | 27 | 29 |
| Octal | 100 | 223 | 210 | 70 | 0 | 7 | 52 | 254 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10001000 | 111000 | 0 | 111 | 101010 | 10101100 | 100111 | 101001 |
Color Harmonies of #409388
Complementary color
Monochromatic Colors of #409388
Black with #409388
Text Example
Text Example
White with #409388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409388; }
p { color: rgb(64,147,136); }
H1.HeaderClassName
{
color: #409388;
}
.AnyTagClassName
{
color: #409388;
}
</style>
background-color css
<style>
a { background-color: #409388; }
a { background-color: rgb(64,147,136); }
div.DivClassName
{
background-color: #409388;
}
.BgClassName
{
background-color: #409388;
}
</style>
border-color css
<style>
span { border-color: #409388; }
span { border-color: rgb(64,147,136); }
td.TdClassName
{
border-color: #409388;
}
.TagClassName
{
border-color: #409388;
}
</style>