Shades of Purple Taupe #4D404C
Tints of Purple Taupe #4D404C
RGB
CMYK
RGB Variations
Color information
#4D404C (or 0x4D404C) is known color: Purple Taupe. HEX triplet: 4D, 40 and 4C. RGB value is (77,64,76). Sum of RGB (Red+Green+Blue) = 77+64+76=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D404C is #B2BFB3. Grayscale: #454545. Windows color (decimal): -11714484 or 4997197. OLE color: 4997197.
HSL color Cylindrical-coordinate representation of color #4D404C: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D404C is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 76 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.70 |
| HSL | 304.62º | 0.09% | 0.28% | - |
| HSV(B) | 304.62º | 0.17% | 0.3% | - |
| XYZ | 6.2 | 5.77 | 7.62 | - |
| YUV | 69.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 76 | 0 | 0.17 | 0.01 | 0.70 | 304.62 | 0.09 | 0.28 |
| Hex | 4D | 40 | 4C | 0 | 11 | 1 | 46 | 131 | 9 | 1C |
| Octal | 115 | 100 | 114 | 0 | 21 | 1 | 106 | 461 | 11 | 34 |
| Binary | 1001101 | 1000000 | 1001100 | 0 | 10001 | 1 | 1000110 | 100110001 | 1001 | 11100 |
Color Harmonies of #4D404C
Complementary color
Monochromatic Colors of #4D404C
Black with #4D404C
Text Example
Text Example
White with #4D404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D404C; }
p { color: rgb(77,64,76); }
H1.HeaderClassName
{
color: #4D404C;
}
.AnyTagClassName
{
color: #4D404C;
}
</style>
background-color css
<style>
a { background-color: #4D404C; }
a { background-color: rgb(77,64,76); }
div.DivClassName
{
background-color: #4D404C;
}
.BgClassName
{
background-color: #4D404C;
}
</style>
border-color css
<style>
span { border-color: #4D404C; }
span { border-color: rgb(77,64,76); }
td.TdClassName
{
border-color: #4D404C;
}
.TagClassName
{
border-color: #4D404C;
}
</style>