Shades of Dune #484745
Tints of Dune #484745
RGB
CMYK
RGB Variations
Color information
#484745 (or 0x484745) is known color: Dune. HEX triplet: 48, 47 and 45. RGB value is (72,71,69). Sum of RGB (Red+Green+Blue) = 72+71+69=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 72 - color contains mainly: red. Hex color #484745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484745 is #B7B8BA. Grayscale: #474747. Windows color (decimal): -12040379 or 4540232. OLE color: 4540232.
HSL color Cylindrical-coordinate representation of color #484745: hue angle of 40º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #484745 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 69 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.72 |
| HSL | 40º | 0.02% | 0.28% | - |
| HSV(B) | 40º | 0.04% | 0.28% | - |
| XYZ | 6 | 6.31 | 6.53 | - |
| YUV | 71.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 69 | 0 | 0.01 | 0.04 | 0.72 | 40 | 0.02 | 0.28 |
| Hex | 48 | 47 | 45 | 0 | 1 | 4 | 48 | 28 | 2 | 1C |
| Octal | 110 | 107 | 105 | 0 | 1 | 4 | 110 | 50 | 2 | 34 |
| Binary | 1001000 | 1000111 | 1000101 | 0 | 1 | 100 | 1001000 | 101000 | 10 | 11100 |
Color Harmonies of #484745
Complementary color
Monochromatic Colors of #484745
Black with #484745
Text Example
Text Example
White with #484745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484745; }
p { color: rgb(72,71,69); }
H1.HeaderClassName
{
color: #484745;
}
.AnyTagClassName
{
color: #484745;
}
</style>
background-color css
<style>
a { background-color: #484745; }
a { background-color: rgb(72,71,69); }
div.DivClassName
{
background-color: #484745;
}
.BgClassName
{
background-color: #484745;
}
</style>
border-color css
<style>
span { border-color: #484745; }
span { border-color: rgb(72,71,69); }
td.TdClassName
{
border-color: #484745;
}
.TagClassName
{
border-color: #484745;
}
</style>