Shades of Grape #47454A
Tints of Grape #47454A
RGB
CMYK
RGB Variations
Color information
#47454A (or 0x47454A) is known color: Grape. HEX triplet: 47, 45 and 4A. RGB value is (71,69,74). Sum of RGB (Red+Green+Blue) = 71+69+74=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #47454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47454A is #B8BAB5. Grayscale: #464646. Windows color (decimal): -12106422 or 4867399. OLE color: 4867399.
HSL color Cylindrical-coordinate representation of color #47454A: hue angle of 264º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #47454A is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 69 | 74 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.71 |
| HSL | 264º | 0.03% | 0.28% | - |
| HSV(B) | 264º | 0.07% | 0.29% | - |
| XYZ | 5.96 | 6.09 | 7.34 | - |
| YUV | 70.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 74 | 0.04 | 0.07 | 0 | 0.71 | 264 | 0.03 | 0.28 |
| Hex | 47 | 45 | 4A | 4 | 7 | 0 | 47 | 108 | 3 | 1C |
| Octal | 107 | 105 | 112 | 4 | 7 | 0 | 107 | 410 | 3 | 34 |
| Binary | 1000111 | 1000101 | 1001010 | 100 | 111 | 0 | 1000111 | 100001000 | 11 | 11100 |
Color Harmonies of #47454A
Complementary color
Monochromatic Colors of #47454A
Black with #47454A
Text Example
Text Example
White with #47454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47454A; }
p { color: rgb(71,69,74); }
H1.HeaderClassName
{
color: #47454A;
}
.AnyTagClassName
{
color: #47454A;
}
</style>
background-color css
<style>
a { background-color: #47454A; }
a { background-color: rgb(71,69,74); }
div.DivClassName
{
background-color: #47454A;
}
.BgClassName
{
background-color: #47454A;
}
</style>
border-color css
<style>
span { border-color: #47454A; }
span { border-color: rgb(71,69,74); }
td.TdClassName
{
border-color: #47454A;
}
.TagClassName
{
border-color: #47454A;
}
</style>