#46465C

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

Shades of Gun Powder #46465C

Tints of Gun Powder #46465C

Color information

#46465C (or 0x46465C) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 5C. RGB value is (70,70,92). Sum of RGB (Red+Green+Blue) = 70+70+92=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #46465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465C is #B9B9A3. Grayscale: #484848. Windows color (decimal): -12171684 or 6047302. OLE color: 6047302.

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

Color convert

RGB707092-
CMYK0.240.2400.64
HSL240º13.58%31.76%-
HSV(B)240º23.91%36.08%-
XYZ6.656.4611.02-
YUV72.51139126.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=30.17%
G=30.17%
B=39.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7070920.240.2400.6424013.5831.76
Hex46465C1818040f0e20
Octal106106134303001003601640
Binary100011010001101011100110001100001000000111100001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46465C; }

 p { color: rgb(70,70,92); }

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

<style>
 a { background-color: #46465C; }

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

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

<style>
 span { border-color: #46465C; }

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

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