Shades of Gravel #4E4F4B
Tints of Gravel #4E4F4B
RGB
CMYK
RGB Variations
Color information
#4E4F4B (or 0x4E4F4B) is known color: Gravel. HEX triplet: 4E, 4F and 4B. RGB value is (78,79,75). Sum of RGB (Red+Green+Blue) = 78+79+75=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F4B is #B1B0B4. Grayscale: #4E4E4E. Windows color (decimal): -11645109 or 4935502. OLE color: 4935502.
HSL color Cylindrical-coordinate representation of color #4E4F4B: hue angle of 75º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E4F4B is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 75 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.69 |
| HSL | 75º | 0.03% | 0.3% | - |
| HSV(B) | 75º | 0.05% | 0.31% | - |
| XYZ | 7.21 | 7.72 | 7.77 | - |
| YUV | 78.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 75 | 0.01 | 0 | 0.05 | 0.69 | 75 | 0.03 | 0.3 |
| Hex | 4E | 4F | 4B | 1 | 0 | 5 | 45 | 4B | 3 | 1E |
| Octal | 116 | 117 | 113 | 1 | 0 | 5 | 105 | 113 | 3 | 36 |
| Binary | 1001110 | 1001111 | 1001011 | 1 | 0 | 101 | 1000101 | 1001011 | 11 | 11110 |
Color Harmonies of #4E4F4B
Complementary color
Monochromatic Colors of #4E4F4B
Black with #4E4F4B
Text Example
Text Example
White with #4E4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F4B; }
p { color: rgb(78,79,75); }
H1.HeaderClassName
{
color: #4E4F4B;
}
.AnyTagClassName
{
color: #4E4F4B;
}
</style>
background-color css
<style>
a { background-color: #4E4F4B; }
a { background-color: rgb(78,79,75); }
div.DivClassName
{
background-color: #4E4F4B;
}
.BgClassName
{
background-color: #4E4F4B;
}
</style>
border-color css
<style>
span { border-color: #4E4F4B; }
span { border-color: rgb(78,79,75); }
td.TdClassName
{
border-color: #4E4F4B;
}
.TagClassName
{
border-color: #4E4F4B;
}
</style>