Shades of Como #4F735E
Tints of Como #4F735E
RGB
CMYK
RGB Variations
Color information
#4F735E (or 0x4F735E) is known color: Como. HEX triplet: 4F, 73 and 5E. RGB value is (79,115,94). Sum of RGB (Red+Green+Blue) = 79+115+94=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #4F735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F735E is #B08CA1. Grayscale: #656565. Windows color (decimal): -11570338 or 6189903. OLE color: 6189903.
HSL color Cylindrical-coordinate representation of color #4F735E: hue angle of 145º degrees, saturation: 0.19, 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 #4F735E is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 94 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.55 |
| HSL | 145º | 0.19% | 0.38% | - |
| HSV(B) | 145º | 0.31% | 0.45% | - |
| XYZ | 11.38 | 14.73 | 12.83 | - |
| YUV | 101.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 94 | 0.31 | 0 | 0.18 | 0.55 | 145 | 0.19 | 0.38 |
| Hex | 4F | 73 | 5E | 1F | 0 | 12 | 37 | 91 | 13 | 26 |
| Octal | 117 | 163 | 136 | 37 | 0 | 22 | 67 | 221 | 23 | 46 |
| Binary | 1001111 | 1110011 | 1011110 | 11111 | 0 | 10010 | 110111 | 10010001 | 10011 | 100110 |
Color Harmonies of #4F735E
Complementary color
Monochromatic Colors of #4F735E
Black with #4F735E
Text Example
Text Example
White with #4F735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F735E; }
p { color: rgb(79,115,94); }
H1.HeaderClassName
{
color: #4F735E;
}
.AnyTagClassName
{
color: #4F735E;
}
</style>
background-color css
<style>
a { background-color: #4F735E; }
a { background-color: rgb(79,115,94); }
div.DivClassName
{
background-color: #4F735E;
}
.BgClassName
{
background-color: #4F735E;
}
</style>
border-color css
<style>
span { border-color: #4F735E; }
span { border-color: rgb(79,115,94); }
td.TdClassName
{
border-color: #4F735E;
}
.TagClassName
{
border-color: #4F735E;
}
</style>