#47475B

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

Shades of Gun Powder #47475B

Tints of Gun Powder #47475B

Color information

#47475B (or 0x47475B) is unknown color: approx Gun Powder. HEX triplet: 47, 47 and 5B. RGB value is (71,71,91). Sum of RGB (Red+Green+Blue) = 71+71+91=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #47475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47475B is #B8B8A4. Grayscale: #494949. Windows color (decimal): -12105893 or 5982023. OLE color: 5982023.

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

Color convert

RGB717191-
CMYK0.220.2200.64
HSL240º12.35%31.76%-
HSV(B)240º21.98%35.69%-
XYZ6.746.610.82-
YUV73.28138126.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=30.47%
G=30.47%
B=39.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7171910.220.2200.6424012.3531.76
Hex47475B1616040f0c20
Octal107107133262601003601440
Binary100011110001111011011101101011001000000111100001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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