#454452

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

Shades of Gun Powder #454452

Tints of Gun Powder #454452

Color information

#454452 (or 0x454452) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 52. RGB value is (69,68,82). Sum of RGB (Red+Green+Blue) = 69+68+82=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #454452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454452 is #BABBAD. Grayscale: #454545. Windows color (decimal): -12237742 or 5391429. OLE color: 5391429.

HSL color Cylindrical-coordinate representation of color #454452: hue angle of 244.29º 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 #454452 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB696882-
CMYK0.160.1700.68
HSL244.29º9.33%29.41%-
HSV(B)244.29º17.07%32.16%-
XYZ6.046.018.82-
YUV69.9134.83127.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=31.51%
G=31.05%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6968820.160.1700.68244.299.3329.41
Hex4544521011044f491d
Octal105104122202101043641135
Binary10001011000100101001010000100010100010011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454452; }

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

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

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

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

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

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

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

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