Shades of Lochinvar #409081
Tints of Lochinvar #409081
RGB
CMYK
RGB Variations
Color information
#409081 (or 0x409081) is known color: Lochinvar. HEX triplet: 40, 90 and 81. RGB value is (64,144,129). Sum of RGB (Red+Green+Blue) = 64+144+129=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #409081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409081 is #BF6F7E. Grayscale: #767676. Windows color (decimal): -12545919 or 8491072. OLE color: 8491072.
HSL color Cylindrical-coordinate representation of color #409081: hue angle of 168.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409081 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 129 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.44 |
| HSL | 168.75º | 0.38% | 0.41% | - |
| HSV(B) | 168.75º | 0.56% | 0.56% | - |
| XYZ | 16.05 | 22.62 | 24.29 | - |
| YUV | 118.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 129 | 0.56 | 0 | 0.10 | 0.44 | 168.75 | 0.38 | 0.41 |
| Hex | 40 | 90 | 81 | 38 | 0 | A | 2C | A9 | 26 | 29 |
| Octal | 100 | 220 | 201 | 70 | 0 | 12 | 54 | 251 | 46 | 51 |
| Binary | 1000000 | 10010000 | 10000001 | 111000 | 0 | 1010 | 101100 | 10101001 | 100110 | 101001 |
Color Harmonies of #409081
Complementary color
Monochromatic Colors of #409081
Black with #409081
Text Example
Text Example
White with #409081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409081; }
p { color: rgb(64,144,129); }
H1.HeaderClassName
{
color: #409081;
}
.AnyTagClassName
{
color: #409081;
}
</style>
background-color css
<style>
a { background-color: #409081; }
a { background-color: rgb(64,144,129); }
div.DivClassName
{
background-color: #409081;
}
.BgClassName
{
background-color: #409081;
}
</style>
border-color css
<style>
span { border-color: #409081; }
span { border-color: rgb(64,144,129); }
td.TdClassName
{
border-color: #409081;
}
.TagClassName
{
border-color: #409081;
}
</style>