#45405D

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

Shades of Gun Powder #45405D

Tints of Gun Powder #45405D

Color information

#45405D (or 0x45405D) is unknown color: approx Gun Powder. HEX triplet: 45, 40 and 5D. RGB value is (69,64,93). Sum of RGB (Red+Green+Blue) = 69+64+93=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #45405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45405D is #BABFA2. Grayscale: #444444. Windows color (decimal): -12238755 or 6111301. OLE color: 6111301.

HSL color Cylindrical-coordinate representation of color #45405D: hue angle of 250.34º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45405D is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB696493-
CMYK0.260.3100.64
HSL250.34º18.47%30.78%-
HSV(B)250.34º31.18%36.47%-
XYZ6.265.7211.13-
YUV68.8141.66128.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=30.53%
G=28.32%
B=41.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6964930.260.3100.64250.3418.4730.78
Hex45405D1A1F040fa121f
Octal105100135323701003722237
Binary100010110000001011101110101111101000000111110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45405D; }

 p { color: rgb(69,64,93); }

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

<style>
 a { background-color: #45405D; }

 a { background-color: rgb(69,64,93); }

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

<style>
 span { border-color: #45405D; }

 span { border-color: rgb(69,64,93); }

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