Shades of Lochinvar #4E887C
Tints of Lochinvar #4E887C
RGB
CMYK
RGB Variations
Color information
#4E887C (or 0x4E887C) is known color: Lochinvar. HEX triplet: 4E, 88 and 7C. RGB value is (78,136,124). Sum of RGB (Red+Green+Blue) = 78+136+124=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #4E887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E887C is #B17783. Grayscale: #757575. Windows color (decimal): -11630468 or 8161358. OLE color: 8161358.
HSL color Cylindrical-coordinate representation of color #4E887C: hue angle of 167.59º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E887C is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 124 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.47 |
| HSL | 167.59º | 0.27% | 0.42% | - |
| HSV(B) | 167.59º | 0.43% | 0.53% | - |
| XYZ | 15.58 | 20.68 | 22.24 | - |
| YUV | 117.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 124 | 0.43 | 0 | 0.09 | 0.47 | 167.59 | 0.27 | 0.42 |
| Hex | 4E | 88 | 7C | 2B | 0 | 9 | 2F | A8 | 1B | 2A |
| Octal | 116 | 210 | 174 | 53 | 0 | 11 | 57 | 250 | 33 | 52 |
| Binary | 1001110 | 10001000 | 1111100 | 101011 | 0 | 1001 | 101111 | 10101000 | 11011 | 101010 |
Color Harmonies of #4E887C
Complementary color
Monochromatic Colors of #4E887C
Black with #4E887C
Text Example
Text Example
White with #4E887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E887C; }
p { color: rgb(78,136,124); }
H1.HeaderClassName
{
color: #4E887C;
}
.AnyTagClassName
{
color: #4E887C;
}
</style>
background-color css
<style>
a { background-color: #4E887C; }
a { background-color: rgb(78,136,124); }
div.DivClassName
{
background-color: #4E887C;
}
.BgClassName
{
background-color: #4E887C;
}
</style>
border-color css
<style>
span { border-color: #4E887C; }
span { border-color: rgb(78,136,124); }
td.TdClassName
{
border-color: #4E887C;
}
.TagClassName
{
border-color: #4E887C;
}
</style>