Shades of Como #4F705A
Tints of Como #4F705A
RGB
CMYK
RGB Variations
Color information
#4F705A (or 0x4F705A) is known color: Como. HEX triplet: 4F, 70 and 5A. RGB value is (79,112,90). Sum of RGB (Red+Green+Blue) = 79+112+90=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705A is #B08FA5. Grayscale: #636363. Windows color (decimal): -11571110 or 5926991. OLE color: 5926991.
HSL color Cylindrical-coordinate representation of color #4F705A: hue angle of 140º 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 #4F705A is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 90 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.56 |
| HSL | 140º | 0.17% | 0.37% | - |
| HSV(B) | 140º | 0.29% | 0.44% | - |
| XYZ | 10.86 | 13.99 | 11.8 | - |
| YUV | 99.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 90 | 0.29 | 0 | 0.20 | 0.56 | 140 | 0.17 | 0.37 |
| Hex | 4F | 70 | 5A | 1D | 0 | 14 | 38 | 8C | 11 | 25 |
| Octal | 117 | 160 | 132 | 35 | 0 | 24 | 70 | 214 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1011010 | 11101 | 0 | 10100 | 111000 | 10001100 | 10001 | 100101 |
Color Harmonies of #4F705A
Complementary color
Monochromatic Colors of #4F705A
Black with #4F705A
Text Example
Text Example
White with #4F705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F705A; }
p { color: rgb(79,112,90); }
H1.HeaderClassName
{
color: #4F705A;
}
.AnyTagClassName
{
color: #4F705A;
}
</style>
background-color css
<style>
a { background-color: #4F705A; }
a { background-color: rgb(79,112,90); }
div.DivClassName
{
background-color: #4F705A;
}
.BgClassName
{
background-color: #4F705A;
}
</style>
border-color css
<style>
span { border-color: #4F705A; }
span { border-color: rgb(79,112,90); }
td.TdClassName
{
border-color: #4F705A;
}
.TagClassName
{
border-color: #4F705A;
}
</style>