#47475F

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

Shades of Gun Powder #47475F

Tints of Gun Powder #47475F

Color information

#47475F (or 0x47475F) is unknown color: approx Gun Powder. HEX triplet: 47, 47 and 5F. RGB value is (71,71,95). Sum of RGB (Red+Green+Blue) = 71+71+95=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #47475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47475F is #B8B8A0. Grayscale: #494949. Windows color (decimal): -12105889 or 6244167. OLE color: 6244167.

HSL color Cylindrical-coordinate representation of color #47475F: hue angle of 240º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47475F is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB717195-
CMYK0.250.2500.63
HSL240º14.46%32.55%-
HSV(B)240º25.26%37.25%-
XYZ6.926.6711.75-
YUV73.74140126.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=29.96%
G=29.96%
B=40.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7171950.250.2500.6324014.4632.55
Hex47475F191903Ff0e21
Octal10710713731310773601641
Binary10001111000111101111111001110010111111111100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47475F; }

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

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

<style>
 a { background-color: #47475F; }

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

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

<style>
 span { border-color: #47475F; }

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

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