#46415D

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

Shades of Gun Powder #46415D

Tints of Gun Powder #46415D

Color information

#46415D (or 0x46415D) is unknown color: approx Gun Powder. HEX triplet: 46, 41 and 5D. RGB value is (70,65,93). Sum of RGB (Red+Green+Blue) = 70+65+93=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #46415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46415D is #B9BEA2. Grayscale: #454545. Windows color (decimal): -12172963 or 6111558. OLE color: 6111558.

HSL color Cylindrical-coordinate representation of color #46415D: hue angle of 250.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46415D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB706593-
CMYK0.250.3000.64
HSL250.71º17.72%30.98%-
HSV(B)250.71º30.11%36.47%-
XYZ6.395.8711.15-
YUV69.69141.16128.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=30.70%
G=28.51%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7065930.250.3000.64250.7117.7230.98
Hex46415D191E040fb121f
Octal106101135313601003732237
Binary100011010000011011101110011111001000000111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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