#47434D

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

Shades of Grape #47434D

Tints of Grape #47434D

Color information

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

RGB716777-
CMYK0.080.1300.70
HSL264º6.94%28.24%-
HSV(B)264º12.99%30.2%-
XYZ5.955.897.84-
YUV69.34132.33129.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=33.02%
G=31.16%
B=35.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7167770.080.1300.702646.9428.24
Hex47434D8D04610871c
Octal10710311510150106410734
Binary100011110000111001101100011010100011010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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