Shades of Dune #49463F
Tints of Dune #49463F
RGB
CMYK
RGB Variations
Color information
#49463F (or 0x49463F) is known color: Dune. HEX triplet: 49, 46 and 3F. RGB value is (73,70,63). Sum of RGB (Red+Green+Blue) = 73+70+63=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #49463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49463F is #B6B9C0. Grayscale: #464646. Windows color (decimal): -11975105 or 4146761. OLE color: 4146761.
HSL color Cylindrical-coordinate representation of color #49463F: hue angle of 42º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49463F is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 63 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.71 |
| HSL | 42º | 0.07% | 0.27% | - |
| HSV(B) | 42º | 0.14% | 0.29% | - |
| XYZ | 5.84 | 6.16 | 5.58 | - |
| YUV | 70.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 63 | 0 | 0.04 | 0.14 | 0.71 | 42 | 0.07 | 0.27 |
| Hex | 49 | 46 | 3F | 0 | 4 | E | 47 | 2A | 7 | 1B |
| Octal | 111 | 106 | 77 | 0 | 4 | 16 | 107 | 52 | 7 | 33 |
| Binary | 1001001 | 1000110 | 111111 | 0 | 100 | 1110 | 1000111 | 101010 | 111 | 11011 |
Color Harmonies of #49463F
Complementary color
Monochromatic Colors of #49463F
Black with #49463F
Text Example
Text Example
White with #49463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49463F; }
p { color: rgb(73,70,63); }
H1.HeaderClassName
{
color: #49463F;
}
.AnyTagClassName
{
color: #49463F;
}
</style>
background-color css
<style>
a { background-color: #49463F; }
a { background-color: rgb(73,70,63); }
div.DivClassName
{
background-color: #49463F;
}
.BgClassName
{
background-color: #49463F;
}
</style>
border-color css
<style>
span { border-color: #49463F; }
span { border-color: rgb(73,70,63); }
td.TdClassName
{
border-color: #49463F;
}
.TagClassName
{
border-color: #49463F;
}
</style>