#47435D

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

Shades of Gun Powder #47435D

Tints of Gun Powder #47435D

Color information

#47435D (or 0x47435D) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 5D. RGB value is (71,67,93). Sum of RGB (Red+Green+Blue) = 71+67+93=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #47435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435D is #B8BCA2. Grayscale: #474747. Windows color (decimal): -12106915 or 6112071. OLE color: 6112071.

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

Color convert

RGB716793-
CMYK0.240.2800.64
HSL249.23º16.25%31.37%-
HSV(B)249.23º27.96%36.47%-
XYZ6.586.1411.19-
YUV71.16140.33127.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=30.74%
G=29.00%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7167930.240.2800.64249.2316.2531.37
Hex47435D181C040f9101f
Octal107103135303401003712037
Binary100011110000111011101110001110001000000111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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