#46445A

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

Shades of Gun Powder #46445A

Tints of Gun Powder #46445A

Color information

#46445A (or 0x46445A) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 5A. RGB value is (70,68,90). Sum of RGB (Red+Green+Blue) = 70+68+90=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #46445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445A is #B9BBA5. Grayscale: #474747. Windows color (decimal): -12172198 or 5915718. OLE color: 5915718.

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

Color convert

RGB706890-
CMYK0.220.2400.65
HSL245.45º13.92%30.98%-
HSV(B)245.45º24.44%35.29%-
XYZ6.446.1710.53-
YUV71.11138.66127.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=30.70%
G=29.82%
B=39.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7068900.220.2400.65245.4513.9230.98
Hex46445A1618041f5e1f
Octal106104132263001013651637
Binary10001101000100101101010110110000100000111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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