#454460

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

Shades of Gun Powder #454460

Tints of Gun Powder #454460

Color information

#454460 (or 0x454460) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 60. RGB value is (69,68,96). Sum of RGB (Red+Green+Blue) = 69+68+96=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #454460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454460 is #BABB9F. Grayscale: #474747. Windows color (decimal): -12237728 or 6308933. OLE color: 6308933.

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

Color convert

RGB696896-
CMYK0.280.2900.62
HSL242.14º17.07%32.16%-
HSV(B)242.14º29.17%37.65%-
XYZ6.636.2411.92-
YUV71.49141.83126.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=29.61%
G=29.18%
B=41.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6968960.280.2900.62242.1417.0732.16
Hex4544601C1D03Ef21120
Octal10510414034350763622140
Binary100010110001001100000111001110101111101111001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454460; }

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

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

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

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

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

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

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

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