#47425B

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

Shades of Gun Powder #47425B

Tints of Gun Powder #47425B

Color information

#47425B (or 0x47425B) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 5B. RGB value is (71,66,91). Sum of RGB (Red+Green+Blue) = 71+66+91=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #47425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425B is #B8BDA4. Grayscale: #464646. Windows color (decimal): -12107173 or 5980743. OLE color: 5980743.

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

Color convert

RGB716691-
CMYK0.220.2700.64
HSL252º15.92%30.78%-
HSV(B)252º27.47%35.69%-
XYZ6.445.9910.71-
YUV70.34139.66128.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=31.14%
G=28.95%
B=39.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7166910.220.2700.6425215.9230.78
Hex47425B161B040fc101f
Octal107102133263301003742037
Binary100011110000101011011101101101101000000111111001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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