Shades of Lochinvar #4C9E88
Tints of Lochinvar #4C9E88
RGB
CMYK
RGB Variations
Color information
#4C9E88 (or 0x4C9E88) is known color: Lochinvar. HEX triplet: 4C, 9E and 88. RGB value is (76,158,136). Sum of RGB (Red+Green+Blue) = 76+158+136=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E88 is #B36177. Grayscale: #828282. Windows color (decimal): -11755896 or 8953420. OLE color: 8953420.
HSL color Cylindrical-coordinate representation of color #4C9E88: hue angle of 163.9º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9E88 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 158 | 136 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.38 |
| HSL | 163.9º | 0.35% | 0.46% | - |
| HSV(B) | 163.9º | 0.52% | 0.62% | - |
| XYZ | 19.65 | 27.77 | 27.62 | - |
| YUV | 130.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 136 | 0.52 | 0 | 0.14 | 0.38 | 163.9 | 0.35 | 0.46 |
| Hex | 4C | 9E | 88 | 34 | 0 | E | 26 | A4 | 23 | 2E |
| Octal | 114 | 236 | 210 | 64 | 0 | 16 | 46 | 244 | 43 | 56 |
| Binary | 1001100 | 10011110 | 10001000 | 110100 | 0 | 1110 | 100110 | 10100100 | 100011 | 101110 |
Color Harmonies of #4C9E88
Complementary color
Monochromatic Colors of #4C9E88
Black with #4C9E88
Text Example
Text Example
White with #4C9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9E88; }
p { color: rgb(76,158,136); }
H1.HeaderClassName
{
color: #4C9E88;
}
.AnyTagClassName
{
color: #4C9E88;
}
</style>
background-color css
<style>
a { background-color: #4C9E88; }
a { background-color: rgb(76,158,136); }
div.DivClassName
{
background-color: #4C9E88;
}
.BgClassName
{
background-color: #4C9E88;
}
</style>
border-color css
<style>
span { border-color: #4C9E88; }
span { border-color: rgb(76,158,136); }
td.TdClassName
{
border-color: #4C9E88;
}
.TagClassName
{
border-color: #4C9E88;
}
</style>