Shades of Lochinvar #4E9682
Tints of Lochinvar #4E9682
RGB
CMYK
RGB Variations
Color information
#4E9682 (or 0x4E9682) is known color: Lochinvar. HEX triplet: 4E, 96 and 82. RGB value is (78,150,130). Sum of RGB (Red+Green+Blue) = 78+150+130=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #4E9682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9682 is #B1697D. Grayscale: #7E7E7E. Windows color (decimal): -11626878 or 8558158. OLE color: 8558158.
HSL color Cylindrical-coordinate representation of color #4E9682: hue angle of 163.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9682 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 150 | 130 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.41 |
| HSL | 163.33º | 0.32% | 0.45% | - |
| HSV(B) | 163.33º | 0.48% | 0.59% | - |
| XYZ | 18.08 | 25.04 | 25 | - |
| YUV | 126.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 130 | 0.48 | 0 | 0.13 | 0.41 | 163.33 | 0.32 | 0.45 |
| Hex | 4E | 96 | 82 | 30 | 0 | D | 29 | A3 | 20 | 2D |
| Octal | 116 | 226 | 202 | 60 | 0 | 15 | 51 | 243 | 40 | 55 |
| Binary | 1001110 | 10010110 | 10000010 | 110000 | 0 | 1101 | 101001 | 10100011 | 100000 | 101101 |
Color Harmonies of #4E9682
Complementary color
Monochromatic Colors of #4E9682
Black with #4E9682
Text Example
Text Example
White with #4E9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9682; }
p { color: rgb(78,150,130); }
H1.HeaderClassName
{
color: #4E9682;
}
.AnyTagClassName
{
color: #4E9682;
}
</style>
background-color css
<style>
a { background-color: #4E9682; }
a { background-color: rgb(78,150,130); }
div.DivClassName
{
background-color: #4E9682;
}
.BgClassName
{
background-color: #4E9682;
}
</style>
border-color css
<style>
span { border-color: #4E9682; }
span { border-color: rgb(78,150,130); }
td.TdClassName
{
border-color: #4E9682;
}
.TagClassName
{
border-color: #4E9682;
}
</style>