#46475E

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

Shades of Gun Powder #46475E

Tints of Gun Powder #46475E

Color information

#46475E (or 0x46475E) is unknown color: approx Gun Powder. HEX triplet: 46, 47 and 5E. RGB value is (70,71,94). Sum of RGB (Red+Green+Blue) = 70+71+94=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #46475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475E is #B9B8A1. Grayscale: #494949. Windows color (decimal): -12171426 or 6178630. OLE color: 6178630.

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

Color convert

RGB707194-
CMYK0.260.2400.63
HSL237.5º14.63%32.16%-
HSV(B)237.5º25.53%36.86%-
XYZ6.86.6211.51-
YUV73.32139.67125.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 94 (37.11% from 255) = 40%
R=29.79%
G=30.21%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7071940.260.2400.63237.514.6332.16
Hex46475E1A1803Feef20
Octal10610713632300773561740
Binary10001101000111101111011010110000111111111011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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