Shades of Dune #4B4945
Tints of Dune #4B4945
RGB
CMYK
RGB Variations
Color information
#4B4945 (or 0x4B4945) is known color: Dune. HEX triplet: 4B, 49 and 45. RGB value is (75,73,69). Sum of RGB (Red+Green+Blue) = 75+73+69=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4945 is #B4B6BA. Grayscale: #494949. Windows color (decimal): -11843259 or 4540747. OLE color: 4540747.
HSL color Cylindrical-coordinate representation of color #4B4945: 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 #4B4945 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 69 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.71 |
| HSL | 40º | 0.04% | 0.28% | - |
| HSV(B) | 40º | 0.08% | 0.29% | - |
| XYZ | 6.36 | 6.69 | 6.59 | - |
| YUV | 73.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 69 | 0 | 0.03 | 0.08 | 0.71 | 40 | 0.04 | 0.28 |
| Hex | 4B | 49 | 45 | 0 | 3 | 8 | 47 | 28 | 4 | 1C |
| Octal | 113 | 111 | 105 | 0 | 3 | 10 | 107 | 50 | 4 | 34 |
| Binary | 1001011 | 1001001 | 1000101 | 0 | 11 | 1000 | 1000111 | 101000 | 100 | 11100 |
Color Harmonies of #4B4945
Complementary color
Monochromatic Colors of #4B4945
Black with #4B4945
Text Example
Text Example
White with #4B4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4945; }
p { color: rgb(75,73,69); }
H1.HeaderClassName
{
color: #4B4945;
}
.AnyTagClassName
{
color: #4B4945;
}
</style>
background-color css
<style>
a { background-color: #4B4945; }
a { background-color: rgb(75,73,69); }
div.DivClassName
{
background-color: #4B4945;
}
.BgClassName
{
background-color: #4B4945;
}
</style>
border-color css
<style>
span { border-color: #4B4945; }
span { border-color: rgb(75,73,69); }
td.TdClassName
{
border-color: #4B4945;
}
.TagClassName
{
border-color: #4B4945;
}
</style>