Shades of Lochinvar #409584
Tints of Lochinvar #409584
RGB
CMYK
RGB Variations
Color information
#409584 (or 0x409584) is known color: Lochinvar. HEX triplet: 40, 95 and 84. RGB value is (64,149,132). Sum of RGB (Red+Green+Blue) = 64+149+132=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #409584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409584 is #BF6A7B. Grayscale: #797979. Windows color (decimal): -12544636 or 8688960. OLE color: 8688960.
HSL color Cylindrical-coordinate representation of color #409584: hue angle of 168º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409584 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 132 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.42 |
| HSL | 168º | 0.4% | 0.42% | - |
| HSV(B) | 168º | 0.57% | 0.58% | - |
| XYZ | 17.03 | 24.25 | 25.61 | - |
| YUV | 121.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 132 | 0.57 | 0 | 0.11 | 0.42 | 168 | 0.4 | 0.42 |
| Hex | 40 | 95 | 84 | 39 | 0 | B | 2A | A8 | 28 | 2A |
| Octal | 100 | 225 | 204 | 71 | 0 | 13 | 52 | 250 | 50 | 52 |
| Binary | 1000000 | 10010101 | 10000100 | 111001 | 0 | 1011 | 101010 | 10101000 | 101000 | 101010 |
Color Harmonies of #409584
Complementary color
Monochromatic Colors of #409584
Black with #409584
Text Example
Text Example
White with #409584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409584; }
p { color: rgb(64,149,132); }
H1.HeaderClassName
{
color: #409584;
}
.AnyTagClassName
{
color: #409584;
}
</style>
background-color css
<style>
a { background-color: #409584; }
a { background-color: rgb(64,149,132); }
div.DivClassName
{
background-color: #409584;
}
.BgClassName
{
background-color: #409584;
}
</style>
border-color css
<style>
span { border-color: #409584; }
span { border-color: rgb(64,149,132); }
td.TdClassName
{
border-color: #409584;
}
.TagClassName
{
border-color: #409584;
}
</style>