#45445E

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

Shades of Gun Powder #45445E

Tints of Gun Powder #45445E

Color information

#45445E (or 0x45445E) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 5E. RGB value is (69,68,94). Sum of RGB (Red+Green+Blue) = 69+68+94=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #45445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45445E is #BABBA1. Grayscale: #474747. Windows color (decimal): -12237730 or 6177861. OLE color: 6177861.

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

Color convert

RGB696894-
CMYK0.270.2800.63
HSL242.31º16.05%31.76%-
HSV(B)242.31º27.66%36.86%-
XYZ6.546.2111.44-
YUV71.26140.83126.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=29.87%
G=29.44%
B=40.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6968940.270.2800.63242.3116.0531.76
Hex45445E1B1C03Ff21020
Octal10510413633340773622040
Binary100010110001001011110110111110001111111111001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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