#46485A

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

Shades of Gun Powder #46485A

Tints of Gun Powder #46485A

Color information

#46485A (or 0x46485A) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 5A. RGB value is (70,72,90). Sum of RGB (Red+Green+Blue) = 70+72+90=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #46485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485A is #B9B7A5. Grayscale: #494949. Windows color (decimal): -12171174 or 5916742. OLE color: 5916742.

HSL color Cylindrical-coordinate representation of color #46485A: hue angle of 234º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46485A is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707290-
CMYK0.220.2000.65
HSL234º12.5%31.37%-
HSV(B)234º22.22%35.29%-
XYZ6.696.6810.61-
YUV73.45137.34125.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=30.17%
G=31.03%
B=38.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7072900.220.2000.6523412.531.37
Hex46485A1614041eac1f
Octal106110132262401013521437
Binary10001101001000101101010110101000100000111101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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