#45444A

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

Shades of Gun Powder #45444A

Tints of Gun Powder #45444A

Color information

#45444A (or 0x45444A) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 4A. RGB value is (69,68,74). Sum of RGB (Red+Green+Blue) = 69+68+74=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #45444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45444A is #BABBB5. Grayscale: #444444. Windows color (decimal): -12237750 or 4867141. OLE color: 4867141.

HSL color Cylindrical-coordinate representation of color #45444A: hue angle of 250º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #45444A is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB696874-
CMYK0.070.0800.71
HSL250º4.23%27.84%-
HSV(B)250º8.11%29.02%-
XYZ5.765.897.31-
YUV68.98130.83128.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=32.70%
G=32.23%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6968740.070.0800.712504.2327.84
Hex45444A78047fa41c
Octal1051041127100107372434
Binary1000101100010010010101111000010001111111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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