Shades of Como #4F725D
Tints of Como #4F725D
RGB
CMYK
RGB Variations
Color information
#4F725D (or 0x4F725D) is known color: Como. HEX triplet: 4F, 72 and 5D. RGB value is (79,114,93). Sum of RGB (Red+Green+Blue) = 79+114+93=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #4F725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F725D is #B08DA2. Grayscale: #656565. Windows color (decimal): -11570595 or 6124111. OLE color: 6124111.
HSL color Cylindrical-coordinate representation of color #4F725D: hue angle of 144º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F725D is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 93 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.55 |
| HSL | 144º | 0.18% | 0.38% | - |
| HSV(B) | 144º | 0.31% | 0.45% | - |
| XYZ | 11.22 | 14.49 | 12.56 | - |
| YUV | 101.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 93 | 0.31 | 0 | 0.18 | 0.55 | 144 | 0.18 | 0.38 |
| Hex | 4F | 72 | 5D | 1F | 0 | 12 | 37 | 90 | 12 | 26 |
| Octal | 117 | 162 | 135 | 37 | 0 | 22 | 67 | 220 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1011101 | 11111 | 0 | 10010 | 110111 | 10010000 | 10010 | 100110 |
Color Harmonies of #4F725D
Complementary color
Monochromatic Colors of #4F725D
Black with #4F725D
Text Example
Text Example
White with #4F725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F725D; }
p { color: rgb(79,114,93); }
H1.HeaderClassName
{
color: #4F725D;
}
.AnyTagClassName
{
color: #4F725D;
}
</style>
background-color css
<style>
a { background-color: #4F725D; }
a { background-color: rgb(79,114,93); }
div.DivClassName
{
background-color: #4F725D;
}
.BgClassName
{
background-color: #4F725D;
}
</style>
border-color css
<style>
span { border-color: #4F725D; }
span { border-color: rgb(79,114,93); }
td.TdClassName
{
border-color: #4F725D;
}
.TagClassName
{
border-color: #4F725D;
}
</style>