Shades of Gravel #494B42
Tints of Gravel #494B42
RGB
CMYK
RGB Variations
Color information
#494B42 (or 0x494B42) is known color: Gravel. HEX triplet: 49, 4B and 42. RGB value is (73,75,66). Sum of RGB (Red+Green+Blue) = 73+75+66=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 75 - color contains mainly: green. Hex color #494B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B42 is #B6B4BD. Grayscale: #494949. Windows color (decimal): -11973822 or 4344649. OLE color: 4344649.
HSL color Cylindrical-coordinate representation of color #494B42: hue angle of 73.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494B42 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 66 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.71 |
| HSL | 73.33º | 0.06% | 0.28% | - |
| HSV(B) | 73.33º | 0.12% | 0.29% | - |
| XYZ | 6.25 | 6.84 | 6.15 | - |
| YUV | 73.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 66 | 0.03 | 0 | 0.12 | 0.71 | 73.33 | 0.06 | 0.28 |
| Hex | 49 | 4B | 42 | 3 | 0 | C | 47 | 49 | 6 | 1C |
| Octal | 111 | 113 | 102 | 3 | 0 | 14 | 107 | 111 | 6 | 34 |
| Binary | 1001001 | 1001011 | 1000010 | 11 | 0 | 1100 | 1000111 | 1001001 | 110 | 11100 |
Color Harmonies of #494B42
Complementary color
Monochromatic Colors of #494B42
Black with #494B42
Text Example
Text Example
White with #494B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B42; }
p { color: rgb(73,75,66); }
H1.HeaderClassName
{
color: #494B42;
}
.AnyTagClassName
{
color: #494B42;
}
</style>
background-color css
<style>
a { background-color: #494B42; }
a { background-color: rgb(73,75,66); }
div.DivClassName
{
background-color: #494B42;
}
.BgClassName
{
background-color: #494B42;
}
</style>
border-color css
<style>
span { border-color: #494B42; }
span { border-color: rgb(73,75,66); }
td.TdClassName
{
border-color: #494B42;
}
.TagClassName
{
border-color: #494B42;
}
</style>