Shades of Purple Taupe #473E46
Tints of Purple Taupe #473E46
RGB
CMYK
RGB Variations
Color information
#473E46 (or 0x473E46) is known color: Purple Taupe. HEX triplet: 47, 3E and 46. RGB value is (71,62,70). Sum of RGB (Red+Green+Blue) = 71+62+70=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #473E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E46 is #B8C1B9. Grayscale: #414141. Windows color (decimal): -12108218 or 4603463. OLE color: 4603463.
HSL color Cylindrical-coordinate representation of color #473E46: hue angle of 306.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #473E46 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 70 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.72 |
| HSL | 306.67º | 0.07% | 0.26% | - |
| HSV(B) | 306.67º | 0.13% | 0.28% | - |
| XYZ | 5.43 | 5.23 | 6.52 | - |
| YUV | 65.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 70 | 0 | 0.13 | 0.01 | 0.72 | 306.67 | 0.07 | 0.26 |
| Hex | 47 | 3E | 46 | 0 | D | 1 | 48 | 133 | 7 | 1A |
| Octal | 107 | 76 | 106 | 0 | 15 | 1 | 110 | 463 | 7 | 32 |
| Binary | 1000111 | 111110 | 1000110 | 0 | 1101 | 1 | 1001000 | 100110011 | 111 | 11010 |
Color Harmonies of #473E46
Complementary color
Monochromatic Colors of #473E46
Black with #473E46
Text Example
Text Example
White with #473E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E46; }
p { color: rgb(71,62,70); }
H1.HeaderClassName
{
color: #473E46;
}
.AnyTagClassName
{
color: #473E46;
}
</style>
background-color css
<style>
a { background-color: #473E46; }
a { background-color: rgb(71,62,70); }
div.DivClassName
{
background-color: #473E46;
}
.BgClassName
{
background-color: #473E46;
}
</style>
border-color css
<style>
span { border-color: #473E46; }
span { border-color: rgb(71,62,70); }
td.TdClassName
{
border-color: #473E46;
}
.TagClassName
{
border-color: #473E46;
}
</style>