#46485D

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

Shades of Gun Powder #46485D

Tints of Gun Powder #46485D

Color information

#46485D (or 0x46485D) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 5D. RGB value is (70,72,93). Sum of RGB (Red+Green+Blue) = 70+72+93=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #46485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485D is #B9B7A2. Grayscale: #494949. Windows color (decimal): -12171171 or 6113350. OLE color: 6113350.

HSL color Cylindrical-coordinate representation of color #46485D: hue angle of 234.78º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46485D is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707293-
CMYK0.250.2300.64
HSL234.78º14.11%31.96%-
HSV(B)234.78º24.73%36.47%-
XYZ6.826.7311.29-
YUV73.8138.84125.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=29.79%
G=30.64%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7072930.250.2300.64234.7814.1131.96
Hex46485D1917040ebe20
Octal106110135312701003531640
Binary100011010010001011101110011011101000000111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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