#45455D

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

Shades of Gun Powder #45455D

Tints of Gun Powder #45455D

Color information

#45455D (or 0x45455D) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 5D. RGB value is (69,69,93). Sum of RGB (Red+Green+Blue) = 69+69+93=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #45455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45455D is #BABAA2. Grayscale: #474747. Windows color (decimal): -12237475 or 6112581. OLE color: 6112581.

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

Color convert

RGB696993-
CMYK0.260.2600.64
HSL240º14.81%31.76%-
HSV(B)240º25.81%36.47%-
XYZ6.566.3111.23-
YUV71.74140126.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=29.87%
G=29.87%
B=40.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6969930.260.2600.6424014.8131.76
Hex45455D1A1A040f0f20
Octal105105135323201003601740
Binary100010110001011011101110101101001000000111100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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