#46485B

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

Shades of Gun Powder #46485B

Tints of Gun Powder #46485B

Color information

#46485B (or 0x46485B) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 5B. RGB value is (70,72,91). Sum of RGB (Red+Green+Blue) = 70+72+91=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #46485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485B is #B9B7A4. Grayscale: #494949. Windows color (decimal): -12171173 or 5982278. OLE color: 5982278.

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

Color convert

RGB707291-
CMYK0.230.2100.64
HSL234.29º13.04%31.57%-
HSV(B)234.29º23.08%35.69%-
XYZ6.736.6910.83-
YUV73.57137.84125.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=30.04%
G=30.90%
B=39.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7072910.230.2100.64234.2913.0431.57
Hex46485B1715040ead20
Octal106110133272501003521540
Binary100011010010001011011101111010101000000111010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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