Shades of Como #4C705B
Tints of Como #4C705B
RGB
CMYK
RGB Variations
Color information
#4C705B (or 0x4C705B) is known color: Como. HEX triplet: 4C, 70 and 5B. RGB value is (76,112,91). Sum of RGB (Red+Green+Blue) = 76+112+91=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #4C705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C705B is #B38FA4. Grayscale: #626262. Windows color (decimal): -11767717 or 5992524. OLE color: 5992524.
HSL color Cylindrical-coordinate representation of color #4C705B: hue angle of 145º 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 #4C705B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 91 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.56 |
| HSL | 145º | 0.19% | 0.37% | - |
| HSV(B) | 145º | 0.32% | 0.44% | - |
| XYZ | 10.66 | 13.88 | 12.01 | - |
| YUV | 98.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 91 | 0.32 | 0 | 0.19 | 0.56 | 145 | 0.19 | 0.37 |
| Hex | 4C | 70 | 5B | 20 | 0 | 13 | 38 | 91 | 13 | 25 |
| Octal | 114 | 160 | 133 | 40 | 0 | 23 | 70 | 221 | 23 | 45 |
| Binary | 1001100 | 1110000 | 1011011 | 100000 | 0 | 10011 | 111000 | 10010001 | 10011 | 100101 |
Color Harmonies of #4C705B
Complementary color
Monochromatic Colors of #4C705B
Black with #4C705B
Text Example
Text Example
White with #4C705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C705B; }
p { color: rgb(76,112,91); }
H1.HeaderClassName
{
color: #4C705B;
}
.AnyTagClassName
{
color: #4C705B;
}
</style>
background-color css
<style>
a { background-color: #4C705B; }
a { background-color: rgb(76,112,91); }
div.DivClassName
{
background-color: #4C705B;
}
.BgClassName
{
background-color: #4C705B;
}
</style>
border-color css
<style>
span { border-color: #4C705B; }
span { border-color: rgb(76,112,91); }
td.TdClassName
{
border-color: #4C705B;
}
.TagClassName
{
border-color: #4C705B;
}
</style>