#46485C

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

Shades of Gun Powder #46485C

Tints of Gun Powder #46485C

Color information

#46485C (or 0x46485C) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 5C. RGB value is (70,72,92). Sum of RGB (Red+Green+Blue) = 70+72+92=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #46485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46485C is #B9B7A3. Grayscale: #494949. Windows color (decimal): -12171172 or 6047814. OLE color: 6047814.

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

Color convert

RGB707292-
CMYK0.240.2200.64
HSL234.55º13.58%31.76%-
HSV(B)234.55º23.91%36.08%-
XYZ6.776.7111.06-
YUV73.68138.34125.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=29.91%
G=30.77%
B=39.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7072920.240.2200.64234.5513.5831.76
Hex46485C1816040ebe20
Octal106110134302601003531640
Binary100011010010001011100110001011001000000111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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