Shades of Lochinvar #4E9A89
Tints of Lochinvar #4E9A89
RGB
CMYK
RGB Variations
Color information
#4E9A89 (or 0x4E9A89) is known color: Lochinvar. HEX triplet: 4E, 9A and 89. RGB value is (78,154,137). Sum of RGB (Red+Green+Blue) = 78+154+137=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9A89 is #B16576. Grayscale: #818181. Windows color (decimal): -11625847 or 9017934. OLE color: 9017934.
HSL color Cylindrical-coordinate representation of color #4E9A89: hue angle of 166.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9A89 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 154 | 137 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.40 |
| HSL | 166.58º | 0.33% | 0.45% | - |
| HSV(B) | 166.58º | 0.49% | 0.6% | - |
| XYZ | 19.21 | 26.54 | 27.78 | - |
| YUV | 129.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 137 | 0.49 | 0 | 0.11 | 0.40 | 166.58 | 0.33 | 0.45 |
| Hex | 4E | 9A | 89 | 31 | 0 | B | 28 | A7 | 21 | 2D |
| Octal | 116 | 232 | 211 | 61 | 0 | 13 | 50 | 247 | 41 | 55 |
| Binary | 1001110 | 10011010 | 10001001 | 110001 | 0 | 1011 | 101000 | 10100111 | 100001 | 101101 |
Color Harmonies of #4E9A89
Complementary color
Monochromatic Colors of #4E9A89
Black with #4E9A89
Text Example
Text Example
White with #4E9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9A89; }
p { color: rgb(78,154,137); }
H1.HeaderClassName
{
color: #4E9A89;
}
.AnyTagClassName
{
color: #4E9A89;
}
</style>
background-color css
<style>
a { background-color: #4E9A89; }
a { background-color: rgb(78,154,137); }
div.DivClassName
{
background-color: #4E9A89;
}
.BgClassName
{
background-color: #4E9A89;
}
</style>
border-color css
<style>
span { border-color: #4E9A89; }
span { border-color: rgb(78,154,137); }
td.TdClassName
{
border-color: #4E9A89;
}
.TagClassName
{
border-color: #4E9A89;
}
</style>