Shades of Gravel #4F5048
Tints of Gravel #4F5048
RGB
CMYK
RGB Variations
Color information
#4F5048 (or 0x4F5048) is known color: Gravel. HEX triplet: 4F, 50 and 48. RGB value is (79,80,72). Sum of RGB (Red+Green+Blue) = 79+80+72=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5048 is #B0AFB7. Grayscale: #4E4E4E. Windows color (decimal): -11579320 or 4739151. OLE color: 4739151.
HSL color Cylindrical-coordinate representation of color #4F5048: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5048 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 72 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.69 |
| HSL | 67.5º | 0.05% | 0.3% | - |
| HSV(B) | 67.5º | 0.1% | 0.31% | - |
| XYZ | 7.26 | 7.87 | 7.27 | - |
| YUV | 78.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 72 | 0.01 | 0 | 0.10 | 0.69 | 67.5 | 0.05 | 0.3 |
| Hex | 4F | 50 | 48 | 1 | 0 | A | 45 | 44 | 5 | 1E |
| Octal | 117 | 120 | 110 | 1 | 0 | 12 | 105 | 104 | 5 | 36 |
| Binary | 1001111 | 1010000 | 1001000 | 1 | 0 | 1010 | 1000101 | 1000100 | 101 | 11110 |
Color Harmonies of #4F5048
Complementary color
Monochromatic Colors of #4F5048
Black with #4F5048
Text Example
Text Example
White with #4F5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5048; }
p { color: rgb(79,80,72); }
H1.HeaderClassName
{
color: #4F5048;
}
.AnyTagClassName
{
color: #4F5048;
}
</style>
background-color css
<style>
a { background-color: #4F5048; }
a { background-color: rgb(79,80,72); }
div.DivClassName
{
background-color: #4F5048;
}
.BgClassName
{
background-color: #4F5048;
}
</style>
border-color css
<style>
span { border-color: #4F5048; }
span { border-color: rgb(79,80,72); }
td.TdClassName
{
border-color: #4F5048;
}
.TagClassName
{
border-color: #4F5048;
}
</style>