Shades of Gravel #484943
Tints of Gravel #484943
RGB
CMYK
RGB Variations
Color information
#484943 (or 0x484943) is known color: Gravel. HEX triplet: 48, 49 and 43. RGB value is (72,73,67). Sum of RGB (Red+Green+Blue) = 72+73+67=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 73 - color contains mainly: green. Hex color #484943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484943 is #B7B6BC. Grayscale: #484848. Windows color (decimal): -12039869 or 4409672. OLE color: 4409672.
HSL color Cylindrical-coordinate representation of color #484943: hue angle of 70º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484943 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 67 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.71 |
| HSL | 70º | 0.04% | 0.27% | - |
| HSV(B) | 70º | 0.08% | 0.29% | - |
| XYZ | 6.07 | 6.55 | 6.25 | - |
| YUV | 72.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 67 | 0.01 | 0 | 0.08 | 0.71 | 70 | 0.04 | 0.27 |
| Hex | 48 | 49 | 43 | 1 | 0 | 8 | 47 | 46 | 4 | 1B |
| Octal | 110 | 111 | 103 | 1 | 0 | 10 | 107 | 106 | 4 | 33 |
| Binary | 1001000 | 1001001 | 1000011 | 1 | 0 | 1000 | 1000111 | 1000110 | 100 | 11011 |
Color Harmonies of #484943
Complementary color
Monochromatic Colors of #484943
Black with #484943
Text Example
Text Example
White with #484943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484943; }
p { color: rgb(72,73,67); }
H1.HeaderClassName
{
color: #484943;
}
.AnyTagClassName
{
color: #484943;
}
</style>
background-color css
<style>
a { background-color: #484943; }
a { background-color: rgb(72,73,67); }
div.DivClassName
{
background-color: #484943;
}
.BgClassName
{
background-color: #484943;
}
</style>
border-color css
<style>
span { border-color: #484943; }
span { border-color: rgb(72,73,67); }
td.TdClassName
{
border-color: #484943;
}
.TagClassName
{
border-color: #484943;
}
</style>