#47464C

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

Shades of Gun Powder #47464C

Tints of Gun Powder #47464C

Color information

#47464C (or 0x47464C) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 4C. RGB value is (71,70,76). Sum of RGB (Red+Green+Blue) = 71+70+76=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #47464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47464C is #B8B9B3. Grayscale: #464646. Windows color (decimal): -12106164 or 4998727. OLE color: 4998727.

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

Color convert

RGB717076-
CMYK0.070.0800.70
HSL250º4.11%28.63%-
HSV(B)250º7.89%29.8%-
XYZ6.096.247.72-
YUV70.98130.83128.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=32.72%
G=32.26%
B=35.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7170760.070.0800.702504.1128.63
Hex47464C78046fa41d
Octal1071061147100106372435
Binary1000111100011010011001111000010001101111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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