#47445D

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

Shades of Gun Powder #47445D

Tints of Gun Powder #47445D

Color information

#47445D (or 0x47445D) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 5D. RGB value is (71,68,93). Sum of RGB (Red+Green+Blue) = 71+68+93=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #47445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47445D is #B8BBA2. Grayscale: #474747. Windows color (decimal): -12106659 or 6112327. OLE color: 6112327.

HSL color Cylindrical-coordinate representation of color #47445D: hue angle of 247.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47445D is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB716893-
CMYK0.240.2700.64
HSL247.2º15.53%31.57%-
HSV(B)247.2º26.88%36.47%-
XYZ6.646.2611.21-
YUV71.75139.99127.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=30.60%
G=29.31%
B=40.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7168930.240.2700.64247.215.5331.57
Hex47445D181B040f71020
Octal107104135303301003672040
Binary1000111100010010111011100011011010000001111011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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