Shades of Grape #473C55
Tints of Grape #473C55
RGB
CMYK
RGB Variations
Color information
#473C55 (or 0x473C55) is known color: Grape. HEX triplet: 47, 3C and 55. RGB value is (71,60,85). Sum of RGB (Red+Green+Blue) = 71+60+85=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #473C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C55 is #B8C3AA. Grayscale: #424242. Windows color (decimal): -12108715 or 5585991. OLE color: 5585991.
HSL color Cylindrical-coordinate representation of color #473C55: hue angle of 266.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #473C55 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 60 | 85 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.67 |
| HSL | 266.4º | 0.17% | 0.28% | - |
| HSV(B) | 266.4º | 0.29% | 0.33% | - |
| XYZ | 5.85 | 5.23 | 9.29 | - |
| YUV | 66.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 85 | 0.16 | 0.29 | 0 | 0.67 | 266.4 | 0.17 | 0.28 |
| Hex | 47 | 3C | 55 | 10 | 1D | 0 | 43 | 10A | 11 | 1C |
| Octal | 107 | 74 | 125 | 20 | 35 | 0 | 103 | 412 | 21 | 34 |
| Binary | 1000111 | 111100 | 1010101 | 10000 | 11101 | 0 | 1000011 | 100001010 | 10001 | 11100 |
Color Harmonies of #473C55
Complementary color
Monochromatic Colors of #473C55
Black with #473C55
Text Example
Text Example
White with #473C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C55; }
p { color: rgb(71,60,85); }
H1.HeaderClassName
{
color: #473C55;
}
.AnyTagClassName
{
color: #473C55;
}
</style>
background-color css
<style>
a { background-color: #473C55; }
a { background-color: rgb(71,60,85); }
div.DivClassName
{
background-color: #473C55;
}
.BgClassName
{
background-color: #473C55;
}
</style>
border-color css
<style>
span { border-color: #473C55; }
span { border-color: rgb(71,60,85); }
td.TdClassName
{
border-color: #473C55;
}
.TagClassName
{
border-color: #473C55;
}
</style>