#47454A

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

Shades of Grape #47454A

Tints of Grape #47454A

Color information

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

RGB716974-
CMYK0.040.0700.71
HSL264º3.5%28.04%-
HSV(B)264º6.76%29.02%-
XYZ5.966.097.34-
YUV70.17130.16128.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=33.18%
G=32.24%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7169740.040.0700.712643.528.04
Hex47454A4704710831c
Octal107105112470107410334
Binary100011110001011001010100111010001111000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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