Shades of Gravel #4E5049
Tints of Gravel #4E5049
RGB
CMYK
RGB Variations
Color information
#4E5049 (or 0x4E5049) is known color: Gravel. HEX triplet: 4E, 50 and 49. RGB value is (78,80,73). Sum of RGB (Red+Green+Blue) = 78+80+73=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5049 is #B1AFB6. Grayscale: #4E4E4E. Windows color (decimal): -11644855 or 4804686. OLE color: 4804686.
HSL color Cylindrical-coordinate representation of color #4E5049: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E5049 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 73 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.69 |
| HSL | 77.14º | 0.05% | 0.3% | - |
| HSV(B) | 77.14º | 0.09% | 0.31% | - |
| XYZ | 7.21 | 7.84 | 7.44 | - |
| YUV | 78.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 73 | 0.02 | 0 | 0.09 | 0.69 | 77.14 | 0.05 | 0.3 |
| Hex | 4E | 50 | 49 | 2 | 0 | 9 | 45 | 4D | 5 | 1E |
| Octal | 116 | 120 | 111 | 2 | 0 | 11 | 105 | 115 | 5 | 36 |
| Binary | 1001110 | 1010000 | 1001001 | 10 | 0 | 1001 | 1000101 | 1001101 | 101 | 11110 |
Color Harmonies of #4E5049
Complementary color
Monochromatic Colors of #4E5049
Black with #4E5049
Text Example
Text Example
White with #4E5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5049; }
p { color: rgb(78,80,73); }
H1.HeaderClassName
{
color: #4E5049;
}
.AnyTagClassName
{
color: #4E5049;
}
</style>
background-color css
<style>
a { background-color: #4E5049; }
a { background-color: rgb(78,80,73); }
div.DivClassName
{
background-color: #4E5049;
}
.BgClassName
{
background-color: #4E5049;
}
</style>
border-color css
<style>
span { border-color: #4E5049; }
span { border-color: rgb(78,80,73); }
td.TdClassName
{
border-color: #4E5049;
}
.TagClassName
{
border-color: #4E5049;
}
</style>