Shades of Gravel #4E5045
Tints of Gravel #4E5045
RGB
CMYK
RGB Variations
Color information
#4E5045 (or 0x4E5045) is known color: Gravel. HEX triplet: 4E, 50 and 45. RGB value is (78,80,69). Sum of RGB (Red+Green+Blue) = 78+80+69=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5045 is #B1AFBA. Grayscale: #4E4E4E. Windows color (decimal): -11644859 or 4542542. OLE color: 4542542.
HSL color Cylindrical-coordinate representation of color #4E5045: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E5045 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 69 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.69 |
| HSL | 70.91º | 0.07% | 0.29% | - |
| HSV(B) | 70.91º | 0.14% | 0.31% | - |
| XYZ | 7.08 | 7.79 | 6.76 | - |
| YUV | 78.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 69 | 0.02 | 0 | 0.14 | 0.69 | 70.91 | 0.07 | 0.29 |
| Hex | 4E | 50 | 45 | 2 | 0 | E | 45 | 47 | 7 | 1D |
| Octal | 116 | 120 | 105 | 2 | 0 | 16 | 105 | 107 | 7 | 35 |
| Binary | 1001110 | 1010000 | 1000101 | 10 | 0 | 1110 | 1000101 | 1000111 | 111 | 11101 |
Color Harmonies of #4E5045
Complementary color
Monochromatic Colors of #4E5045
Black with #4E5045
Text Example
Text Example
White with #4E5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5045; }
p { color: rgb(78,80,69); }
H1.HeaderClassName
{
color: #4E5045;
}
.AnyTagClassName
{
color: #4E5045;
}
</style>
background-color css
<style>
a { background-color: #4E5045; }
a { background-color: rgb(78,80,69); }
div.DivClassName
{
background-color: #4E5045;
}
.BgClassName
{
background-color: #4E5045;
}
</style>
border-color css
<style>
span { border-color: #4E5045; }
span { border-color: rgb(78,80,69); }
td.TdClassName
{
border-color: #4E5045;
}
.TagClassName
{
border-color: #4E5045;
}
</style>