#47434E

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

Shades of Grape #47434E

Tints of Grape #47434E

Color information

#47434E (or 0x47434E) is unknown color: approx Grape. HEX triplet: 47, 43 and 4E. RGB value is (71,67,78). Sum of RGB (Red+Green+Blue) = 71+67+78=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #47434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47434E is #B8BCB1. Grayscale: #454545. Windows color (decimal): -12106930 or 5129031. OLE color: 5129031.

HSL color Cylindrical-coordinate representation of color #47434E: hue angle of 261.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47434E is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB716778-
CMYK0.090.1400.69
HSL261.82º7.59%28.43%-
HSV(B)261.82º14.1%30.59%-
XYZ5.985.98.03-
YUV69.45132.83129.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=32.87%
G=31.02%
B=36.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7167780.090.1400.69261.827.5928.43
Hex47434E9E04510681c
Octal107103116111601054061034
Binary1000111100001110011101001111001000101100000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47434E; }

 p { color: rgb(71,67,78); }

 H1.HeaderClassName
 {
   color: #47434E;
 }
 .AnyTagClassName
 {
   color: #47434E;
 }
</style>
background-color css

<style>
 a { background-color: #47434E; }

 a { background-color: rgb(71,67,78); }

 div.DivClassName
 {
   background-color: #47434E;
 }
 .BgClassName
 {
   background-color: #47434E;
 }
</style>
border-color css

<style>
 span { border-color: #47434E; }

 span { border-color: rgb(71,67,78); }

 td.TdClassName
 {
   border-color: #47434E;
 }
 .TagClassName
 {
   border-color: #47434E;
 }
</style>