Shades of Purple Taupe #4D404B
Tints of Purple Taupe #4D404B
RGB
CMYK
RGB Variations
Color information
#4D404B (or 0x4D404B) is known color: Purple Taupe. HEX triplet: 4D, 40 and 4B. RGB value is (77,64,75). Sum of RGB (Red+Green+Blue) = 77+64+75=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D404B is #B2BFB4. Grayscale: #454545. Windows color (decimal): -11714485 or 4931661. OLE color: 4931661.
HSL color Cylindrical-coordinate representation of color #4D404B: hue angle of 309.23º 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 #4D404B is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 75 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.70 |
| HSL | 309.23º | 0.09% | 0.28% | - |
| HSV(B) | 309.23º | 0.17% | 0.3% | - |
| XYZ | 6.16 | 5.75 | 7.44 | - |
| YUV | 69.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 75 | 0 | 0.17 | 0.03 | 0.70 | 309.23 | 0.09 | 0.28 |
| Hex | 4D | 40 | 4B | 0 | 11 | 3 | 46 | 135 | 9 | 1C |
| Octal | 115 | 100 | 113 | 0 | 21 | 3 | 106 | 465 | 11 | 34 |
| Binary | 1001101 | 1000000 | 1001011 | 0 | 10001 | 11 | 1000110 | 100110101 | 1001 | 11100 |
Color Harmonies of #4D404B
Complementary color
Monochromatic Colors of #4D404B
Black with #4D404B
Text Example
Text Example
White with #4D404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D404B; }
p { color: rgb(77,64,75); }
H1.HeaderClassName
{
color: #4D404B;
}
.AnyTagClassName
{
color: #4D404B;
}
</style>
background-color css
<style>
a { background-color: #4D404B; }
a { background-color: rgb(77,64,75); }
div.DivClassName
{
background-color: #4D404B;
}
.BgClassName
{
background-color: #4D404B;
}
</style>
border-color css
<style>
span { border-color: #4D404B; }
span { border-color: rgb(77,64,75); }
td.TdClassName
{
border-color: #4D404B;
}
.TagClassName
{
border-color: #4D404B;
}
</style>