Shades of Dune #4F4E4C
Tints of Dune #4F4E4C
RGB
CMYK
RGB Variations
Color information
#4F4E4C (or 0x4F4E4C) is known color: Dune. HEX triplet: 4F, 4E and 4C. RGB value is (79,78,76). Sum of RGB (Red+Green+Blue) = 79+78+76=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E4C is #B0B1B3. Grayscale: #4E4E4E. Windows color (decimal): -11579828 or 5000783. OLE color: 5000783.
HSL color Cylindrical-coordinate representation of color #4F4E4C: hue angle of 40º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4F4E4C is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 78 | 76 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.69 |
| HSL | 40º | 0.02% | 0.3% | - |
| HSV(B) | 40º | 0.04% | 0.31% | - |
| XYZ | 7.25 | 7.63 | 7.93 | - |
| YUV | 78.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 76 | 0 | 0.01 | 0.04 | 0.69 | 40 | 0.02 | 0.3 |
| Hex | 4F | 4E | 4C | 0 | 1 | 4 | 45 | 28 | 2 | 1E |
| Octal | 117 | 116 | 114 | 0 | 1 | 4 | 105 | 50 | 2 | 36 |
| Binary | 1001111 | 1001110 | 1001100 | 0 | 1 | 100 | 1000101 | 101000 | 10 | 11110 |
Color Harmonies of #4F4E4C
Complementary color
Monochromatic Colors of #4F4E4C
Black with #4F4E4C
Text Example
Text Example
White with #4F4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E4C; }
p { color: rgb(79,78,76); }
H1.HeaderClassName
{
color: #4F4E4C;
}
.AnyTagClassName
{
color: #4F4E4C;
}
</style>
background-color css
<style>
a { background-color: #4F4E4C; }
a { background-color: rgb(79,78,76); }
div.DivClassName
{
background-color: #4F4E4C;
}
.BgClassName
{
background-color: #4F4E4C;
}
</style>
border-color css
<style>
span { border-color: #4F4E4C; }
span { border-color: rgb(79,78,76); }
td.TdClassName
{
border-color: #4F4E4C;
}
.TagClassName
{
border-color: #4F4E4C;
}
</style>