Shades of Lochinvar #4E9F86
Tints of Lochinvar #4E9F86
RGB
CMYK
RGB Variations
Color information
#4E9F86 (or 0x4E9F86) is known color: Lochinvar. HEX triplet: 4E, 9F and 86. RGB value is (78,159,134). Sum of RGB (Red+Green+Blue) = 78+159+134=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F86 is #B16079. Grayscale: #838383. Windows color (decimal): -11624570 or 8822606. OLE color: 8822606.
HSL color Cylindrical-coordinate representation of color #4E9F86: hue angle of 161.48º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F86 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 134 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.38 |
| HSL | 161.48º | 0.34% | 0.46% | - |
| HSV(B) | 161.48º | 0.51% | 0.62% | - |
| XYZ | 19.84 | 28.14 | 26.94 | - |
| YUV | 131.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 134 | 0.51 | 0 | 0.16 | 0.38 | 161.48 | 0.34 | 0.46 |
| Hex | 4E | 9F | 86 | 33 | 0 | 10 | 26 | A1 | 22 | 2E |
| Octal | 116 | 237 | 206 | 63 | 0 | 20 | 46 | 241 | 42 | 56 |
| Binary | 1001110 | 10011111 | 10000110 | 110011 | 0 | 10000 | 100110 | 10100001 | 100010 | 101110 |
Color Harmonies of #4E9F86
Complementary color
Monochromatic Colors of #4E9F86
Black with #4E9F86
Text Example
Text Example
White with #4E9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F86; }
p { color: rgb(78,159,134); }
H1.HeaderClassName
{
color: #4E9F86;
}
.AnyTagClassName
{
color: #4E9F86;
}
</style>
background-color css
<style>
a { background-color: #4E9F86; }
a { background-color: rgb(78,159,134); }
div.DivClassName
{
background-color: #4E9F86;
}
.BgClassName
{
background-color: #4E9F86;
}
</style>
border-color css
<style>
span { border-color: #4E9F86; }
span { border-color: rgb(78,159,134); }
td.TdClassName
{
border-color: #4E9F86;
}
.TagClassName
{
border-color: #4E9F86;
}
</style>