Shades of Como #4C705E
Tints of Como #4C705E
RGB
CMYK
RGB Variations
Color information
#4C705E (or 0x4C705E) is known color: Como. HEX triplet: 4C, 70 and 5E. RGB value is (76,112,94). Sum of RGB (Red+Green+Blue) = 76+112+94=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705E is #B38FA1. Grayscale: #636363. Windows color (decimal): -11767714 or 6189132. OLE color: 6189132.
HSL color Cylindrical-coordinate representation of color #4C705E: hue angle of 150º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C705E is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 94 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.56 |
| HSL | 150º | 0.19% | 0.37% | - |
| HSV(B) | 150º | 0.32% | 0.44% | - |
| XYZ | 10.8 | 13.93 | 12.71 | - |
| YUV | 99.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 94 | 0.32 | 0 | 0.16 | 0.56 | 150 | 0.19 | 0.37 |
| Hex | 4C | 70 | 5E | 20 | 0 | 10 | 38 | 96 | 13 | 25 |
| Octal | 114 | 160 | 136 | 40 | 0 | 20 | 70 | 226 | 23 | 45 |
| Binary | 1001100 | 1110000 | 1011110 | 100000 | 0 | 10000 | 111000 | 10010110 | 10011 | 100101 |
Color Harmonies of #4C705E
Complementary color
Monochromatic Colors of #4C705E
Black with #4C705E
Text Example
Text Example
White with #4C705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C705E; }
p { color: rgb(76,112,94); }
H1.HeaderClassName
{
color: #4C705E;
}
.AnyTagClassName
{
color: #4C705E;
}
</style>
background-color css
<style>
a { background-color: #4C705E; }
a { background-color: rgb(76,112,94); }
div.DivClassName
{
background-color: #4C705E;
}
.BgClassName
{
background-color: #4C705E;
}
</style>
border-color css
<style>
span { border-color: #4C705E; }
span { border-color: rgb(76,112,94); }
td.TdClassName
{
border-color: #4C705E;
}
.TagClassName
{
border-color: #4C705E;
}
</style>