Shades of Grape #473D52
Tints of Grape #473D52
RGB
CMYK
RGB Variations
Color information
#473D52 (or 0x473D52) is known color: Grape. HEX triplet: 47, 3D and 52. RGB value is (71,61,82). Sum of RGB (Red+Green+Blue) = 71+61+82=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #473D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D52 is #B8C2AD. Grayscale: #424242. Windows color (decimal): -12108462 or 5389639. OLE color: 5389639.
HSL color Cylindrical-coordinate representation of color #473D52: hue angle of 268.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #473D52 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 61 | 82 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.68 |
| HSL | 268.57º | 0.15% | 0.28% | - |
| HSV(B) | 268.57º | 0.26% | 0.32% | - |
| XYZ | 5.79 | 5.29 | 8.7 | - |
| YUV | 66.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 82 | 0.13 | 0.26 | 0 | 0.68 | 268.57 | 0.15 | 0.28 |
| Hex | 47 | 3D | 52 | D | 1A | 0 | 44 | 10D | F | 1C |
| Octal | 107 | 75 | 122 | 15 | 32 | 0 | 104 | 415 | 17 | 34 |
| Binary | 1000111 | 111101 | 1010010 | 1101 | 11010 | 0 | 1000100 | 100001101 | 1111 | 11100 |
Color Harmonies of #473D52
Complementary color
Monochromatic Colors of #473D52
Black with #473D52
Text Example
Text Example
White with #473D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D52; }
p { color: rgb(71,61,82); }
H1.HeaderClassName
{
color: #473D52;
}
.AnyTagClassName
{
color: #473D52;
}
</style>
background-color css
<style>
a { background-color: #473D52; }
a { background-color: rgb(71,61,82); }
div.DivClassName
{
background-color: #473D52;
}
.BgClassName
{
background-color: #473D52;
}
</style>
border-color css
<style>
span { border-color: #473D52; }
span { border-color: rgb(71,61,82); }
td.TdClassName
{
border-color: #473D52;
}
.TagClassName
{
border-color: #473D52;
}
</style>