Shades of Dune #4B4943
Tints of Dune #4B4943
RGB
CMYK
RGB Variations
Color information
#4B4943 (or 0x4B4943) is known color: Dune. HEX triplet: 4B, 49 and 43. RGB value is (75,73,67). Sum of RGB (Red+Green+Blue) = 75+73+67=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4943 is #B4B6BC. Grayscale: #484848. Windows color (decimal): -11843261 or 4409675. OLE color: 4409675.
HSL color Cylindrical-coordinate representation of color #4B4943: hue angle of 45º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B4943 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 67 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.71 |
| HSL | 45º | 0.06% | 0.28% | - |
| HSV(B) | 45º | 0.11% | 0.29% | - |
| XYZ | 6.3 | 6.67 | 6.26 | - |
| YUV | 72.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 67 | 0 | 0.03 | 0.11 | 0.71 | 45 | 0.06 | 0.28 |
| Hex | 4B | 49 | 43 | 0 | 3 | B | 47 | 2D | 6 | 1C |
| Octal | 113 | 111 | 103 | 0 | 3 | 13 | 107 | 55 | 6 | 34 |
| Binary | 1001011 | 1001001 | 1000011 | 0 | 11 | 1011 | 1000111 | 101101 | 110 | 11100 |
Color Harmonies of #4B4943
Complementary color
Monochromatic Colors of #4B4943
Black with #4B4943
Text Example
Text Example
White with #4B4943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4943; }
p { color: rgb(75,73,67); }
H1.HeaderClassName
{
color: #4B4943;
}
.AnyTagClassName
{
color: #4B4943;
}
</style>
background-color css
<style>
a { background-color: #4B4943; }
a { background-color: rgb(75,73,67); }
div.DivClassName
{
background-color: #4B4943;
}
.BgClassName
{
background-color: #4B4943;
}
</style>
border-color css
<style>
span { border-color: #4B4943; }
span { border-color: rgb(75,73,67); }
td.TdClassName
{
border-color: #4B4943;
}
.TagClassName
{
border-color: #4B4943;
}
</style>