#45425A

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

Shades of Gun Powder #45425A

Tints of Gun Powder #45425A

Color information

#45425A (or 0x45425A) is unknown color: approx Gun Powder. HEX triplet: 45, 42 and 5A. RGB value is (69,66,90). Sum of RGB (Red+Green+Blue) = 69+66+90=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #45425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45425A is #BABDA5. Grayscale: #454545. Windows color (decimal): -12238246 or 5915205. OLE color: 5915205.

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

Color convert

RGB696690-
CMYK0.230.2700.65
HSL247.5º15.38%30.59%-
HSV(B)247.5º26.67%35.29%-
XYZ6.255.910.48-
YUV69.63139.49127.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 90 (35.55% from 255) = 40%
R=30.67%
G=29.33%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6966900.230.2700.65247.515.3830.59
Hex45425A171B041f8f1f
Octal105102132273301013701737
Binary10001011000010101101010111110110100000111111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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