Shades of Gravel #4E4F46
Tints of Gravel #4E4F46
RGB
CMYK
RGB Variations
Color information
#4E4F46 (or 0x4E4F46) is known color: Gravel. HEX triplet: 4E, 4F and 46. RGB value is (78,79,70). Sum of RGB (Red+Green+Blue) = 78+79+70=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F46 is #B1B0B9. Grayscale: #4D4D4D. Windows color (decimal): -11645114 or 4607822. OLE color: 4607822.
HSL color Cylindrical-coordinate representation of color #4E4F46: hue angle of 66.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E4F46 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 70 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.69 |
| HSL | 66.67º | 0.06% | 0.29% | - |
| HSV(B) | 66.67º | 0.11% | 0.31% | - |
| XYZ | 7.04 | 7.65 | 6.9 | - |
| YUV | 77.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 70 | 0.01 | 0 | 0.11 | 0.69 | 66.67 | 0.06 | 0.29 |
| Hex | 4E | 4F | 46 | 1 | 0 | B | 45 | 43 | 6 | 1D |
| Octal | 116 | 117 | 106 | 1 | 0 | 13 | 105 | 103 | 6 | 35 |
| Binary | 1001110 | 1001111 | 1000110 | 1 | 0 | 1011 | 1000101 | 1000011 | 110 | 11101 |
Color Harmonies of #4E4F46
Complementary color
Monochromatic Colors of #4E4F46
Black with #4E4F46
Text Example
Text Example
White with #4E4F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F46; }
p { color: rgb(78,79,70); }
H1.HeaderClassName
{
color: #4E4F46;
}
.AnyTagClassName
{
color: #4E4F46;
}
</style>
background-color css
<style>
a { background-color: #4E4F46; }
a { background-color: rgb(78,79,70); }
div.DivClassName
{
background-color: #4E4F46;
}
.BgClassName
{
background-color: #4E4F46;
}
</style>
border-color css
<style>
span { border-color: #4E4F46; }
span { border-color: rgb(78,79,70); }
td.TdClassName
{
border-color: #4E4F46;
}
.TagClassName
{
border-color: #4E4F46;
}
</style>