Shades of Gravel #4E5145
Tints of Gravel #4E5145
RGB
CMYK
RGB Variations
Color information
#4E5145 (or 0x4E5145) is known color: Gravel. HEX triplet: 4E, 51 and 45. RGB value is (78,81,69). Sum of RGB (Red+Green+Blue) = 78+81+69=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5145 is #B1AEBA. Grayscale: #4E4E4E. Windows color (decimal): -11644603 or 4542798. OLE color: 4542798.
HSL color Cylindrical-coordinate representation of color #4E5145: hue angle of 75º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E5145 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 69 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.68 |
| HSL | 75º | 0.08% | 0.29% | - |
| HSV(B) | 75º | 0.15% | 0.32% | - |
| XYZ | 7.16 | 7.93 | 6.78 | - |
| YUV | 78.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 69 | 0.04 | 0 | 0.15 | 0.68 | 75 | 0.08 | 0.29 |
| Hex | 4E | 51 | 45 | 4 | 0 | F | 44 | 4B | 8 | 1D |
| Octal | 116 | 121 | 105 | 4 | 0 | 17 | 104 | 113 | 10 | 35 |
| Binary | 1001110 | 1010001 | 1000101 | 100 | 0 | 1111 | 1000100 | 1001011 | 1000 | 11101 |
Color Harmonies of #4E5145
Complementary color
Monochromatic Colors of #4E5145
Black with #4E5145
Text Example
Text Example
White with #4E5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5145; }
p { color: rgb(78,81,69); }
H1.HeaderClassName
{
color: #4E5145;
}
.AnyTagClassName
{
color: #4E5145;
}
</style>
background-color css
<style>
a { background-color: #4E5145; }
a { background-color: rgb(78,81,69); }
div.DivClassName
{
background-color: #4E5145;
}
.BgClassName
{
background-color: #4E5145;
}
</style>
border-color css
<style>
span { border-color: #4E5145; }
span { border-color: rgb(78,81,69); }
td.TdClassName
{
border-color: #4E5145;
}
.TagClassName
{
border-color: #4E5145;
}
</style>