Shades of Como #4F725A
Tints of Como #4F725A
RGB
CMYK
RGB Variations
Color information
#4F725A (or 0x4F725A) is known color: Como. HEX triplet: 4F, 72 and 5A. RGB value is (79,114,90). Sum of RGB (Red+Green+Blue) = 79+114+90=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4F725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F725A is #B08DA5. Grayscale: #646464. Windows color (decimal): -11570598 or 5927503. OLE color: 5927503.
HSL color Cylindrical-coordinate representation of color #4F725A: hue angle of 138.86º 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 #4F725A is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 90 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.55 |
| HSL | 138.86º | 0.18% | 0.38% | - |
| HSV(B) | 138.86º | 0.31% | 0.45% | - |
| XYZ | 11.09 | 14.44 | 11.87 | - |
| YUV | 100.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 90 | 0.31 | 0 | 0.21 | 0.55 | 138.86 | 0.18 | 0.38 |
| Hex | 4F | 72 | 5A | 1F | 0 | 15 | 37 | 8B | 12 | 26 |
| Octal | 117 | 162 | 132 | 37 | 0 | 25 | 67 | 213 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1011010 | 11111 | 0 | 10101 | 110111 | 10001011 | 10010 | 100110 |
Color Harmonies of #4F725A
Complementary color
Monochromatic Colors of #4F725A
Black with #4F725A
Text Example
Text Example
White with #4F725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F725A; }
p { color: rgb(79,114,90); }
H1.HeaderClassName
{
color: #4F725A;
}
.AnyTagClassName
{
color: #4F725A;
}
</style>
background-color css
<style>
a { background-color: #4F725A; }
a { background-color: rgb(79,114,90); }
div.DivClassName
{
background-color: #4F725A;
}
.BgClassName
{
background-color: #4F725A;
}
</style>
border-color css
<style>
span { border-color: #4F725A; }
span { border-color: rgb(79,114,90); }
td.TdClassName
{
border-color: #4F725A;
}
.TagClassName
{
border-color: #4F725A;
}
</style>