#48495B

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

Shades of Gun Powder #48495B

Tints of Gun Powder #48495B

Color information

#48495B (or 0x48495B) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 5B. RGB value is (72,73,91). Sum of RGB (Red+Green+Blue) = 72+73+91=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #48495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48495B is #B7B6A4. Grayscale: #4A4A4A. Windows color (decimal): -12039845 or 5982536. OLE color: 5982536.

HSL color Cylindrical-coordinate representation of color #48495B: hue angle of 236.84º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48495B is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB727391-
CMYK0.210.2000.64
HSL236.84º11.66%31.96%-
HSV(B)236.84º20.88%35.69%-
XYZ6.946.910.86-
YUV74.75137.17126.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=30.51%
G=30.93%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7273910.210.2000.64236.8411.6631.96
Hex48495B1514040edc20
Octal110111133252401003551440
Binary100100010010011011011101011010001000000111011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48495B; }

 p { color: rgb(72,73,91); }

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

<style>
 a { background-color: #48495B; }

 a { background-color: rgb(72,73,91); }

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

<style>
 span { border-color: #48495B; }

 span { border-color: rgb(72,73,91); }

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