#47424D

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

Shades of Grape #47424D

Tints of Grape #47424D

Color information

#47424D (or 0x47424D) is unknown color: approx Grape. HEX triplet: 47, 42 and 4D. RGB value is (71,66,77). Sum of RGB (Red+Green+Blue) = 71+66+77=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #47424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47424D is #B8BDB2. Grayscale: #444444. Windows color (decimal): -12107187 or 5063239. OLE color: 5063239.

HSL color Cylindrical-coordinate representation of color #47424D: hue angle of 267.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47424D is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB716677-
CMYK0.080.1400.70
HSL267.27º7.69%28.04%-
HSV(B)267.27º14.29%30.2%-
XYZ5.895.777.83-
YUV68.75132.66129.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=33.18%
G=30.84%
B=35.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7166770.080.1400.70267.277.6928.04
Hex47424D8E04610b81c
Octal107102115101601064131034
Binary1000111100001010011011000111001000110100001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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