Shades of Lochinvar #408B84
Tints of Lochinvar #408B84
RGB
CMYK
RGB Variations
Color information
#408B84 (or 0x408B84) is known color: Lochinvar. HEX triplet: 40, 8B and 84. RGB value is (64,139,132). Sum of RGB (Red+Green+Blue) = 64+139+132=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #408B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B84 is #BF747B. Grayscale: #737373. Windows color (decimal): -12547196 or 8686400. OLE color: 8686400.
HSL color Cylindrical-coordinate representation of color #408B84: hue angle of 174.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B84 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 132 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.45 |
| HSL | 174.4º | 0.37% | 0.4% | - |
| HSV(B) | 174.4º | 0.54% | 0.55% | - |
| XYZ | 15.51 | 21.22 | 25.11 | - |
| YUV | 115.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 132 | 0.54 | 0 | 0.05 | 0.45 | 174.4 | 0.37 | 0.4 |
| Hex | 40 | 8B | 84 | 36 | 0 | 5 | 2D | AE | 25 | 28 |
| Octal | 100 | 213 | 204 | 66 | 0 | 5 | 55 | 256 | 45 | 50 |
| Binary | 1000000 | 10001011 | 10000100 | 110110 | 0 | 101 | 101101 | 10101110 | 100101 | 101000 |
Color Harmonies of #408B84
Complementary color
Monochromatic Colors of #408B84
Black with #408B84
Text Example
Text Example
White with #408B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B84; }
p { color: rgb(64,139,132); }
H1.HeaderClassName
{
color: #408B84;
}
.AnyTagClassName
{
color: #408B84;
}
</style>
background-color css
<style>
a { background-color: #408B84; }
a { background-color: rgb(64,139,132); }
div.DivClassName
{
background-color: #408B84;
}
.BgClassName
{
background-color: #408B84;
}
</style>
border-color css
<style>
span { border-color: #408B84; }
span { border-color: rgb(64,139,132); }
td.TdClassName
{
border-color: #408B84;
}
.TagClassName
{
border-color: #408B84;
}
</style>