#454360

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

Shades of Gun Powder #454360

Tints of Gun Powder #454360

Color information

#454360 (or 0x454360) is unknown color: approx Gun Powder. HEX triplet: 45, 43 and 60. RGB value is (69,67,96). Sum of RGB (Red+Green+Blue) = 69+67+96=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #454360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454360 is #BABC9F. Grayscale: #464646. Windows color (decimal): -12237984 or 6308677. OLE color: 6308677.

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

Color convert

RGB696796-
CMYK0.280.3000.62
HSL244.14º17.79%31.96%-
HSV(B)244.14º30.21%37.65%-
XYZ6.576.1211.9-
YUV70.9142.16126.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=29.74%
G=28.88%
B=41.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6967960.280.3000.62244.1417.7931.96
Hex4543601C1E03Ef41220
Octal10510314034360763642240
Binary100010110000111100000111001111001111101111010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454360; }

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

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

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

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

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

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

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

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