Shades of Lochinvar #408C7E
Tints of Lochinvar #408C7E
RGB
CMYK
RGB Variations
Color information
#408C7E (or 0x408C7E) is known color: Lochinvar. HEX triplet: 40, 8C and 7E. RGB value is (64,140,126). Sum of RGB (Red+Green+Blue) = 64+140+126=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #408C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C7E is #BF7381. Grayscale: #737373. Windows color (decimal): -12546946 or 8293440. OLE color: 8293440.
HSL color Cylindrical-coordinate representation of color #408C7E: hue angle of 168.95º 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 #408C7E is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 126 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.45 |
| HSL | 168.95º | 0.37% | 0.4% | - |
| HSV(B) | 168.95º | 0.54% | 0.55% | - |
| XYZ | 15.26 | 21.35 | 23.06 | - |
| YUV | 115.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 126 | 0.54 | 0 | 0.10 | 0.45 | 168.95 | 0.37 | 0.4 |
| Hex | 40 | 8C | 7E | 36 | 0 | A | 2D | A9 | 25 | 28 |
| Octal | 100 | 214 | 176 | 66 | 0 | 12 | 55 | 251 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1111110 | 110110 | 0 | 1010 | 101101 | 10101001 | 100101 | 101000 |
Color Harmonies of #408C7E
Complementary color
Monochromatic Colors of #408C7E
Black with #408C7E
Text Example
Text Example
White with #408C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C7E; }
p { color: rgb(64,140,126); }
H1.HeaderClassName
{
color: #408C7E;
}
.AnyTagClassName
{
color: #408C7E;
}
</style>
background-color css
<style>
a { background-color: #408C7E; }
a { background-color: rgb(64,140,126); }
div.DivClassName
{
background-color: #408C7E;
}
.BgClassName
{
background-color: #408C7E;
}
</style>
border-color css
<style>
span { border-color: #408C7E; }
span { border-color: rgb(64,140,126); }
td.TdClassName
{
border-color: #408C7E;
}
.TagClassName
{
border-color: #408C7E;
}
</style>