#47424C

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

Shades of Grape #47424C

Tints of Grape #47424C

Color information

#47424C (or 0x47424C) is unknown color: approx Grape. HEX triplet: 47, 42 and 4C. RGB value is (71,66,76). Sum of RGB (Red+Green+Blue) = 71+66+76=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #47424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47424C is #B8BDB3. Grayscale: #444444. Windows color (decimal): -12107188 or 4997703. OLE color: 4997703.

HSL color Cylindrical-coordinate representation of color #47424C: hue angle of 270º 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 #47424C is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB716676-
CMYK0.070.1300.70
HSL270º7.04%27.84%-
HSV(B)270º13.16%29.8%-
XYZ5.855.767.64-
YUV68.63132.16129.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=33.33%
G=30.99%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7166760.070.1300.702707.0427.84
Hex47424C7D04610e71c
Octal1071021147150106416734
Binary10001111000010100110011111010100011010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47424C; }

 p { color: rgb(71,66,76); }

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

<style>
 a { background-color: #47424C; }

 a { background-color: rgb(71,66,76); }

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

<style>
 span { border-color: #47424C; }

 span { border-color: rgb(71,66,76); }

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