#48455E

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

Shades of Gun Powder #48455E

Tints of Gun Powder #48455E

Color information

#48455E (or 0x48455E) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 5E. RGB value is (72,69,94). Sum of RGB (Red+Green+Blue) = 72+69+94=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #48455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48455E is #B7BAA1. Grayscale: #484848. Windows color (decimal): -12040866 or 6178120. OLE color: 6178120.

HSL color Cylindrical-coordinate representation of color #48455E: hue angle of 247.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48455E is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB726994-
CMYK0.230.2700.63
HSL247.2º15.34%31.96%-
HSV(B)247.2º26.6%36.86%-
XYZ6.826.4411.47-
YUV72.75139.99127.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 94 (37.11% from 255) = 40%
R=30.64%
G=29.36%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7269940.230.2700.63247.215.3431.96
Hex48455E171B03Ff7f20
Octal11010513627330773671740
Binary10010001000101101111010111110110111111111101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48455E; }

 p { color: rgb(72,69,94); }

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

<style>
 a { background-color: #48455E; }

 a { background-color: rgb(72,69,94); }

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

<style>
 span { border-color: #48455E; }

 span { border-color: rgb(72,69,94); }

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