Shades of Como #4F705C
Tints of Como #4F705C
RGB
CMYK
RGB Variations
Color information
#4F705C (or 0x4F705C) is known color: Como. HEX triplet: 4F, 70 and 5C. RGB value is (79,112,92). Sum of RGB (Red+Green+Blue) = 79+112+92=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705C is #B08FA3. Grayscale: #636363. Windows color (decimal): -11571108 or 6058063. OLE color: 6058063.
HSL color Cylindrical-coordinate representation of color #4F705C: hue angle of 143.64º 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 #4F705C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 92 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.56 |
| HSL | 143.64º | 0.17% | 0.37% | - |
| HSV(B) | 143.64º | 0.29% | 0.44% | - |
| XYZ | 10.95 | 14.02 | 12.25 | - |
| YUV | 99.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 92 | 0.29 | 0 | 0.18 | 0.56 | 143.64 | 0.17 | 0.37 |
| Hex | 4F | 70 | 5C | 1D | 0 | 12 | 38 | 90 | 11 | 25 |
| Octal | 117 | 160 | 134 | 35 | 0 | 22 | 70 | 220 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1011100 | 11101 | 0 | 10010 | 111000 | 10010000 | 10001 | 100101 |
Color Harmonies of #4F705C
Complementary color
Monochromatic Colors of #4F705C
Black with #4F705C
Text Example
Text Example
White with #4F705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F705C; }
p { color: rgb(79,112,92); }
H1.HeaderClassName
{
color: #4F705C;
}
.AnyTagClassName
{
color: #4F705C;
}
</style>
background-color css
<style>
a { background-color: #4F705C; }
a { background-color: rgb(79,112,92); }
div.DivClassName
{
background-color: #4F705C;
}
.BgClassName
{
background-color: #4F705C;
}
</style>
border-color css
<style>
span { border-color: #4F705C; }
span { border-color: rgb(79,112,92); }
td.TdClassName
{
border-color: #4F705C;
}
.TagClassName
{
border-color: #4F705C;
}
</style>