Shades of Lochinvar #4E9F82
Tints of Lochinvar #4E9F82
RGB
CMYK
RGB Variations
Color information
#4E9F82 (or 0x4E9F82) is known color: Lochinvar. HEX triplet: 4E, 9F and 82. RGB value is (78,159,130). Sum of RGB (Red+Green+Blue) = 78+159+130=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F82 is #B1607D. Grayscale: #838383. Windows color (decimal): -11624574 or 8560462. OLE color: 8560462.
HSL color Cylindrical-coordinate representation of color #4E9F82: hue angle of 158.52º 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 #4E9F82 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 130 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.38 |
| HSL | 158.52º | 0.34% | 0.46% | - |
| HSV(B) | 158.52º | 0.51% | 0.62% | - |
| XYZ | 19.57 | 28.03 | 25.5 | - |
| YUV | 131.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 130 | 0.51 | 0 | 0.18 | 0.38 | 158.52 | 0.34 | 0.46 |
| Hex | 4E | 9F | 82 | 33 | 0 | 12 | 26 | 9F | 22 | 2E |
| Octal | 116 | 237 | 202 | 63 | 0 | 22 | 46 | 237 | 42 | 56 |
| Binary | 1001110 | 10011111 | 10000010 | 110011 | 0 | 10010 | 100110 | 10011111 | 100010 | 101110 |
Color Harmonies of #4E9F82
Complementary color
Monochromatic Colors of #4E9F82
Black with #4E9F82
Text Example
Text Example
White with #4E9F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F82; }
p { color: rgb(78,159,130); }
H1.HeaderClassName
{
color: #4E9F82;
}
.AnyTagClassName
{
color: #4E9F82;
}
</style>
background-color css
<style>
a { background-color: #4E9F82; }
a { background-color: rgb(78,159,130); }
div.DivClassName
{
background-color: #4E9F82;
}
.BgClassName
{
background-color: #4E9F82;
}
</style>
border-color css
<style>
span { border-color: #4E9F82; }
span { border-color: rgb(78,159,130); }
td.TdClassName
{
border-color: #4E9F82;
}
.TagClassName
{
border-color: #4E9F82;
}
</style>