Shades of Grape #473D54
Tints of Grape #473D54
RGB
CMYK
RGB Variations
Color information
#473D54 (or 0x473D54) is known color: Grape. HEX triplet: 47, 3D and 54. RGB value is (71,61,84). Sum of RGB (Red+Green+Blue) = 71+61+84=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #473D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D54 is #B8C2AB. Grayscale: #424242. Windows color (decimal): -12108460 or 5520711. OLE color: 5520711.
HSL color Cylindrical-coordinate representation of color #473D54: hue angle of 266.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #473D54 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 61 | 84 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.67 |
| HSL | 266.09º | 0.16% | 0.28% | - |
| HSV(B) | 266.09º | 0.27% | 0.33% | - |
| XYZ | 5.87 | 5.32 | 9.1 | - |
| YUV | 66.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 84 | 0.15 | 0.27 | 0 | 0.67 | 266.09 | 0.16 | 0.28 |
| Hex | 47 | 3D | 54 | F | 1B | 0 | 43 | 10A | 10 | 1C |
| Octal | 107 | 75 | 124 | 17 | 33 | 0 | 103 | 412 | 20 | 34 |
| Binary | 1000111 | 111101 | 1010100 | 1111 | 11011 | 0 | 1000011 | 100001010 | 10000 | 11100 |
Color Harmonies of #473D54
Complementary color
Monochromatic Colors of #473D54
Black with #473D54
Text Example
Text Example
White with #473D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D54; }
p { color: rgb(71,61,84); }
H1.HeaderClassName
{
color: #473D54;
}
.AnyTagClassName
{
color: #473D54;
}
</style>
background-color css
<style>
a { background-color: #473D54; }
a { background-color: rgb(71,61,84); }
div.DivClassName
{
background-color: #473D54;
}
.BgClassName
{
background-color: #473D54;
}
</style>
border-color css
<style>
span { border-color: #473D54; }
span { border-color: rgb(71,61,84); }
td.TdClassName
{
border-color: #473D54;
}
.TagClassName
{
border-color: #473D54;
}
</style>