Shades of Gravel #494B41
Tints of Gravel #494B41
RGB
CMYK
RGB Variations
Color information
#494B41 (or 0x494B41) is known color: Gravel. HEX triplet: 49, 4B and 41. RGB value is (73,75,65). Sum of RGB (Red+Green+Blue) = 73+75+65=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 75 - color contains mainly: green. Hex color #494B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B41 is #B6B4BE. Grayscale: #494949. Windows color (decimal): -11973823 or 4279113. OLE color: 4279113.
HSL color Cylindrical-coordinate representation of color #494B41: hue angle of 72º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494B41 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 65 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.71 |
| HSL | 72º | 0.07% | 0.27% | - |
| HSV(B) | 72º | 0.13% | 0.29% | - |
| XYZ | 6.22 | 6.83 | 5.99 | - |
| YUV | 73.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 65 | 0.03 | 0 | 0.13 | 0.71 | 72 | 0.07 | 0.27 |
| Hex | 49 | 4B | 41 | 3 | 0 | D | 47 | 48 | 7 | 1B |
| Octal | 111 | 113 | 101 | 3 | 0 | 15 | 107 | 110 | 7 | 33 |
| Binary | 1001001 | 1001011 | 1000001 | 11 | 0 | 1101 | 1000111 | 1001000 | 111 | 11011 |
Color Harmonies of #494B41
Complementary color
Monochromatic Colors of #494B41
Black with #494B41
Text Example
Text Example
White with #494B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B41; }
p { color: rgb(73,75,65); }
H1.HeaderClassName
{
color: #494B41;
}
.AnyTagClassName
{
color: #494B41;
}
</style>
background-color css
<style>
a { background-color: #494B41; }
a { background-color: rgb(73,75,65); }
div.DivClassName
{
background-color: #494B41;
}
.BgClassName
{
background-color: #494B41;
}
</style>
border-color css
<style>
span { border-color: #494B41; }
span { border-color: rgb(73,75,65); }
td.TdClassName
{
border-color: #494B41;
}
.TagClassName
{
border-color: #494B41;
}
</style>