#47444C

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

Shades of Grape #47444C

Tints of Grape #47444C

Color information

#47444C (or 0x47444C) is unknown color: approx Grape. HEX triplet: 47, 44 and 4C. RGB value is (71,68,76). Sum of RGB (Red+Green+Blue) = 71+68+76=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #47444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47444C is #B8BBB3. Grayscale: #454545. Windows color (decimal): -12106676 or 4998215. OLE color: 4998215.

HSL color Cylindrical-coordinate representation of color #47444C: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47444C is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB716876-
CMYK0.070.1100.70
HSL262.5º5.56%28.24%-
HSV(B)262.5º10.53%29.8%-
XYZ5.9767.68-
YUV69.81131.49128.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=33.02%
G=31.63%
B=35.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7168760.070.1100.70262.55.5628.24
Hex47444C7B04610661c
Octal1071041147130106406634
Binary10001111000100100110011110110100011010000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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