#45445A

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

Shades of Gun Powder #45445A

Tints of Gun Powder #45445A

Color information

#45445A (or 0x45445A) is unknown color: approx Gun Powder. HEX triplet: 45, 44 and 5A. RGB value is (69,68,90). Sum of RGB (Red+Green+Blue) = 69+68+90=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #45445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45445A is #BABBA5. Grayscale: #464646. Windows color (decimal): -12237734 or 5915717. OLE color: 5915717.

HSL color Cylindrical-coordinate representation of color #45445A: hue angle of 242.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #45445A is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB696890-
CMYK0.230.2400.65
HSL242.73º13.92%30.98%-
HSV(B)242.73º24.44%35.29%-
XYZ6.376.1410.52-
YUV70.81138.83126.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=30.40%
G=29.96%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6968900.230.2400.65242.7313.9230.98
Hex45445A1718041f3e1f
Octal105104132273001013631637
Binary10001011000100101101010111110000100000111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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