#454450

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

Shades of Gun Powder #454450

Tints of Gun Powder #454450

Color information

#454450 (or 0x454450) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 50. RGB value is (69,68,80). Sum of RGB (Red+Green+Blue) = 69+68+80=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #454450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454450 is #BABBAF. Grayscale: #454545. Windows color (decimal): -12237744 or 5260357. OLE color: 5260357.

HSL color Cylindrical-coordinate representation of color #454450: hue angle of 245º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454450 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB696880-
CMYK0.140.1500.69
HSL245º8.11%29.02%-
HSV(B)245º15%31.37%-
XYZ5.975.988.43-
YUV69.67133.83127.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=31.80%
G=31.34%
B=36.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6968800.140.1500.692458.1129.02
Hex454450EF045f581d
Octal105104120161701053651035
Binary100010110001001010000111011110100010111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454450; }

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

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

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

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

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

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

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

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