Shades of Lochinvar #4C9A87
Tints of Lochinvar #4C9A87
RGB
CMYK
RGB Variations
Color information
#4C9A87 (or 0x4C9A87) is known color: Lochinvar. HEX triplet: 4C, 9A and 87. RGB value is (76,154,135). Sum of RGB (Red+Green+Blue) = 76+154+135=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9A87 is #B36578. Grayscale: #808080. Windows color (decimal): -11756921 or 8886860. OLE color: 8886860.
HSL color Cylindrical-coordinate representation of color #4C9A87: hue angle of 165.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9A87 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 154 | 135 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.40 |
| HSL | 165.38º | 0.34% | 0.45% | - |
| HSV(B) | 165.38º | 0.51% | 0.6% | - |
| XYZ | 18.91 | 26.4 | 27.02 | - |
| YUV | 128.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 135 | 0.51 | 0 | 0.12 | 0.40 | 165.38 | 0.34 | 0.45 |
| Hex | 4C | 9A | 87 | 33 | 0 | C | 28 | A5 | 22 | 2D |
| Octal | 114 | 232 | 207 | 63 | 0 | 14 | 50 | 245 | 42 | 55 |
| Binary | 1001100 | 10011010 | 10000111 | 110011 | 0 | 1100 | 101000 | 10100101 | 100010 | 101101 |
Color Harmonies of #4C9A87
Complementary color
Monochromatic Colors of #4C9A87
Black with #4C9A87
Text Example
Text Example
White with #4C9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9A87; }
p { color: rgb(76,154,135); }
H1.HeaderClassName
{
color: #4C9A87;
}
.AnyTagClassName
{
color: #4C9A87;
}
</style>
background-color css
<style>
a { background-color: #4C9A87; }
a { background-color: rgb(76,154,135); }
div.DivClassName
{
background-color: #4C9A87;
}
.BgClassName
{
background-color: #4C9A87;
}
</style>
border-color css
<style>
span { border-color: #4C9A87; }
span { border-color: rgb(76,154,135); }
td.TdClassName
{
border-color: #4C9A87;
}
.TagClassName
{
border-color: #4C9A87;
}
</style>