#45415D

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

Shades of Gun Powder #45415D

Tints of Gun Powder #45415D

Color information

#45415D (or 0x45415D) is unknown color: approx Gun Powder. HEX triplet: 45, 41 and 5D. RGB value is (69,65,93). Sum of RGB (Red+Green+Blue) = 69+65+93=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #45415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45415D is #BABEA2. Grayscale: #454545. Windows color (decimal): -12238499 or 6111557. OLE color: 6111557.

HSL color Cylindrical-coordinate representation of color #45415D: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45415D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB696593-
CMYK0.260.3000.64
HSL248.57º17.72%30.98%-
HSV(B)248.57º30.11%36.47%-
XYZ6.325.8411.15-
YUV69.39141.33127.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=30.40%
G=28.63%
B=40.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6965930.260.3000.64248.5717.7230.98
Hex45415D1A1E040f9121f
Octal105101135323601003712237
Binary100010110000011011101110101111001000000111110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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