Shades of Lochinvar #409389
Tints of Lochinvar #409389
RGB
CMYK
RGB Variations
Color information
#409389 (or 0x409389) is known color: Lochinvar. HEX triplet: 40, 93 and 89. RGB value is (64,147,137). Sum of RGB (Red+Green+Blue) = 64+147+137=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #409389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409389 is #BF6C76. Grayscale: #797979. Windows color (decimal): -12545143 or 9016128. OLE color: 9016128.
HSL color Cylindrical-coordinate representation of color #409389: hue angle of 172.77º 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 #409389 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 137 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.42 |
| HSL | 172.77º | 0.39% | 0.41% | - |
| HSV(B) | 172.77º | 0.56% | 0.58% | - |
| XYZ | 17.06 | 23.76 | 27.35 | - |
| YUV | 121.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 137 | 0.56 | 0 | 0.07 | 0.42 | 172.77 | 0.39 | 0.41 |
| Hex | 40 | 93 | 89 | 38 | 0 | 7 | 2A | AD | 27 | 29 |
| Octal | 100 | 223 | 211 | 70 | 0 | 7 | 52 | 255 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10001001 | 111000 | 0 | 111 | 101010 | 10101101 | 100111 | 101001 |
Color Harmonies of #409389
Complementary color
Monochromatic Colors of #409389
Black with #409389
Text Example
Text Example
White with #409389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409389; }
p { color: rgb(64,147,137); }
H1.HeaderClassName
{
color: #409389;
}
.AnyTagClassName
{
color: #409389;
}
</style>
background-color css
<style>
a { background-color: #409389; }
a { background-color: rgb(64,147,137); }
div.DivClassName
{
background-color: #409389;
}
.BgClassName
{
background-color: #409389;
}
</style>
border-color css
<style>
span { border-color: #409389; }
span { border-color: rgb(64,147,137); }
td.TdClassName
{
border-color: #409389;
}
.TagClassName
{
border-color: #409389;
}
</style>