#45475D

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

Shades of Gun Powder #45475D

Tints of Gun Powder #45475D

Color information

#45475D (or 0x45475D) is unknown color: approx Gun Powder. HEX triplet: 45, 47 and 5D. RGB value is (69,71,93). Sum of RGB (Red+Green+Blue) = 69+71+93=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #45475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45475D is #BAB8A2. Grayscale: #484848. Windows color (decimal): -12236963 or 6113093. OLE color: 6113093.

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

Color convert

RGB697193-
CMYK0.260.2400.64
HSL235º14.81%31.76%-
HSV(B)235º25.81%36.47%-
XYZ6.686.5611.27-
YUV72.91139.34125.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=29.61%
G=30.47%
B=39.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6971930.260.2400.6423514.8131.76
Hex45475D1A18040ebf20
Octal105107135323001003531740
Binary100010110001111011101110101100001000000111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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