Shades of Purple Taupe #474246
Tints of Purple Taupe #474246
RGB
CMYK
RGB Variations
Color information
#474246 (or 0x474246) is known color: Purple Taupe. HEX triplet: 47, 42 and 46. RGB value is (71,66,70). Sum of RGB (Red+Green+Blue) = 71+66+70=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 71 - color contains mainly: red. Hex color #474246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474246 is #B8BDB9. Grayscale: #434343. Windows color (decimal): -12107194 or 4604487. OLE color: 4604487.
HSL color Cylindrical-coordinate representation of color #474246: hue angle of 312º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474246 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 70 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.72 |
| HSL | 312º | 0.04% | 0.27% | - |
| HSV(B) | 312º | 0.07% | 0.28% | - |
| XYZ | 5.65 | 5.68 | 6.59 | - |
| YUV | 67.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 70 | 0 | 0.07 | 0.01 | 0.72 | 312 | 0.04 | 0.27 |
| Hex | 47 | 42 | 46 | 0 | 7 | 1 | 48 | 138 | 4 | 1B |
| Octal | 107 | 102 | 106 | 0 | 7 | 1 | 110 | 470 | 4 | 33 |
| Binary | 1000111 | 1000010 | 1000110 | 0 | 111 | 1 | 1001000 | 100111000 | 100 | 11011 |
Color Harmonies of #474246
Complementary color
Monochromatic Colors of #474246
Black with #474246
Text Example
Text Example
White with #474246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474246; }
p { color: rgb(71,66,70); }
H1.HeaderClassName
{
color: #474246;
}
.AnyTagClassName
{
color: #474246;
}
</style>
background-color css
<style>
a { background-color: #474246; }
a { background-color: rgb(71,66,70); }
div.DivClassName
{
background-color: #474246;
}
.BgClassName
{
background-color: #474246;
}
</style>
border-color css
<style>
span { border-color: #474246; }
span { border-color: rgb(71,66,70); }
td.TdClassName
{
border-color: #474246;
}
.TagClassName
{
border-color: #474246;
}
</style>