#47435B

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

Shades of Gun Powder #47435B

Tints of Gun Powder #47435B

Color information

#47435B (or 0x47435B) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 5B. RGB value is (71,67,91). Sum of RGB (Red+Green+Blue) = 71+67+91=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #47435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435B is #B8BCA4. Grayscale: #464646. Windows color (decimal): -12106917 or 5980999. OLE color: 5980999.

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

Color convert

RGB716791-
CMYK0.220.2600.64
HSL250º15.19%30.98%-
HSV(B)250º26.37%35.69%-
XYZ6.496.1110.73-
YUV70.93139.33128.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=31.00%
G=29.26%
B=39.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7167910.220.2600.6425015.1930.98
Hex47435B161A040faf1f
Octal107103133263201003721737
Binary10001111000011101101110110110100100000011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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