Shades of Lochinvar #4E917E
Tints of Lochinvar #4E917E
RGB
CMYK
RGB Variations
Color information
#4E917E (or 0x4E917E) is known color: Lochinvar. HEX triplet: 4E, 91 and 7E. RGB value is (78,145,126). Sum of RGB (Red+Green+Blue) = 78+145+126=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917E is #B16E81. Grayscale: #7A7A7A. Windows color (decimal): -11628162 or 8294734. OLE color: 8294734.
HSL color Cylindrical-coordinate representation of color #4E917E: hue angle of 162.99º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E917E is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 126 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.43 |
| HSL | 162.99º | 0.3% | 0.44% | - |
| HSV(B) | 162.99º | 0.46% | 0.57% | - |
| XYZ | 17.03 | 23.38 | 23.35 | - |
| YUV | 122.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 126 | 0.46 | 0 | 0.13 | 0.43 | 162.99 | 0.3 | 0.44 |
| Hex | 4E | 91 | 7E | 2E | 0 | D | 2B | A3 | 1E | 2C |
| Octal | 116 | 221 | 176 | 56 | 0 | 15 | 53 | 243 | 36 | 54 |
| Binary | 1001110 | 10010001 | 1111110 | 101110 | 0 | 1101 | 101011 | 10100011 | 11110 | 101100 |
Color Harmonies of #4E917E
Complementary color
Monochromatic Colors of #4E917E
Black with #4E917E
Text Example
Text Example
White with #4E917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E917E; }
p { color: rgb(78,145,126); }
H1.HeaderClassName
{
color: #4E917E;
}
.AnyTagClassName
{
color: #4E917E;
}
</style>
background-color css
<style>
a { background-color: #4E917E; }
a { background-color: rgb(78,145,126); }
div.DivClassName
{
background-color: #4E917E;
}
.BgClassName
{
background-color: #4E917E;
}
</style>
border-color css
<style>
span { border-color: #4E917E; }
span { border-color: rgb(78,145,126); }
td.TdClassName
{
border-color: #4E917E;
}
.TagClassName
{
border-color: #4E917E;
}
</style>