Shades of Como #4F705E
Tints of Como #4F705E
RGB
CMYK
RGB Variations
Color information
#4F705E (or 0x4F705E) is known color: Como. HEX triplet: 4F, 70 and 5E. RGB value is (79,112,94). Sum of RGB (Red+Green+Blue) = 79+112+94=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705E is #B08FA1. Grayscale: #646464. Windows color (decimal): -11571106 or 6189135. OLE color: 6189135.
HSL color Cylindrical-coordinate representation of color #4F705E: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F705E is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 94 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.56 |
| HSL | 147.27º | 0.17% | 0.37% | - |
| HSV(B) | 147.27º | 0.29% | 0.44% | - |
| XYZ | 11.04 | 14.06 | 12.72 | - |
| YUV | 100.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 94 | 0.29 | 0 | 0.16 | 0.56 | 147.27 | 0.17 | 0.37 |
| Hex | 4F | 70 | 5E | 1D | 0 | 10 | 38 | 93 | 11 | 25 |
| Octal | 117 | 160 | 136 | 35 | 0 | 20 | 70 | 223 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1011110 | 11101 | 0 | 10000 | 111000 | 10010011 | 10001 | 100101 |
Color Harmonies of #4F705E
Complementary color
Monochromatic Colors of #4F705E
Black with #4F705E
Text Example
Text Example
White with #4F705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F705E; }
p { color: rgb(79,112,94); }
H1.HeaderClassName
{
color: #4F705E;
}
.AnyTagClassName
{
color: #4F705E;
}
</style>
background-color css
<style>
a { background-color: #4F705E; }
a { background-color: rgb(79,112,94); }
div.DivClassName
{
background-color: #4F705E;
}
.BgClassName
{
background-color: #4F705E;
}
</style>
border-color css
<style>
span { border-color: #4F705E; }
span { border-color: rgb(79,112,94); }
td.TdClassName
{
border-color: #4F705E;
}
.TagClassName
{
border-color: #4F705E;
}
</style>