Shades of Grape #47454D
Tints of Grape #47454D
RGB
CMYK
RGB Variations
Color information
#47454D (or 0x47454D) is known color: Grape. HEX triplet: 47, 45 and 4D. RGB value is (71,69,77). Sum of RGB (Red+Green+Blue) = 71+69+77=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #47454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47454D is #B8BAB2. Grayscale: #464646. Windows color (decimal): -12106419 or 5064007. OLE color: 5064007.
HSL color Cylindrical-coordinate representation of color #47454D: hue angle of 255º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #47454D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 69 | 77 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.70 |
| HSL | 255º | 0.05% | 0.29% | - |
| HSV(B) | 255º | 0.1% | 0.3% | - |
| XYZ | 6.07 | 6.13 | 7.88 | - |
| YUV | 70.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 77 | 0.08 | 0.10 | 0 | 0.70 | 255 | 0.05 | 0.29 |
| Hex | 47 | 45 | 4D | 8 | A | 0 | 46 | FF | 5 | 1D |
| Octal | 107 | 105 | 115 | 10 | 12 | 0 | 106 | 377 | 5 | 35 |
| Binary | 1000111 | 1000101 | 1001101 | 1000 | 1010 | 0 | 1000110 | 11111111 | 101 | 11101 |
Color Harmonies of #47454D
Complementary color
Monochromatic Colors of #47454D
Black with #47454D
Text Example
Text Example
White with #47454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47454D; }
p { color: rgb(71,69,77); }
H1.HeaderClassName
{
color: #47454D;
}
.AnyTagClassName
{
color: #47454D;
}
</style>
background-color css
<style>
a { background-color: #47454D; }
a { background-color: rgb(71,69,77); }
div.DivClassName
{
background-color: #47454D;
}
.BgClassName
{
background-color: #47454D;
}
</style>
border-color css
<style>
span { border-color: #47454D; }
span { border-color: rgb(71,69,77); }
td.TdClassName
{
border-color: #47454D;
}
.TagClassName
{
border-color: #47454D;
}
</style>