#46415B

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

Shades of Gun Powder #46415B

Tints of Gun Powder #46415B

Color information

#46415B (or 0x46415B) is unknown color: approx Gun Powder. HEX triplet: 46, 41 and 5B. RGB value is (70,65,91). Sum of RGB (Red+Green+Blue) = 70+65+91=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #46415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46415B is #B9BEA4. Grayscale: #454545. Windows color (decimal): -12172965 or 5980486. OLE color: 5980486.

HSL color Cylindrical-coordinate representation of color #46415B: hue angle of 251.54º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46415B is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB706591-
CMYK0.230.2900.64
HSL251.54º16.67%30.59%-
HSV(B)251.54º28.57%35.69%-
XYZ6.35.8410.69-
YUV69.46140.16128.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=30.97%
G=28.76%
B=40.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7065910.230.2900.64251.5416.6730.59
Hex46415B171D040fc111f
Octal106101133273501003742137
Binary100011010000011011011101111110101000000111111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46415B; }

 p { color: rgb(70,65,91); }

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

<style>
 a { background-color: #46415B; }

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

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

<style>
 span { border-color: #46415B; }

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

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