Shades of Dune #494845
Tints of Dune #494845
RGB
CMYK
RGB Variations
Color information
#494845 (or 0x494845) is known color: Dune. HEX triplet: 49, 48 and 45. RGB value is (73,72,69). Sum of RGB (Red+Green+Blue) = 73+72+69=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 73 - color contains mainly: red. Hex color #494845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494845 is #B6B7BA. Grayscale: #474747. Windows color (decimal): -11974587 or 4540489. OLE color: 4540489.
HSL color Cylindrical-coordinate representation of color #494845: hue angle of 45º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494845 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 69 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.71 |
| HSL | 45º | 0.03% | 0.28% | - |
| HSV(B) | 45º | 0.05% | 0.29% | - |
| XYZ | 6.14 | 6.48 | 6.56 | - |
| YUV | 71.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 69 | 0 | 0.01 | 0.05 | 0.71 | 45 | 0.03 | 0.28 |
| Hex | 49 | 48 | 45 | 0 | 1 | 5 | 47 | 2D | 3 | 1C |
| Octal | 111 | 110 | 105 | 0 | 1 | 5 | 107 | 55 | 3 | 34 |
| Binary | 1001001 | 1001000 | 1000101 | 0 | 1 | 101 | 1000111 | 101101 | 11 | 11100 |
Color Harmonies of #494845
Complementary color
Monochromatic Colors of #494845
Black with #494845
Text Example
Text Example
White with #494845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494845; }
p { color: rgb(73,72,69); }
H1.HeaderClassName
{
color: #494845;
}
.AnyTagClassName
{
color: #494845;
}
</style>
background-color css
<style>
a { background-color: #494845; }
a { background-color: rgb(73,72,69); }
div.DivClassName
{
background-color: #494845;
}
.BgClassName
{
background-color: #494845;
}
</style>
border-color css
<style>
span { border-color: #494845; }
span { border-color: rgb(73,72,69); }
td.TdClassName
{
border-color: #494845;
}
.TagClassName
{
border-color: #494845;
}
</style>