#454560

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

Shades of Gun Powder #454560

Tints of Gun Powder #454560

Color information

#454560 (or 0x454560) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 60. RGB value is (69,69,96). Sum of RGB (Red+Green+Blue) = 69+69+96=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #454560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454560 is #BABA9F. Grayscale: #474747. Windows color (decimal): -12237472 or 6309189. OLE color: 6309189.

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

Color convert

RGB696996-
CMYK0.280.2800.62
HSL240º16.36%32.35%-
HSV(B)240º28.12%37.65%-
XYZ6.696.3711.94-
YUV72.08141.5125.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=29.49%
G=29.49%
B=41.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6969960.280.2800.6224016.3632.35
Hex4545601C1C03Ef01020
Octal10510514034340763602040
Binary100010110001011100000111001110001111101111000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454560; }

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

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

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

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

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

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

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

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