Shades of Purple Taupe #4D464B
Tints of Purple Taupe #4D464B
RGB
CMYK
RGB Variations
Color information
#4D464B (or 0x4D464B) is known color: Purple Taupe. HEX triplet: 4D, 46 and 4B. RGB value is (77,70,75). Sum of RGB (Red+Green+Blue) = 77+70+75=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 77 - color contains mainly: red. Hex color #4D464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D464B is #B2B9B4. Grayscale: #484848. Windows color (decimal): -11712949 or 4933197. OLE color: 4933197.
HSL color Cylindrical-coordinate representation of color #4D464B: hue angle of 317.14º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D464B is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 75 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.70 |
| HSL | 317.14º | 0.05% | 0.29% | - |
| HSV(B) | 317.14º | 0.09% | 0.3% | - |
| XYZ | 6.52 | 6.47 | 7.56 | - |
| YUV | 72.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 75 | 0 | 0.09 | 0.03 | 0.70 | 317.14 | 0.05 | 0.29 |
| Hex | 4D | 46 | 4B | 0 | 9 | 3 | 46 | 13D | 5 | 1D |
| Octal | 115 | 106 | 113 | 0 | 11 | 3 | 106 | 475 | 5 | 35 |
| Binary | 1001101 | 1000110 | 1001011 | 0 | 1001 | 11 | 1000110 | 100111101 | 101 | 11101 |
Color Harmonies of #4D464B
Complementary color
Monochromatic Colors of #4D464B
Black with #4D464B
Text Example
Text Example
White with #4D464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D464B; }
p { color: rgb(77,70,75); }
H1.HeaderClassName
{
color: #4D464B;
}
.AnyTagClassName
{
color: #4D464B;
}
</style>
background-color css
<style>
a { background-color: #4D464B; }
a { background-color: rgb(77,70,75); }
div.DivClassName
{
background-color: #4D464B;
}
.BgClassName
{
background-color: #4D464B;
}
</style>
border-color css
<style>
span { border-color: #4D464B; }
span { border-color: rgb(77,70,75); }
td.TdClassName
{
border-color: #4D464B;
}
.TagClassName
{
border-color: #4D464B;
}
</style>