#46425E

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

Shades of Gun Powder #46425E

Tints of Gun Powder #46425E

Color information

#46425E (or 0x46425E) is unknown color: approx Gun Powder. HEX triplet: 46, 42 and 5E. RGB value is (70,66,94). Sum of RGB (Red+Green+Blue) = 70+66+94=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #46425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46425E is #B9BDA1. Grayscale: #464646. Windows color (decimal): -12172706 or 6177350. OLE color: 6177350.

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

Color convert

RGB706694-
CMYK0.260.3000.63
HSL248.57º17.5%31.37%-
HSV(B)248.57º29.79%36.86%-
XYZ6.496.0111.41-
YUV70.39141.33127.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=30.43%
G=28.70%
B=40.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7066940.260.3000.63248.5717.531.37
Hex46425E1A1E03Ff9111f
Octal10610213632360773712137
Binary10001101000010101111011010111100111111111110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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