Shades of Lochinvar #4E9279
Tints of Lochinvar #4E9279
RGB
CMYK
RGB Variations
Color information
#4E9279 (or 0x4E9279) is known color: Lochinvar. HEX triplet: 4E, 92 and 79. RGB value is (78,146,121). Sum of RGB (Red+Green+Blue) = 78+146+121=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9279 is #B16D86. Grayscale: #7A7A7A. Windows color (decimal): -11627911 or 7967310. OLE color: 7967310.
HSL color Cylindrical-coordinate representation of color #4E9279: hue angle of 157.94º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9279 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 121 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.43 |
| HSL | 157.94º | 0.3% | 0.44% | - |
| HSV(B) | 157.94º | 0.47% | 0.57% | - |
| XYZ | 16.87 | 23.56 | 21.75 | - |
| YUV | 122.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 121 | 0.47 | 0 | 0.17 | 0.43 | 157.94 | 0.3 | 0.44 |
| Hex | 4E | 92 | 79 | 2F | 0 | 11 | 2B | 9E | 1E | 2C |
| Octal | 116 | 222 | 171 | 57 | 0 | 21 | 53 | 236 | 36 | 54 |
| Binary | 1001110 | 10010010 | 1111001 | 101111 | 0 | 10001 | 101011 | 10011110 | 11110 | 101100 |
Color Harmonies of #4E9279
Complementary color
Monochromatic Colors of #4E9279
Black with #4E9279
Text Example
Text Example
White with #4E9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9279; }
p { color: rgb(78,146,121); }
H1.HeaderClassName
{
color: #4E9279;
}
.AnyTagClassName
{
color: #4E9279;
}
</style>
background-color css
<style>
a { background-color: #4E9279; }
a { background-color: rgb(78,146,121); }
div.DivClassName
{
background-color: #4E9279;
}
.BgClassName
{
background-color: #4E9279;
}
</style>
border-color css
<style>
span { border-color: #4E9279; }
span { border-color: rgb(78,146,121); }
td.TdClassName
{
border-color: #4E9279;
}
.TagClassName
{
border-color: #4E9279;
}
</style>