#45444E

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

Shades of Gun Powder #45444E

Tints of Gun Powder #45444E

Color information

#45444E (or 0x45444E) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 4E. RGB value is (69,68,78). Sum of RGB (Red+Green+Blue) = 69+68+78=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #45444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45444E is #BABBB1. Grayscale: #454545. Windows color (decimal): -12237746 or 5129285. OLE color: 5129285.

HSL color Cylindrical-coordinate representation of color #45444E: hue angle of 246º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #45444E is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB696878-
CMYK0.120.1300.69
HSL246º6.85%28.63%-
HSV(B)246º12.82%30.59%-
XYZ5.95.958.05-
YUV69.44132.83127.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=32.09%
G=31.63%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6968780.120.1300.692466.8528.63
Hex45444ECD045f671d
Octal10510411614150105366735
Binary10001011000100100111011001101010001011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45444E; }

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

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

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

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

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

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

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

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