#454350

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

Shades of Gun Powder #454350

Tints of Gun Powder #454350

Color information

#454350 (or 0x454350) is unknown color: approx Gun Powder. HEX triplet: 45, 43 and 50. RGB value is (69,67,80). Sum of RGB (Red+Green+Blue) = 69+67+80=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #454350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454350 is #BABCAF. Grayscale: #454545. Windows color (decimal): -12238000 or 5260101. OLE color: 5260101.

HSL color Cylindrical-coordinate representation of color #454350: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454350 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB696780-
CMYK0.140.1600.69
HSL249.23º8.84%28.82%-
HSV(B)249.23º16.25%31.37%-
XYZ5.915.868.41-
YUV69.08134.16127.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=31.94%
G=31.02%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6967800.140.1600.69249.238.8428.82
Hex454350E10045f991d
Octal105103120162001053711135
Binary1000101100001110100001110100000100010111111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454350; }

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

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

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

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

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

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

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

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