Shades of Dune #4C4A46
Tints of Dune #4C4A46
RGB
CMYK
RGB Variations
Color information
#4C4A46 (or 0x4C4A46) is known color: Dune. HEX triplet: 4C, 4A and 46. RGB value is (76,74,70). Sum of RGB (Red+Green+Blue) = 76+74+70=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A46 is #B3B5B9. Grayscale: #4A4A4A. Windows color (decimal): -11777466 or 4606540. OLE color: 4606540.
HSL color Cylindrical-coordinate representation of color #4C4A46: hue angle of 40º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C4A46 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 70 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.70 |
| HSL | 40º | 0.04% | 0.29% | - |
| HSV(B) | 40º | 0.08% | 0.3% | - |
| XYZ | 6.53 | 6.88 | 6.78 | - |
| YUV | 74.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 70 | 0 | 0.03 | 0.08 | 0.70 | 40 | 0.04 | 0.29 |
| Hex | 4C | 4A | 46 | 0 | 3 | 8 | 46 | 28 | 4 | 1D |
| Octal | 114 | 112 | 106 | 0 | 3 | 10 | 106 | 50 | 4 | 35 |
| Binary | 1001100 | 1001010 | 1000110 | 0 | 11 | 1000 | 1000110 | 101000 | 100 | 11101 |
Color Harmonies of #4C4A46
Complementary color
Monochromatic Colors of #4C4A46
Black with #4C4A46
Text Example
Text Example
White with #4C4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A46; }
p { color: rgb(76,74,70); }
H1.HeaderClassName
{
color: #4C4A46;
}
.AnyTagClassName
{
color: #4C4A46;
}
</style>
background-color css
<style>
a { background-color: #4C4A46; }
a { background-color: rgb(76,74,70); }
div.DivClassName
{
background-color: #4C4A46;
}
.BgClassName
{
background-color: #4C4A46;
}
</style>
border-color css
<style>
span { border-color: #4C4A46; }
span { border-color: rgb(76,74,70); }
td.TdClassName
{
border-color: #4C4A46;
}
.TagClassName
{
border-color: #4C4A46;
}
</style>