#454657

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

Shades of Gun Powder #454657

Tints of Gun Powder #454657

Color information

#454657 (or 0x454657) is unknown color: approx Gun Powder. HEX triplet: 45, 46 and 57. RGB value is (69,70,87). Sum of RGB (Red+Green+Blue) = 69+70+87=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #454657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454657 is #BAB9A8. Grayscale: #474747. Windows color (decimal): -12237225 or 5719621. OLE color: 5719621.

HSL color Cylindrical-coordinate representation of color #454657: hue angle of 236.67º 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 #454657 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB697087-
CMYK0.210.2000.66
HSL236.67º11.54%30.59%-
HSV(B)236.67º20.69%34.12%-
XYZ6.366.339.9-
YUV71.64136.67126.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=30.53%
G=30.97%
B=38.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6970870.210.2000.66236.6711.5430.59
Hex4546571514042edc1f
Octal105106127252401023551437
Binary10001011000110101011110101101000100001011101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454657; }

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

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

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

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

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

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

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

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