#454557

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

Shades of Gun Powder #454557

Tints of Gun Powder #454557

Color information

#454557 (or 0x454557) is unknown color: approx Gun Powder. HEX triplet: 45, 45 and 57. RGB value is (69,69,87). Sum of RGB (Red+Green+Blue) = 69+69+87=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #454557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454557 is #BABAA8. Grayscale: #464646. Windows color (decimal): -12237481 or 5719365. OLE color: 5719365.

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

Color convert

RGB696987-
CMYK0.210.2100.66
HSL240º11.54%30.59%-
HSV(B)240º20.69%34.12%-
XYZ6.36.219.88-
YUV71.05137126.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=30.67%
G=30.67%
B=38.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6969870.210.2100.6624011.5430.59
Hex4545571515042f0c1f
Octal105105127252501023601437
Binary10001011000101101011110101101010100001011110000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454557; }

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

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

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

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

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

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

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

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