Shades of Purple Taupe #4F404B
Tints of Purple Taupe #4F404B
RGB
CMYK
RGB Variations
Color information
#4F404B (or 0x4F404B) is known color: Purple Taupe. HEX triplet: 4F, 40 and 4B. RGB value is (79,64,75). Sum of RGB (Red+Green+Blue) = 79+64+75=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 79 - color contains mainly: red. Hex color #4F404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F404B is #B0BFB4. Grayscale: #454545. Windows color (decimal): -11583413 or 4931663. OLE color: 4931663.
HSL color Cylindrical-coordinate representation of color #4F404B: hue angle of 316º 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 #4F404B is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 75 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.69 |
| HSL | 316º | 0.1% | 0.28% | - |
| HSV(B) | 316º | 0.19% | 0.31% | - |
| XYZ | 6.33 | 5.84 | 7.45 | - |
| YUV | 69.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 75 | 0 | 0.19 | 0.05 | 0.69 | 316 | 0.1 | 0.28 |
| Hex | 4F | 40 | 4B | 0 | 13 | 5 | 45 | 13C | A | 1C |
| Octal | 117 | 100 | 113 | 0 | 23 | 5 | 105 | 474 | 12 | 34 |
| Binary | 1001111 | 1000000 | 1001011 | 0 | 10011 | 101 | 1000101 | 100111100 | 1010 | 11100 |
Color Harmonies of #4F404B
Complementary color
Monochromatic Colors of #4F404B
Black with #4F404B
Text Example
Text Example
White with #4F404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F404B; }
p { color: rgb(79,64,75); }
H1.HeaderClassName
{
color: #4F404B;
}
.AnyTagClassName
{
color: #4F404B;
}
</style>
background-color css
<style>
a { background-color: #4F404B; }
a { background-color: rgb(79,64,75); }
div.DivClassName
{
background-color: #4F404B;
}
.BgClassName
{
background-color: #4F404B;
}
</style>
border-color css
<style>
span { border-color: #4F404B; }
span { border-color: rgb(79,64,75); }
td.TdClassName
{
border-color: #4F404B;
}
.TagClassName
{
border-color: #4F404B;
}
</style>