#45475C

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

Shades of Gun Powder #45475C

Tints of Gun Powder #45475C

Color information

#45475C (or 0x45475C) is unknown color: approx Gun Powder. HEX triplet: 45, 47 and 5C. RGB value is (69,71,92). Sum of RGB (Red+Green+Blue) = 69+71+92=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #45475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45475C is #BAB8A3. Grayscale: #484848. Windows color (decimal): -12236964 or 6047557. OLE color: 6047557.

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

Color convert

RGB697192-
CMYK0.250.2300.64
HSL234.78º14.29%31.57%-
HSV(B)234.78º25%36.08%-
XYZ6.646.5411.04-
YUV72.8138.84125.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=29.74%
G=30.60%
B=39.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6971920.250.2300.64234.7814.2931.57
Hex45475C1917040ebe20
Octal105107134312701003531640
Binary100010110001111011100110011011101000000111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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