Shades of Grape #47434D
Tints of Grape #47434D
RGB
CMYK
RGB Variations
Color information
#47434D (or 0x47434D) is known color: Grape. HEX triplet: 47, 43 and 4D. RGB value is (71,67,77). Sum of RGB (Red+Green+Blue) = 71+67+77=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #47434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47434D is #B8BCB2. Grayscale: #454545. Windows color (decimal): -12106931 or 5063495. OLE color: 5063495.
HSL color Cylindrical-coordinate representation of color #47434D: hue angle of 264º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47434D is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 67 | 77 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.70 |
| HSL | 264º | 0.07% | 0.28% | - |
| HSV(B) | 264º | 0.13% | 0.3% | - |
| XYZ | 5.95 | 5.89 | 7.84 | - |
| YUV | 69.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 77 | 0.08 | 0.13 | 0 | 0.70 | 264 | 0.07 | 0.28 |
| Hex | 47 | 43 | 4D | 8 | D | 0 | 46 | 108 | 7 | 1C |
| Octal | 107 | 103 | 115 | 10 | 15 | 0 | 106 | 410 | 7 | 34 |
| Binary | 1000111 | 1000011 | 1001101 | 1000 | 1101 | 0 | 1000110 | 100001000 | 111 | 11100 |
Color Harmonies of #47434D
Complementary color
Monochromatic Colors of #47434D
Black with #47434D
Text Example
Text Example
White with #47434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47434D; }
p { color: rgb(71,67,77); }
H1.HeaderClassName
{
color: #47434D;
}
.AnyTagClassName
{
color: #47434D;
}
</style>
background-color css
<style>
a { background-color: #47434D; }
a { background-color: rgb(71,67,77); }
div.DivClassName
{
background-color: #47434D;
}
.BgClassName
{
background-color: #47434D;
}
</style>
border-color css
<style>
span { border-color: #47434D; }
span { border-color: rgb(71,67,77); }
td.TdClassName
{
border-color: #47434D;
}
.TagClassName
{
border-color: #47434D;
}
</style>