Shades of Purple Taupe #4F404A
Tints of Purple Taupe #4F404A
RGB
CMYK
RGB Variations
Color information
#4F404A (or 0x4F404A) is known color: Purple Taupe. HEX triplet: 4F, 40 and 4A. RGB value is (79,64,74). Sum of RGB (Red+Green+Blue) = 79+64+74=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F404A is #B0BFB5. Grayscale: #454545. Windows color (decimal): -11583414 or 4866127. OLE color: 4866127.
HSL color Cylindrical-coordinate representation of color #4F404A: hue angle of 320º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F404A is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 74 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.69 |
| HSL | 320º | 0.1% | 0.28% | - |
| HSV(B) | 320º | 0.19% | 0.31% | - |
| XYZ | 6.29 | 5.82 | 7.27 | - |
| YUV | 69.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 74 | 0 | 0.19 | 0.06 | 0.69 | 320 | 0.1 | 0.28 |
| Hex | 4F | 40 | 4A | 0 | 13 | 6 | 45 | 140 | A | 1C |
| Octal | 117 | 100 | 112 | 0 | 23 | 6 | 105 | 500 | 12 | 34 |
| Binary | 1001111 | 1000000 | 1001010 | 0 | 10011 | 110 | 1000101 | 101000000 | 1010 | 11100 |
Color Harmonies of #4F404A
Complementary color
Monochromatic Colors of #4F404A
Black with #4F404A
Text Example
Text Example
White with #4F404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F404A; }
p { color: rgb(79,64,74); }
H1.HeaderClassName
{
color: #4F404A;
}
.AnyTagClassName
{
color: #4F404A;
}
</style>
background-color css
<style>
a { background-color: #4F404A; }
a { background-color: rgb(79,64,74); }
div.DivClassName
{
background-color: #4F404A;
}
.BgClassName
{
background-color: #4F404A;
}
</style>
border-color css
<style>
span { border-color: #4F404A; }
span { border-color: rgb(79,64,74); }
td.TdClassName
{
border-color: #4F404A;
}
.TagClassName
{
border-color: #4F404A;
}
</style>