#47485D

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

Shades of Gun Powder #47485D

Tints of Gun Powder #47485D

Color information

#47485D (or 0x47485D) is unknown color: approx Gun Powder. HEX triplet: 47, 48 and 5D. RGB value is (71,72,93). Sum of RGB (Red+Green+Blue) = 71+72+93=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #47485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47485D is #B8B7A2. Grayscale: #4A4A4A. Windows color (decimal): -12105635 or 6113351. OLE color: 6113351.

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

Color convert

RGB717293-
CMYK0.240.2300.64
HSL237.27º13.41%32.16%-
HSV(B)237.27º23.66%36.47%-
XYZ6.896.7611.3-
YUV74.1138.67125.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=30.08%
G=30.51%
B=39.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7172930.240.2300.64237.2713.4132.16
Hex47485D1817040edd20
Octal107110135302701003551540
Binary100011110010001011101110001011101000000111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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