Shades of Como #4F705B
Tints of Como #4F705B
RGB
CMYK
RGB Variations
Color information
#4F705B (or 0x4F705B) is known color: Como. HEX triplet: 4F, 70 and 5B. RGB value is (79,112,91). Sum of RGB (Red+Green+Blue) = 79+112+91=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705B is #B08FA4. Grayscale: #636363. Windows color (decimal): -11571109 or 5992527. OLE color: 5992527.
HSL color Cylindrical-coordinate representation of color #4F705B: hue angle of 141.82º 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 #4F705B is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 91 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.56 |
| HSL | 141.82º | 0.17% | 0.37% | - |
| HSV(B) | 141.82º | 0.29% | 0.44% | - |
| XYZ | 10.91 | 14.01 | 12.03 | - |
| YUV | 99.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 91 | 0.29 | 0 | 0.19 | 0.56 | 141.82 | 0.17 | 0.37 |
| Hex | 4F | 70 | 5B | 1D | 0 | 13 | 38 | 8E | 11 | 25 |
| Octal | 117 | 160 | 133 | 35 | 0 | 23 | 70 | 216 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1011011 | 11101 | 0 | 10011 | 111000 | 10001110 | 10001 | 100101 |
Color Harmonies of #4F705B
Complementary color
Monochromatic Colors of #4F705B
Black with #4F705B
Text Example
Text Example
White with #4F705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F705B; }
p { color: rgb(79,112,91); }
H1.HeaderClassName
{
color: #4F705B;
}
.AnyTagClassName
{
color: #4F705B;
}
</style>
background-color css
<style>
a { background-color: #4F705B; }
a { background-color: rgb(79,112,91); }
div.DivClassName
{
background-color: #4F705B;
}
.BgClassName
{
background-color: #4F705B;
}
</style>
border-color css
<style>
span { border-color: #4F705B; }
span { border-color: rgb(79,112,91); }
td.TdClassName
{
border-color: #4F705B;
}
.TagClassName
{
border-color: #4F705B;
}
</style>