Shades of Purple Taupe #4D3B49
Tints of Purple Taupe #4D3B49
RGB
CMYK
RGB Variations
Color information
#4D3B49 (or 0x4D3B49) is known color: Purple Taupe. HEX triplet: 4D, 3B and 49. RGB value is (77,59,73). Sum of RGB (Red+Green+Blue) = 77+59+73=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B49 is #B2C4B6. Grayscale: #414141. Windows color (decimal): -11715767 or 4799309. OLE color: 4799309.
HSL color Cylindrical-coordinate representation of color #4D3B49: hue angle of 313.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3B49 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 59 | 73 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.70 |
| HSL | 313.33º | 0.13% | 0.27% | - |
| HSV(B) | 313.33º | 0.23% | 0.3% | - |
| XYZ | 5.83 | 5.19 | 7 | - |
| YUV | 65.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 73 | 0 | 0.23 | 0.05 | 0.70 | 313.33 | 0.13 | 0.27 |
| Hex | 4D | 3B | 49 | 0 | 17 | 5 | 46 | 139 | D | 1B |
| Octal | 115 | 73 | 111 | 0 | 27 | 5 | 106 | 471 | 15 | 33 |
| Binary | 1001101 | 111011 | 1001001 | 0 | 10111 | 101 | 1000110 | 100111001 | 1101 | 11011 |
Color Harmonies of #4D3B49
Complementary color
Monochromatic Colors of #4D3B49
Black with #4D3B49
Text Example
Text Example
White with #4D3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B49; }
p { color: rgb(77,59,73); }
H1.HeaderClassName
{
color: #4D3B49;
}
.AnyTagClassName
{
color: #4D3B49;
}
</style>
background-color css
<style>
a { background-color: #4D3B49; }
a { background-color: rgb(77,59,73); }
div.DivClassName
{
background-color: #4D3B49;
}
.BgClassName
{
background-color: #4D3B49;
}
</style>
border-color css
<style>
span { border-color: #4D3B49; }
span { border-color: rgb(77,59,73); }
td.TdClassName
{
border-color: #4D3B49;
}
.TagClassName
{
border-color: #4D3B49;
}
</style>