Shades of Lochinvar #409386
Tints of Lochinvar #409386
RGB
CMYK
RGB Variations
Color information
#409386 (or 0x409386) is known color: Lochinvar. HEX triplet: 40, 93 and 86. RGB value is (64,147,134). Sum of RGB (Red+Green+Blue) = 64+147+134=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #409386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409386 is #BF6C79. Grayscale: #787878. Windows color (decimal): -12545146 or 8819520. OLE color: 8819520.
HSL color Cylindrical-coordinate representation of color #409386: hue angle of 170.6º 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 #409386 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 134 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.42 |
| HSL | 170.6º | 0.39% | 0.41% | - |
| HSV(B) | 170.6º | 0.56% | 0.58% | - |
| XYZ | 16.85 | 23.68 | 26.24 | - |
| YUV | 120.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 134 | 0.56 | 0 | 0.09 | 0.42 | 170.6 | 0.39 | 0.41 |
| Hex | 40 | 93 | 86 | 38 | 0 | 9 | 2A | AB | 27 | 29 |
| Octal | 100 | 223 | 206 | 70 | 0 | 11 | 52 | 253 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10000110 | 111000 | 0 | 1001 | 101010 | 10101011 | 100111 | 101001 |
Color Harmonies of #409386
Complementary color
Monochromatic Colors of #409386
Black with #409386
Text Example
Text Example
White with #409386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409386; }
p { color: rgb(64,147,134); }
H1.HeaderClassName
{
color: #409386;
}
.AnyTagClassName
{
color: #409386;
}
</style>
background-color css
<style>
a { background-color: #409386; }
a { background-color: rgb(64,147,134); }
div.DivClassName
{
background-color: #409386;
}
.BgClassName
{
background-color: #409386;
}
</style>
border-color css
<style>
span { border-color: #409386; }
span { border-color: rgb(64,147,134); }
td.TdClassName
{
border-color: #409386;
}
.TagClassName
{
border-color: #409386;
}
</style>