Shades of Dune #4A4844
Tints of Dune #4A4844
RGB
CMYK
RGB Variations
Color information
#4A4844 (or 0x4A4844) is known color: Dune. HEX triplet: 4A, 48 and 44. RGB value is (74,72,68). Sum of RGB (Red+Green+Blue) = 74+72+68=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4844 is #B5B7BB. Grayscale: #484848. Windows color (decimal): -11909052 or 4474954. OLE color: 4474954.
HSL color Cylindrical-coordinate representation of color #4A4844: hue angle of 40º 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 #4A4844 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 72 | 68 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.71 |
| HSL | 40º | 0.04% | 0.28% | - |
| HSV(B) | 40º | 0.08% | 0.29% | - |
| XYZ | 6.18 | 6.51 | 6.4 | - |
| YUV | 72.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 68 | 0 | 0.03 | 0.08 | 0.71 | 40 | 0.04 | 0.28 |
| Hex | 4A | 48 | 44 | 0 | 3 | 8 | 47 | 28 | 4 | 1C |
| Octal | 112 | 110 | 104 | 0 | 3 | 10 | 107 | 50 | 4 | 34 |
| Binary | 1001010 | 1001000 | 1000100 | 0 | 11 | 1000 | 1000111 | 101000 | 100 | 11100 |
Color Harmonies of #4A4844
Complementary color
Monochromatic Colors of #4A4844
Black with #4A4844
Text Example
Text Example
White with #4A4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4844; }
p { color: rgb(74,72,68); }
H1.HeaderClassName
{
color: #4A4844;
}
.AnyTagClassName
{
color: #4A4844;
}
</style>
background-color css
<style>
a { background-color: #4A4844; }
a { background-color: rgb(74,72,68); }
div.DivClassName
{
background-color: #4A4844;
}
.BgClassName
{
background-color: #4A4844;
}
</style>
border-color css
<style>
span { border-color: #4A4844; }
span { border-color: rgb(74,72,68); }
td.TdClassName
{
border-color: #4A4844;
}
.TagClassName
{
border-color: #4A4844;
}
</style>