#47454D

Color #47454D Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #47454D

Tints of Grape #47454D

Color information

#47454D (or 0x47454D) is unknown color: approx 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

RGB716977-
CMYK0.080.1000.70
HSL255º5.48%28.63%-
HSV(B)255º10.39%30.2%-
XYZ6.076.137.88-
YUV70.51131.66128.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=32.72%
G=31.80%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7169770.080.1000.702555.4828.63
Hex47454D8A046ff51d
Octal10710511510120106377535
Binary10001111000101100110110001010010001101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>