Shades of Gravel #4D4F46
Tints of Gravel #4D4F46
RGB
CMYK
RGB Variations
Color information
#4D4F46 (or 0x4D4F46) is known color: Gravel. HEX triplet: 4D, 4F and 46. RGB value is (77,79,70). Sum of RGB (Red+Green+Blue) = 77+79+70=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F46 is #B2B0B9. Grayscale: #4D4D4D. Windows color (decimal): -11710650 or 4607821. OLE color: 4607821.
HSL color Cylindrical-coordinate representation of color #4D4F46: hue angle of 73.33º 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 #4D4F46 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 70 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.69 |
| HSL | 73.33º | 0.06% | 0.29% | - |
| HSV(B) | 73.33º | 0.11% | 0.31% | - |
| XYZ | 6.96 | 7.61 | 6.9 | - |
| YUV | 77.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 70 | 0.03 | 0 | 0.11 | 0.69 | 73.33 | 0.06 | 0.29 |
| Hex | 4D | 4F | 46 | 3 | 0 | B | 45 | 49 | 6 | 1D |
| Octal | 115 | 117 | 106 | 3 | 0 | 13 | 105 | 111 | 6 | 35 |
| Binary | 1001101 | 1001111 | 1000110 | 11 | 0 | 1011 | 1000101 | 1001001 | 110 | 11101 |
Color Harmonies of #4D4F46
Complementary color
Monochromatic Colors of #4D4F46
Black with #4D4F46
Text Example
Text Example
White with #4D4F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F46; }
p { color: rgb(77,79,70); }
H1.HeaderClassName
{
color: #4D4F46;
}
.AnyTagClassName
{
color: #4D4F46;
}
</style>
background-color css
<style>
a { background-color: #4D4F46; }
a { background-color: rgb(77,79,70); }
div.DivClassName
{
background-color: #4D4F46;
}
.BgClassName
{
background-color: #4D4F46;
}
</style>
border-color css
<style>
span { border-color: #4D4F46; }
span { border-color: rgb(77,79,70); }
td.TdClassName
{
border-color: #4D4F46;
}
.TagClassName
{
border-color: #4D4F46;
}
</style>