Shades of Lochinvar #4E8878
Tints of Lochinvar #4E8878
RGB
CMYK
RGB Variations
Color information
#4E8878 (or 0x4E8878) is known color: Lochinvar. HEX triplet: 4E, 88 and 78. RGB value is (78,136,120). Sum of RGB (Red+Green+Blue) = 78+136+120=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #4E8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8878 is #B17787. Grayscale: #747474. Windows color (decimal): -11630472 or 7899214. OLE color: 7899214.
HSL color Cylindrical-coordinate representation of color #4E8878: hue angle of 163.45º 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 #4E8878 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 120 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.47 |
| HSL | 163.45º | 0.27% | 0.42% | - |
| HSV(B) | 163.45º | 0.43% | 0.53% | - |
| XYZ | 15.34 | 20.58 | 20.93 | - |
| YUV | 116.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 120 | 0.43 | 0 | 0.12 | 0.47 | 163.45 | 0.27 | 0.42 |
| Hex | 4E | 88 | 78 | 2B | 0 | C | 2F | A3 | 1B | 2A |
| Octal | 116 | 210 | 170 | 53 | 0 | 14 | 57 | 243 | 33 | 52 |
| Binary | 1001110 | 10001000 | 1111000 | 101011 | 0 | 1100 | 101111 | 10100011 | 11011 | 101010 |
Color Harmonies of #4E8878
Complementary color
Monochromatic Colors of #4E8878
Black with #4E8878
Text Example
Text Example
White with #4E8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8878; }
p { color: rgb(78,136,120); }
H1.HeaderClassName
{
color: #4E8878;
}
.AnyTagClassName
{
color: #4E8878;
}
</style>
background-color css
<style>
a { background-color: #4E8878; }
a { background-color: rgb(78,136,120); }
div.DivClassName
{
background-color: #4E8878;
}
.BgClassName
{
background-color: #4E8878;
}
</style>
border-color css
<style>
span { border-color: #4E8878; }
span { border-color: rgb(78,136,120); }
td.TdClassName
{
border-color: #4E8878;
}
.TagClassName
{
border-color: #4E8878;
}
</style>