Shades of Lochinvar #4E978B
Tints of Lochinvar #4E978B
RGB
CMYK
RGB Variations
Color information
#4E978B (or 0x4E978B) is known color: Lochinvar. HEX triplet: 4E, 97 and 8B. RGB value is (78,151,139). Sum of RGB (Red+Green+Blue) = 78+151+139=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #4E978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E978B is #B16874. Grayscale: #7F7F7F. Windows color (decimal): -11626613 or 9148238. OLE color: 9148238.
HSL color Cylindrical-coordinate representation of color #4E978B: hue angle of 170.14º 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 #4E978B is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 139 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.41 |
| HSL | 170.14º | 0.32% | 0.45% | - |
| HSV(B) | 170.14º | 0.48% | 0.59% | - |
| XYZ | 18.87 | 25.62 | 28.38 | - |
| YUV | 127.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 139 | 0.48 | 0 | 0.08 | 0.41 | 170.14 | 0.32 | 0.45 |
| Hex | 4E | 97 | 8B | 30 | 0 | 8 | 29 | AA | 20 | 2D |
| Octal | 116 | 227 | 213 | 60 | 0 | 10 | 51 | 252 | 40 | 55 |
| Binary | 1001110 | 10010111 | 10001011 | 110000 | 0 | 1000 | 101001 | 10101010 | 100000 | 101101 |
Color Harmonies of #4E978B
Complementary color
Monochromatic Colors of #4E978B
Black with #4E978B
Text Example
Text Example
White with #4E978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E978B; }
p { color: rgb(78,151,139); }
H1.HeaderClassName
{
color: #4E978B;
}
.AnyTagClassName
{
color: #4E978B;
}
</style>
background-color css
<style>
a { background-color: #4E978B; }
a { background-color: rgb(78,151,139); }
div.DivClassName
{
background-color: #4E978B;
}
.BgClassName
{
background-color: #4E978B;
}
</style>
border-color css
<style>
span { border-color: #4E978B; }
span { border-color: rgb(78,151,139); }
td.TdClassName
{
border-color: #4E978B;
}
.TagClassName
{
border-color: #4E978B;
}
</style>