#46445E

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

Shades of Gun Powder #46445E

Tints of Gun Powder #46445E

Color information

#46445E (or 0x46445E) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 5E. RGB value is (70,68,94). Sum of RGB (Red+Green+Blue) = 70+68+94=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #46445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445E is #B9BBA1. Grayscale: #474747. Windows color (decimal): -12172194 or 6177862. OLE color: 6177862.

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

Color convert

RGB706894-
CMYK0.260.2800.63
HSL244.62º16.05%31.76%-
HSV(B)244.62º27.66%36.86%-
XYZ6.616.2411.45-
YUV71.56140.66126.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=30.17%
G=29.31%
B=40.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7068940.260.2800.63244.6216.0531.76
Hex46445E1A1C03Ff51020
Octal10610413632340773652040
Binary100011010001001011110110101110001111111111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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