Shades of Como #4F6F58
Tints of Como #4F6F58
RGB
CMYK
RGB Variations
Color information
#4F6F58 (or 0x4F6F58) is known color: Como. HEX triplet: 4F, 6F and 58. RGB value is (79,111,88). Sum of RGB (Red+Green+Blue) = 79+111+88=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F58 is #B090A7. Grayscale: #626262. Windows color (decimal): -11571368 or 5795663. OLE color: 5795663.
HSL color Cylindrical-coordinate representation of color #4F6F58: hue angle of 136.88º 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 #4F6F58 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 88 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.56 |
| HSL | 136.88º | 0.17% | 0.37% | - |
| HSV(B) | 136.88º | 0.29% | 0.44% | - |
| XYZ | 10.67 | 13.74 | 11.32 | - |
| YUV | 98.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 88 | 0.29 | 0 | 0.21 | 0.56 | 136.88 | 0.17 | 0.37 |
| Hex | 4F | 6F | 58 | 1D | 0 | 15 | 38 | 89 | 11 | 25 |
| Octal | 117 | 157 | 130 | 35 | 0 | 25 | 70 | 211 | 21 | 45 |
| Binary | 1001111 | 1101111 | 1011000 | 11101 | 0 | 10101 | 111000 | 10001001 | 10001 | 100101 |
Color Harmonies of #4F6F58
Complementary color
Monochromatic Colors of #4F6F58
Black with #4F6F58
Text Example
Text Example
White with #4F6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F58; }
p { color: rgb(79,111,88); }
H1.HeaderClassName
{
color: #4F6F58;
}
.AnyTagClassName
{
color: #4F6F58;
}
</style>
background-color css
<style>
a { background-color: #4F6F58; }
a { background-color: rgb(79,111,88); }
div.DivClassName
{
background-color: #4F6F58;
}
.BgClassName
{
background-color: #4F6F58;
}
</style>
border-color css
<style>
span { border-color: #4F6F58; }
span { border-color: rgb(79,111,88); }
td.TdClassName
{
border-color: #4F6F58;
}
.TagClassName
{
border-color: #4F6F58;
}
</style>