#47425E

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

Shades of Gun Powder #47425E

Tints of Gun Powder #47425E

Color information

#47425E (or 0x47425E) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 5E. RGB value is (71,66,94). Sum of RGB (Red+Green+Blue) = 71+66+94=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #47425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425E is #B8BDA1. Grayscale: #464646. Windows color (decimal): -12107170 or 6177351. OLE color: 6177351.

HSL color Cylindrical-coordinate representation of color #47425E: hue angle of 250.71º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47425E is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB716694-
CMYK0.240.3000.63
HSL250.71º17.5%31.37%-
HSV(B)250.71º29.79%36.86%-
XYZ6.576.0411.41-
YUV70.69141.16128.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=30.74%
G=28.57%
B=40.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7166940.240.3000.63250.7117.531.37
Hex47425E181E03Ffb111f
Octal10710213630360773732137
Binary10001111000010101111011000111100111111111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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