Shades of Dune #4F4C46
Tints of Dune #4F4C46
RGB
CMYK
RGB Variations
Color information
#4F4C46 (or 0x4F4C46) is known color: Dune. HEX triplet: 4F, 4C and 46. RGB value is (79,76,70). Sum of RGB (Red+Green+Blue) = 79+76+70=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C46 is #B0B3B9. Grayscale: #4C4C4C. Windows color (decimal): -11580346 or 4607055. OLE color: 4607055.
HSL color Cylindrical-coordinate representation of color #4F4C46: hue angle of 40º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F4C46 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 70 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.69 |
| HSL | 40º | 0.06% | 0.29% | - |
| HSV(B) | 40º | 0.11% | 0.31% | - |
| XYZ | 6.91 | 7.27 | 6.83 | - |
| YUV | 76.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 70 | 0 | 0.04 | 0.11 | 0.69 | 40 | 0.06 | 0.29 |
| Hex | 4F | 4C | 46 | 0 | 4 | B | 45 | 28 | 6 | 1D |
| Octal | 117 | 114 | 106 | 0 | 4 | 13 | 105 | 50 | 6 | 35 |
| Binary | 1001111 | 1001100 | 1000110 | 0 | 100 | 1011 | 1000101 | 101000 | 110 | 11101 |
Color Harmonies of #4F4C46
Complementary color
Monochromatic Colors of #4F4C46
Black with #4F4C46
Text Example
Text Example
White with #4F4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C46; }
p { color: rgb(79,76,70); }
H1.HeaderClassName
{
color: #4F4C46;
}
.AnyTagClassName
{
color: #4F4C46;
}
</style>
background-color css
<style>
a { background-color: #4F4C46; }
a { background-color: rgb(79,76,70); }
div.DivClassName
{
background-color: #4F4C46;
}
.BgClassName
{
background-color: #4F4C46;
}
</style>
border-color css
<style>
span { border-color: #4F4C46; }
span { border-color: rgb(79,76,70); }
td.TdClassName
{
border-color: #4F4C46;
}
.TagClassName
{
border-color: #4F4C46;
}
</style>