#45445D

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

Shades of Gun Powder #45445D

Tints of Gun Powder #45445D

Color information

#45445D (or 0x45445D) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 5D. RGB value is (69,68,93). Sum of RGB (Red+Green+Blue) = 69+68+93=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #45445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45445D is #BABBA2. Grayscale: #474747. Windows color (decimal): -12237731 or 6112325. OLE color: 6112325.

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

Color convert

RGB696893-
CMYK0.260.2700.64
HSL242.4º15.53%31.57%-
HSV(B)242.4º26.88%36.47%-
XYZ6.56.1911.21-
YUV71.15140.33126.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=30%
G=29.57%
B=40.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6968930.260.2700.64242.415.5331.57
Hex45445D1A1B040f21020
Octal105104135323301003622040
Binary1000101100010010111011101011011010000001111001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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