Shades of Lochinvar #4E9D88
Tints of Lochinvar #4E9D88
RGB
CMYK
RGB Variations
Color information
#4E9D88 (or 0x4E9D88) is known color: Lochinvar. HEX triplet: 4E, 9D and 88. RGB value is (78,157,136). Sum of RGB (Red+Green+Blue) = 78+157+136=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9D88 is #B16277. Grayscale: #828282. Windows color (decimal): -11625080 or 8953166. OLE color: 8953166.
HSL color Cylindrical-coordinate representation of color #4E9D88: hue angle of 164.05º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D88 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 157 | 136 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.38 |
| HSL | 164.05º | 0.34% | 0.46% | - |
| HSV(B) | 164.05º | 0.5% | 0.62% | - |
| XYZ | 19.64 | 27.51 | 27.57 | - |
| YUV | 130.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 136 | 0.50 | 0 | 0.13 | 0.38 | 164.05 | 0.34 | 0.46 |
| Hex | 4E | 9D | 88 | 32 | 0 | D | 26 | A4 | 22 | 2E |
| Octal | 116 | 235 | 210 | 62 | 0 | 15 | 46 | 244 | 42 | 56 |
| Binary | 1001110 | 10011101 | 10001000 | 110010 | 0 | 1101 | 100110 | 10100100 | 100010 | 101110 |
Color Harmonies of #4E9D88
Complementary color
Monochromatic Colors of #4E9D88
Black with #4E9D88
Text Example
Text Example
White with #4E9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9D88; }
p { color: rgb(78,157,136); }
H1.HeaderClassName
{
color: #4E9D88;
}
.AnyTagClassName
{
color: #4E9D88;
}
</style>
background-color css
<style>
a { background-color: #4E9D88; }
a { background-color: rgb(78,157,136); }
div.DivClassName
{
background-color: #4E9D88;
}
.BgClassName
{
background-color: #4E9D88;
}
</style>
border-color css
<style>
span { border-color: #4E9D88; }
span { border-color: rgb(78,157,136); }
td.TdClassName
{
border-color: #4E9D88;
}
.TagClassName
{
border-color: #4E9D88;
}
</style>