#47474D

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

Shades of Gun Powder #47474D

Tints of Gun Powder #47474D

Color information

#47474D (or 0x47474D) is unknown color: approx Gun Powder. HEX triplet: 47, 47 and 4D. RGB value is (71,71,77). Sum of RGB (Red+Green+Blue) = 71+71+77=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #47474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47474D is #B8B8B2. Grayscale: #474747. Windows color (decimal): -12105907 or 5064519. OLE color: 5064519.

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

Color convert

RGB717177-
CMYK0.080.0800.70
HSL240º4.05%29.02%-
HSV(B)240º7.79%30.2%-
XYZ6.196.387.93-
YUV71.68131127.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=32.42%
G=32.42%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7171770.080.0800.702404.0529.02
Hex47474D88046f041d
Octal10710711510100106360435
Binary10001111000111100110110001000010001101111000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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