#46455C

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

Shades of Gun Powder #46455C

Tints of Gun Powder #46455C

Color information

#46455C (or 0x46455C) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 5C. RGB value is (70,69,92). Sum of RGB (Red+Green+Blue) = 70+69+92=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #46455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46455C is #B9BAA3. Grayscale: #474747. Windows color (decimal): -12171940 or 6047046. OLE color: 6047046.

HSL color Cylindrical-coordinate representation of color #46455C: hue angle of 242.61º 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 #46455C is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB706992-
CMYK0.240.2500.64
HSL242.61º14.29%31.57%-
HSV(B)242.61º25%36.08%-
XYZ6.596.3311-
YUV71.92139.33126.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=30.30%
G=29.87%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7069920.240.2500.64242.6114.2931.57
Hex46455C1819040f3e20
Octal106105134303101003631640
Binary100011010001011011100110001100101000000111100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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