#47485F

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

Shades of Gun Powder #47485F

Tints of Gun Powder #47485F

Color information

#47485F (or 0x47485F) is unknown color: approx Gun Powder. HEX triplet: 47, 48 and 5F. RGB value is (71,72,95). Sum of RGB (Red+Green+Blue) = 71+72+95=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #47485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47485F is #B8B7A0. Grayscale: #4A4A4A. Windows color (decimal): -12105633 or 6244423. OLE color: 6244423.

HSL color Cylindrical-coordinate representation of color #47485F: hue angle of 237.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47485F is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB717295-
CMYK0.250.2400.63
HSL237.5º14.46%32.55%-
HSV(B)237.5º25.26%37.25%-
XYZ6.986.811.77-
YUV74.32139.67125.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=29.83%
G=30.25%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7172950.250.2400.63237.514.4632.55
Hex47485F191803Feee21
Octal10711013731300773561641
Binary10001111001000101111111001110000111111111011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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