#454352

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

Shades of Gun Powder #454352

Tints of Gun Powder #454352

Color information

#454352 (or 0x454352) is unknown color: approx Gun Powder. HEX triplet: 45, 43 and 52. RGB value is (69,67,82). Sum of RGB (Red+Green+Blue) = 69+67+82=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #454352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454352 is #BABCAD. Grayscale: #454545. Windows color (decimal): -12237998 or 5391173. OLE color: 5391173.

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

Color convert

RGB696782-
CMYK0.160.1800.68
HSL248º10.07%29.22%-
HSV(B)248º18.29%32.16%-
XYZ5.985.898.8-
YUV69.31135.16127.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=31.65%
G=30.73%
B=37.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6967820.160.1800.6824810.0729.22
Hex4543521012044f8a1d
Octal105103122202201043701235
Binary10001011000011101001010000100100100010011111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454352; }

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

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

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

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

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

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

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

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