Shades of Gravel #4A4B45
Tints of Gravel #4A4B45
RGB
CMYK
RGB Variations
Color information
#4A4B45 (or 0x4A4B45) is known color: Gravel. HEX triplet: 4A, 4B and 45. RGB value is (74,75,69). Sum of RGB (Red+Green+Blue) = 74+75+69=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B45 is #B5B4BA. Grayscale: #4A4A4A. Windows color (decimal): -11908283 or 4541258. OLE color: 4541258.
HSL color Cylindrical-coordinate representation of color #4A4B45: hue angle of 70º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A4B45 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 75 | 69 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.71 |
| HSL | 70º | 0.04% | 0.28% | - |
| HSV(B) | 70º | 0.08% | 0.29% | - |
| XYZ | 6.41 | 6.92 | 6.63 | - |
| YUV | 74.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 69 | 0.01 | 0 | 0.08 | 0.71 | 70 | 0.04 | 0.28 |
| Hex | 4A | 4B | 45 | 1 | 0 | 8 | 47 | 46 | 4 | 1C |
| Octal | 112 | 113 | 105 | 1 | 0 | 10 | 107 | 106 | 4 | 34 |
| Binary | 1001010 | 1001011 | 1000101 | 1 | 0 | 1000 | 1000111 | 1000110 | 100 | 11100 |
Color Harmonies of #4A4B45
Complementary color
Monochromatic Colors of #4A4B45
Black with #4A4B45
Text Example
Text Example
White with #4A4B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B45; }
p { color: rgb(74,75,69); }
H1.HeaderClassName
{
color: #4A4B45;
}
.AnyTagClassName
{
color: #4A4B45;
}
</style>
background-color css
<style>
a { background-color: #4A4B45; }
a { background-color: rgb(74,75,69); }
div.DivClassName
{
background-color: #4A4B45;
}
.BgClassName
{
background-color: #4A4B45;
}
</style>
border-color css
<style>
span { border-color: #4A4B45; }
span { border-color: rgb(74,75,69); }
td.TdClassName
{
border-color: #4A4B45;
}
.TagClassName
{
border-color: #4A4B45;
}
</style>