Shades of Grape #473D59
Tints of Grape #473D59
RGB
CMYK
RGB Variations
Color information
#473D59 (or 0x473D59) is known color: Grape. HEX triplet: 47, 3D and 59. RGB value is (71,61,89). Sum of RGB (Red+Green+Blue) = 71+61+89=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #473D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D59 is #B8C2A6. Grayscale: #434343. Windows color (decimal): -12108455 or 5848391. OLE color: 5848391.
HSL color Cylindrical-coordinate representation of color #473D59: hue angle of 261.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473D59 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 61 | 89 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.65 |
| HSL | 261.43º | 0.19% | 0.29% | - |
| HSV(B) | 261.43º | 0.31% | 0.35% | - |
| XYZ | 6.07 | 5.4 | 10.17 | - |
| YUV | 67.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 89 | 0.20 | 0.31 | 0 | 0.65 | 261.43 | 0.19 | 0.29 |
| Hex | 47 | 3D | 59 | 14 | 1F | 0 | 41 | 105 | 13 | 1D |
| Octal | 107 | 75 | 131 | 24 | 37 | 0 | 101 | 405 | 23 | 35 |
| Binary | 1000111 | 111101 | 1011001 | 10100 | 11111 | 0 | 1000001 | 100000101 | 10011 | 11101 |
Color Harmonies of #473D59
Complementary color
Monochromatic Colors of #473D59
Black with #473D59
Text Example
Text Example
White with #473D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D59; }
p { color: rgb(71,61,89); }
H1.HeaderClassName
{
color: #473D59;
}
.AnyTagClassName
{
color: #473D59;
}
</style>
background-color css
<style>
a { background-color: #473D59; }
a { background-color: rgb(71,61,89); }
div.DivClassName
{
background-color: #473D59;
}
.BgClassName
{
background-color: #473D59;
}
</style>
border-color css
<style>
span { border-color: #473D59; }
span { border-color: rgb(71,61,89); }
td.TdClassName
{
border-color: #473D59;
}
.TagClassName
{
border-color: #473D59;
}
</style>