Shades of Lochinvar #409080
Tints of Lochinvar #409080
RGB
CMYK
RGB Variations
Color information
#409080 (or 0x409080) is known color: Lochinvar. HEX triplet: 40, 90 and 80. RGB value is (64,144,128). Sum of RGB (Red+Green+Blue) = 64+144+128=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #409080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409080 is #BF6F7F. Grayscale: #767676. Windows color (decimal): -12545920 or 8425536. OLE color: 8425536.
HSL color Cylindrical-coordinate representation of color #409080: hue angle of 168º 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 #409080 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 128 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.44 |
| HSL | 168º | 0.38% | 0.41% | - |
| HSV(B) | 168º | 0.56% | 0.56% | - |
| XYZ | 15.98 | 22.6 | 23.94 | - |
| YUV | 118.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 128 | 0.56 | 0 | 0.11 | 0.44 | 168 | 0.38 | 0.41 |
| Hex | 40 | 90 | 80 | 38 | 0 | B | 2C | A8 | 26 | 29 |
| Octal | 100 | 220 | 200 | 70 | 0 | 13 | 54 | 250 | 46 | 51 |
| Binary | 1000000 | 10010000 | 10000000 | 111000 | 0 | 1011 | 101100 | 10101000 | 100110 | 101001 |
Color Harmonies of #409080
Complementary color
Monochromatic Colors of #409080
Black with #409080
Text Example
Text Example
White with #409080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409080; }
p { color: rgb(64,144,128); }
H1.HeaderClassName
{
color: #409080;
}
.AnyTagClassName
{
color: #409080;
}
</style>
background-color css
<style>
a { background-color: #409080; }
a { background-color: rgb(64,144,128); }
div.DivClassName
{
background-color: #409080;
}
.BgClassName
{
background-color: #409080;
}
</style>
border-color css
<style>
span { border-color: #409080; }
span { border-color: rgb(64,144,128); }
td.TdClassName
{
border-color: #409080;
}
.TagClassName
{
border-color: #409080;
}
</style>