Shades of Como #4C7860
Tints of Como #4C7860
RGB
CMYK
RGB Variations
Color information
#4C7860 (or 0x4C7860) is known color: Como. HEX triplet: 4C, 78 and 60. RGB value is (76,120,96). Sum of RGB (Red+Green+Blue) = 76+120+96=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7860 is #B3879F. Grayscale: #686868. Windows color (decimal): -11765664 or 6322252. OLE color: 6322252.
HSL color Cylindrical-coordinate representation of color #4C7860: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7860 is Cyan = 0.37, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 96 | - |
| CMYK | 0.37 | 0 | 0.2 | 0.53 |
| HSL | 147.27º | 0.22% | 0.38% | - |
| HSV(B) | 147.27º | 0.37% | 0.47% | - |
| XYZ | 11.81 | 15.81 | 13.5 | - |
| YUV | 104.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 96 | 0.37 | 0 | 0.2 | 0.53 | 147.27 | 0.22 | 0.38 |
| Hex | 4C | 78 | 60 | 25 | 0 | 14 | 35 | 93 | 16 | 26 |
| Octal | 114 | 170 | 140 | 45 | 0 | 24 | 65 | 223 | 26 | 46 |
| Binary | 1001100 | 1111000 | 1100000 | 100101 | 0 | 10100 | 110101 | 10010011 | 10110 | 100110 |
Color Harmonies of #4C7860
Complementary color
Monochromatic Colors of #4C7860
Black with #4C7860
Text Example
Text Example
White with #4C7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7860; }
p { color: rgb(76,120,96); }
H1.HeaderClassName
{
color: #4C7860;
}
.AnyTagClassName
{
color: #4C7860;
}
</style>
background-color css
<style>
a { background-color: #4C7860; }
a { background-color: rgb(76,120,96); }
div.DivClassName
{
background-color: #4C7860;
}
.BgClassName
{
background-color: #4C7860;
}
</style>
border-color css
<style>
span { border-color: #4C7860; }
span { border-color: rgb(76,120,96); }
td.TdClassName
{
border-color: #4C7860;
}
.TagClassName
{
border-color: #4C7860;
}
</style>