Shades of Como #4F795D
Tints of Como #4F795D
RGB
CMYK
RGB Variations
Color information
#4F795D (or 0x4F795D) is known color: Como. HEX triplet: 4F, 79 and 5D. RGB value is (79,121,93). Sum of RGB (Red+Green+Blue) = 79+121+93=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #4F795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F795D is #B086A2. Grayscale: #696969. Windows color (decimal): -11568803 or 6125903. OLE color: 6125903.
HSL color Cylindrical-coordinate representation of color #4F795D: hue angle of 140º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F795D is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 121 | 93 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.53 |
| HSL | 140º | 0.21% | 0.39% | - |
| HSV(B) | 140º | 0.35% | 0.47% | - |
| XYZ | 12.04 | 16.13 | 12.83 | - |
| YUV | 105.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 121 | 93 | 0.35 | 0 | 0.23 | 0.53 | 140 | 0.21 | 0.39 |
| Hex | 4F | 79 | 5D | 23 | 0 | 17 | 35 | 8C | 15 | 27 |
| Octal | 117 | 171 | 135 | 43 | 0 | 27 | 65 | 214 | 25 | 47 |
| Binary | 1001111 | 1111001 | 1011101 | 100011 | 0 | 10111 | 110101 | 10001100 | 10101 | 100111 |
Color Harmonies of #4F795D
Complementary color
Monochromatic Colors of #4F795D
Black with #4F795D
Text Example
Text Example
White with #4F795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F795D; }
p { color: rgb(79,121,93); }
H1.HeaderClassName
{
color: #4F795D;
}
.AnyTagClassName
{
color: #4F795D;
}
</style>
background-color css
<style>
a { background-color: #4F795D; }
a { background-color: rgb(79,121,93); }
div.DivClassName
{
background-color: #4F795D;
}
.BgClassName
{
background-color: #4F795D;
}
</style>
border-color css
<style>
span { border-color: #4F795D; }
span { border-color: rgb(79,121,93); }
td.TdClassName
{
border-color: #4F795D;
}
.TagClassName
{
border-color: #4F795D;
}
</style>