#46445D

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

Shades of Gun Powder #46445D

Tints of Gun Powder #46445D

Color information

#46445D (or 0x46445D) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 5D. RGB value is (70,68,93). Sum of RGB (Red+Green+Blue) = 70+68+93=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #46445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445D is #B9BBA2. Grayscale: #474747. Windows color (decimal): -12172195 or 6112326. OLE color: 6112326.

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

Color convert

RGB706893-
CMYK0.250.2700.64
HSL244.8º15.53%31.57%-
HSV(B)244.8º26.88%36.47%-
XYZ6.576.2311.21-
YUV71.45140.16126.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=30.30%
G=29.44%
B=40.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7068930.250.2700.64244.815.5331.57
Hex46445D191B040f51020
Octal106104135313301003652040
Binary1000110100010010111011100111011010000001111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46445D; }

 p { color: rgb(70,68,93); }

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

<style>
 a { background-color: #46445D; }

 a { background-color: rgb(70,68,93); }

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

<style>
 span { border-color: #46445D; }

 span { border-color: rgb(70,68,93); }

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