#454550

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

Shades of Gun Powder #454550

Tints of Gun Powder #454550

Color information

#454550 (or 0x454550) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 50. RGB value is (69,69,80). Sum of RGB (Red+Green+Blue) = 69+69+80=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #454550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454550 is #BABAAF. Grayscale: #464646. Windows color (decimal): -12237488 or 5260613. OLE color: 5260613.

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

Color convert

RGB696980-
CMYK0.140.1400.69
HSL240º7.38%29.22%-
HSV(B)240º13.75%31.37%-
XYZ6.036.18.45-
YUV70.25133.5127.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=31.65%
G=31.65%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6969800.140.1400.692407.3829.22
Hex454550EE045f071d
Octal10510512016160105360735
Binary10001011000101101000011101110010001011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454550; }

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

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

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

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

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

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

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

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