#45475A

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

Shades of Gun Powder #45475A

Tints of Gun Powder #45475A

Color information

#45475A (or 0x45475A) is unknown color: approx Gun Powder. HEX triplet: 45, 47 and 5A. RGB value is (69,71,90). Sum of RGB (Red+Green+Blue) = 69+71+90=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #45475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45475A is #BAB8A5. Grayscale: #484848. Windows color (decimal): -12236966 or 5916485. OLE color: 5916485.

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

Color convert

RGB697190-
CMYK0.230.2100.65
HSL234.29º13.21%31.18%-
HSV(B)234.29º23.33%35.29%-
XYZ6.556.5110.58-
YUV72.57137.84125.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=30%
G=30.87%
B=39.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6971900.230.2100.65234.2913.2131.18
Hex45475A1715041ead1f
Octal105107132272501013521537
Binary10001011000111101101010111101010100000111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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