Shades of Purple Taupe #4D444B
Tints of Purple Taupe #4D444B
RGB
CMYK
RGB Variations
Color information
#4D444B (or 0x4D444B) is known color: Purple Taupe. HEX triplet: 4D, 44 and 4B. RGB value is (77,68,75). Sum of RGB (Red+Green+Blue) = 77+68+75=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D444B is #B2BBB4. Grayscale: #474747. Windows color (decimal): -11713461 or 4932685. OLE color: 4932685.
HSL color Cylindrical-coordinate representation of color #4D444B: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D444B is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 68 | 75 | - |
CMYK | 0 | 0.12 | 0.03 | 0.70 |
HSL | 313.33º | 0.06% | 0.28% | - |
HSV(B) | 313.33º | 0.12% | 0.3% | - |
XYZ | 6.4 | 6.22 | 7.52 | - |
YUV | 71.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 68 | 75 | 0 | 0.12 | 0.03 | 0.70 | 313.33 | 0.06 | 0.28 |
Hex | 4D | 44 | 4B | 0 | C | 3 | 46 | 139 | 6 | 1C |
Octal | 115 | 104 | 113 | 0 | 14 | 3 | 106 | 471 | 6 | 34 |
Binary | 1001101 | 1000100 | 1001011 | 0 | 1100 | 11 | 1000110 | 100111001 | 110 | 11100 |
Color Harmonies of #4D444B
Complementary color
Monochromatic Colors of #4D444B
Black with #4D444B
Text Example
Text Example
White with #4D444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D444B; }
p { color: rgb(77,68,75); }
H1.HeaderClassName
{
color: #4D444B;
}
.AnyTagClassName
{
color: #4D444B;
}
</style>
background-color css
<style>
a { background-color: #4D444B; }
a { background-color: rgb(77,68,75); }
div.DivClassName
{
background-color: #4D444B;
}
.BgClassName
{
background-color: #4D444B;
}
</style>
border-color css
<style>
span { border-color: #4D444B; }
span { border-color: rgb(77,68,75); }
td.TdClassName
{
border-color: #4D444B;
}
.TagClassName
{
border-color: #4D444B;
}
</style>