#454351

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

Shades of Gun Powder #454351

Tints of Gun Powder #454351

Color information

#454351 (or 0x454351) is unknown color: approx Gun Powder. HEX triplet: 45, 43 and 51. RGB value is (69,67,81). Sum of RGB (Red+Green+Blue) = 69+67+81=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #454351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454351 is #BABCAE. Grayscale: #454545. Windows color (decimal): -12237999 or 5325637. OLE color: 5325637.

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

Color convert

RGB696781-
CMYK0.150.1700.68
HSL248.57º9.46%29.02%-
HSV(B)248.57º17.28%31.76%-
XYZ5.955.878.6-
YUV69.19134.66127.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=31.80%
G=30.88%
B=37.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6967810.150.1700.68248.579.4629.02
Hex454351F11044f991d
Octal105103121172101043711135
Binary1000101100001110100011111100010100010011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454351; }

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

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

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

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

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

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

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

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