Shades of Dune #4C4B48
Tints of Dune #4C4B48
RGB
CMYK
RGB Variations
Color information
#4C4B48 (or 0x4C4B48) is known color: Dune. HEX triplet: 4C, 4B and 48. RGB value is (76,75,72). Sum of RGB (Red+Green+Blue) = 76+75+72=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B48 is #B3B4B7. Grayscale: #4A4A4A. Windows color (decimal): -11777208 or 4737868. OLE color: 4737868.
HSL color Cylindrical-coordinate representation of color #4C4B48: hue angle of 45º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C4B48 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 72 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.70 |
| HSL | 45º | 0.03% | 0.29% | - |
| HSV(B) | 45º | 0.05% | 0.3% | - |
| XYZ | 6.67 | 7.04 | 7.14 | - |
| YUV | 74.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 72 | 0 | 0.01 | 0.05 | 0.70 | 45 | 0.03 | 0.29 |
| Hex | 4C | 4B | 48 | 0 | 1 | 5 | 46 | 2D | 3 | 1D |
| Octal | 114 | 113 | 110 | 0 | 1 | 5 | 106 | 55 | 3 | 35 |
| Binary | 1001100 | 1001011 | 1001000 | 0 | 1 | 101 | 1000110 | 101101 | 11 | 11101 |
Color Harmonies of #4C4B48
Complementary color
Monochromatic Colors of #4C4B48
Black with #4C4B48
Text Example
Text Example
White with #4C4B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B48; }
p { color: rgb(76,75,72); }
H1.HeaderClassName
{
color: #4C4B48;
}
.AnyTagClassName
{
color: #4C4B48;
}
</style>
background-color css
<style>
a { background-color: #4C4B48; }
a { background-color: rgb(76,75,72); }
div.DivClassName
{
background-color: #4C4B48;
}
.BgClassName
{
background-color: #4C4B48;
}
</style>
border-color css
<style>
span { border-color: #4C4B48; }
span { border-color: rgb(76,75,72); }
td.TdClassName
{
border-color: #4C4B48;
}
.TagClassName
{
border-color: #4C4B48;
}
</style>