Shades of Dune #4E4C47
Tints of Dune #4E4C47
RGB
CMYK
RGB Variations
Color information
#4E4C47 (or 0x4E4C47) is known color: Dune. HEX triplet: 4E, 4C and 47. RGB value is (78,76,71). Sum of RGB (Red+Green+Blue) = 78+76+71=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C47 is #B1B3B8. Grayscale: #4C4C4C. Windows color (decimal): -11645881 or 4672590. OLE color: 4672590.
HSL color Cylindrical-coordinate representation of color #4E4C47: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E4C47 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 71 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.69 |
| HSL | 42.86º | 0.05% | 0.29% | - |
| HSV(B) | 42.86º | 0.09% | 0.31% | - |
| XYZ | 6.86 | 7.24 | 7 | - |
| YUV | 76.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 71 | 0 | 0.03 | 0.09 | 0.69 | 42.86 | 0.05 | 0.29 |
| Hex | 4E | 4C | 47 | 0 | 3 | 9 | 45 | 2B | 5 | 1D |
| Octal | 116 | 114 | 107 | 0 | 3 | 11 | 105 | 53 | 5 | 35 |
| Binary | 1001110 | 1001100 | 1000111 | 0 | 11 | 1001 | 1000101 | 101011 | 101 | 11101 |
Color Harmonies of #4E4C47
Complementary color
Monochromatic Colors of #4E4C47
Black with #4E4C47
Text Example
Text Example
White with #4E4C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C47; }
p { color: rgb(78,76,71); }
H1.HeaderClassName
{
color: #4E4C47;
}
.AnyTagClassName
{
color: #4E4C47;
}
</style>
background-color css
<style>
a { background-color: #4E4C47; }
a { background-color: rgb(78,76,71); }
div.DivClassName
{
background-color: #4E4C47;
}
.BgClassName
{
background-color: #4E4C47;
}
</style>
border-color css
<style>
span { border-color: #4E4C47; }
span { border-color: rgb(78,76,71); }
td.TdClassName
{
border-color: #4E4C47;
}
.TagClassName
{
border-color: #4E4C47;
}
</style>