Shades of Lochinvar #4E8885
Tints of Lochinvar #4E8885
RGB
CMYK
RGB Variations
Color information
#4E8885 (or 0x4E8885) is known color: Lochinvar. HEX triplet: 4E, 88 and 85. RGB value is (78,136,133). Sum of RGB (Red+Green+Blue) = 78+136+133=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #4E8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8885 is #B1777A. Grayscale: #767676. Windows color (decimal): -11630459 or 8751182. OLE color: 8751182.
HSL color Cylindrical-coordinate representation of color #4E8885: hue angle of 176.9º 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 #4E8885 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 133 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.47 |
| HSL | 176.9º | 0.27% | 0.42% | - |
| HSV(B) | 176.9º | 0.43% | 0.53% | - |
| XYZ | 16.18 | 20.92 | 25.38 | - |
| YUV | 118.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 133 | 0.43 | 0 | 0.02 | 0.47 | 176.9 | 0.27 | 0.42 |
| Hex | 4E | 88 | 85 | 2B | 0 | 2 | 2F | B1 | 1B | 2A |
| Octal | 116 | 210 | 205 | 53 | 0 | 2 | 57 | 261 | 33 | 52 |
| Binary | 1001110 | 10001000 | 10000101 | 101011 | 0 | 10 | 101111 | 10110001 | 11011 | 101010 |
Color Harmonies of #4E8885
Complementary color
Monochromatic Colors of #4E8885
Black with #4E8885
Text Example
Text Example
White with #4E8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8885; }
p { color: rgb(78,136,133); }
H1.HeaderClassName
{
color: #4E8885;
}
.AnyTagClassName
{
color: #4E8885;
}
</style>
background-color css
<style>
a { background-color: #4E8885; }
a { background-color: rgb(78,136,133); }
div.DivClassName
{
background-color: #4E8885;
}
.BgClassName
{
background-color: #4E8885;
}
</style>
border-color css
<style>
span { border-color: #4E8885; }
span { border-color: rgb(78,136,133); }
td.TdClassName
{
border-color: #4E8885;
}
.TagClassName
{
border-color: #4E8885;
}
</style>