#46465E

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

Shades of Gun Powder #46465E

Tints of Gun Powder #46465E

Color information

#46465E (or 0x46465E) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 5E. RGB value is (70,70,94). Sum of RGB (Red+Green+Blue) = 70+70+94=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #46465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465E is #B9B9A1. Grayscale: #484848. Windows color (decimal): -12171682 or 6178374. OLE color: 6178374.

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

Color convert

RGB707094-
CMYK0.260.2600.63
HSL240º14.63%32.16%-
HSV(B)240º25.53%36.86%-
XYZ6.746.4911.49-
YUV72.74140126.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=29.91%
G=29.91%
B=40.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7070940.260.2600.6324014.6332.16
Hex46465E1A1A03Ff0f20
Octal10610613632320773601740
Binary10001101000110101111011010110100111111111100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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