#47444A

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

Shades of Grape #47444A

Tints of Grape #47444A

Color information

#47444A (or 0x47444A) is unknown color: approx Grape. HEX triplet: 47, 44 and 4A. RGB value is (71,68,74). Sum of RGB (Red+Green+Blue) = 71+68+74=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 74 - color contains mainly: blue. Hex color #47444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47444A is #B8BBB5. Grayscale: #454545. Windows color (decimal): -12106678 or 4867143. OLE color: 4867143.

HSL color Cylindrical-coordinate representation of color #47444A: hue angle of 270º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #47444A is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB716874-
CMYK0.040.0800.71
HSL270º4.23%27.84%-
HSV(B)270º8.11%29.02%-
XYZ5.95.977.32-
YUV69.58130.49129.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=33.33%
G=31.92%
B=34.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7168740.040.0800.712704.2327.84
Hex47444A4804710e41c
Octal1071041124100107416434
Binary10001111000100100101010010000100011110000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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