Shades of Grape #473C59
Tints of Grape #473C59
RGB
CMYK
RGB Variations
Color information
#473C59 (or 0x473C59) is known color: Grape. HEX triplet: 47, 3C and 59. RGB value is (71,60,89). Sum of RGB (Red+Green+Blue) = 71+60+89=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #473C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C59 is #B8C3A6. Grayscale: #424242. Windows color (decimal): -12108711 or 5848135. OLE color: 5848135.
HSL color Cylindrical-coordinate representation of color #473C59: hue angle of 262.76º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #473C59 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 60 | 89 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.65 |
| HSL | 262.76º | 0.19% | 0.29% | - |
| HSV(B) | 262.76º | 0.33% | 0.35% | - |
| XYZ | 6.02 | 5.29 | 10.16 | - |
| YUV | 66.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 89 | 0.20 | 0.33 | 0 | 0.65 | 262.76 | 0.19 | 0.29 |
| Hex | 47 | 3C | 59 | 14 | 21 | 0 | 41 | 107 | 13 | 1D |
| Octal | 107 | 74 | 131 | 24 | 41 | 0 | 101 | 407 | 23 | 35 |
| Binary | 1000111 | 111100 | 1011001 | 10100 | 100001 | 0 | 1000001 | 100000111 | 10011 | 11101 |
Color Harmonies of #473C59
Complementary color
Monochromatic Colors of #473C59
Black with #473C59
Text Example
Text Example
White with #473C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C59; }
p { color: rgb(71,60,89); }
H1.HeaderClassName
{
color: #473C59;
}
.AnyTagClassName
{
color: #473C59;
}
</style>
background-color css
<style>
a { background-color: #473C59; }
a { background-color: rgb(71,60,89); }
div.DivClassName
{
background-color: #473C59;
}
.BgClassName
{
background-color: #473C59;
}
</style>
border-color css
<style>
span { border-color: #473C59; }
span { border-color: rgb(71,60,89); }
td.TdClassName
{
border-color: #473C59;
}
.TagClassName
{
border-color: #473C59;
}
</style>