#46475F

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

Shades of Gun Powder #46475F

Tints of Gun Powder #46475F

Color information

#46475F (or 0x46475F) is unknown color: approx Gun Powder. HEX triplet: 46, 47 and 5F. RGB value is (70,71,95). Sum of RGB (Red+Green+Blue) = 70+71+95=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #46475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475F is #B9B8A0. Grayscale: #494949. Windows color (decimal): -12171425 or 6244166. OLE color: 6244166.

HSL color Cylindrical-coordinate representation of color #46475F: hue angle of 237.6º 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 #46475F is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB707195-
CMYK0.260.2500.63
HSL237.6º15.15%32.35%-
HSV(B)237.6º26.32%37.25%-
XYZ6.846.6311.75-
YUV73.44140.17125.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=29.66%
G=30.08%
B=40.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7071950.260.2500.63237.615.1532.35
Hex46475F1A1903Feef20
Octal10610713732310773561740
Binary10001101000111101111111010110010111111111011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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