#45465D

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

Shades of Gun Powder #45465D

Tints of Gun Powder #45465D

Color information

#45465D (or 0x45465D) is unknown color: approx Gun Powder. HEX triplet: 45, 46 and 5D. RGB value is (69,70,93). Sum of RGB (Red+Green+Blue) = 69+70+93=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #45465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45465D is #BAB9A2. Grayscale: #484848. Windows color (decimal): -12237219 or 6112837. OLE color: 6112837.

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

Color convert

RGB697093-
CMYK0.260.2500.64
HSL237.5º14.81%31.76%-
HSV(B)237.5º25.81%36.47%-
XYZ6.626.4411.25-
YUV72.32139.67125.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=29.74%
G=30.17%
B=40.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6970930.260.2500.64237.514.8131.76
Hex45465D1A19040eef20
Octal105106135323101003561740
Binary100010110001101011101110101100101000000111011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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