#45425C

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

Shades of Gun Powder #45425C

Tints of Gun Powder #45425C

Color information

#45425C (or 0x45425C) is unknown color: approx Gun Powder. HEX triplet: 45, 42 and 5C. RGB value is (69,66,92). Sum of RGB (Red+Green+Blue) = 69+66+92=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #45425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45425C is #BABDA3. Grayscale: #454545. Windows color (decimal): -12238244 or 6046277. OLE color: 6046277.

HSL color Cylindrical-coordinate representation of color #45425C: hue angle of 246.92º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45425C is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB696692-
CMYK0.250.2800.64
HSL246.92º16.46%30.98%-
HSV(B)246.92º28.26%36.08%-
XYZ6.335.9310.94-
YUV69.86140.49127.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=30.40%
G=29.07%
B=40.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6966920.250.2800.64246.9216.4630.98
Hex45425C191C040f7101f
Octal105102134313401003672037
Binary100010110000101011100110011110001000000111101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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