Shades of Purple Taupe #4D454B
Tints of Purple Taupe #4D454B
RGB
CMYK
RGB Variations
Color information
#4D454B (or 0x4D454B) is known color: Purple Taupe. HEX triplet: 4D, 45 and 4B. RGB value is (77,69,75). Sum of RGB (Red+Green+Blue) = 77+69+75=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 77 - color contains mainly: red. Hex color #4D454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D454B is #B2BAB4. Grayscale: #484848. Windows color (decimal): -11713205 or 4932941. OLE color: 4932941.
HSL color Cylindrical-coordinate representation of color #4D454B: hue angle of 315º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D454B is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 75 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.70 |
| HSL | 315º | 0.05% | 0.29% | - |
| HSV(B) | 315º | 0.1% | 0.3% | - |
| XYZ | 6.46 | 6.34 | 7.54 | - |
| YUV | 72.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 75 | 0 | 0.10 | 0.03 | 0.70 | 315 | 0.05 | 0.29 |
| Hex | 4D | 45 | 4B | 0 | A | 3 | 46 | 13B | 5 | 1D |
| Octal | 115 | 105 | 113 | 0 | 12 | 3 | 106 | 473 | 5 | 35 |
| Binary | 1001101 | 1000101 | 1001011 | 0 | 1010 | 11 | 1000110 | 100111011 | 101 | 11101 |
Color Harmonies of #4D454B
Complementary color
Monochromatic Colors of #4D454B
Black with #4D454B
Text Example
Text Example
White with #4D454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D454B; }
p { color: rgb(77,69,75); }
H1.HeaderClassName
{
color: #4D454B;
}
.AnyTagClassName
{
color: #4D454B;
}
</style>
background-color css
<style>
a { background-color: #4D454B; }
a { background-color: rgb(77,69,75); }
div.DivClassName
{
background-color: #4D454B;
}
.BgClassName
{
background-color: #4D454B;
}
</style>
border-color css
<style>
span { border-color: #4D454B; }
span { border-color: rgb(77,69,75); }
td.TdClassName
{
border-color: #4D454B;
}
.TagClassName
{
border-color: #4D454B;
}
</style>