#47455B

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

Shades of Gun Powder #47455B

Tints of Gun Powder #47455B

Color information

#47455B (or 0x47455B) is unknown color: approx Gun Powder. HEX triplet: 47, 45 and 5B. RGB value is (71,69,91). Sum of RGB (Red+Green+Blue) = 71+69+91=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #47455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47455B is #B8BAA4. Grayscale: #484848. Windows color (decimal): -12106405 or 5981511. OLE color: 5981511.

HSL color Cylindrical-coordinate representation of color #47455B: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47455B is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB716991-
CMYK0.220.2400.64
HSL245.45º13.75%31.37%-
HSV(B)245.45º24.18%35.69%-
XYZ6.616.3510.77-
YUV72.11138.66127.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=30.74%
G=29.87%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7169910.220.2400.64245.4513.7531.37
Hex47455B1618040f5e1f
Octal107105133263001003651637
Binary10001111000101101101110110110000100000011110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47455B; }

 p { color: rgb(71,69,91); }

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

<style>
 a { background-color: #47455B; }

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

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

<style>
 span { border-color: #47455B; }

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

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