#47445B

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

Shades of Gun Powder #47445B

Tints of Gun Powder #47445B

Color information

#47445B (or 0x47445B) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 5B. RGB value is (71,68,91). Sum of RGB (Red+Green+Blue) = 71+68+91=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #47445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47445B is #B8BBA4. Grayscale: #474747. Windows color (decimal): -12106661 or 5981255. OLE color: 5981255.

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

Color convert

RGB716891-
CMYK0.220.2500.64
HSL247.83º14.47%31.18%-
HSV(B)247.83º25.27%35.69%-
XYZ6.556.2310.75-
YUV71.52138.99127.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=30.87%
G=29.57%
B=39.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7168910.220.2500.64247.8314.4731.18
Hex47445B1619040f8e1f
Octal107104133263101003701637
Binary10001111000100101101110110110010100000011111000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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