#48495F

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

Shades of Gun Powder #48495F

Tints of Gun Powder #48495F

Color information

#48495F (or 0x48495F) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 5F. RGB value is (72,73,95). Sum of RGB (Red+Green+Blue) = 72+73+95=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #48495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48495F is #B7B6A0. Grayscale: #4B4B4B. Windows color (decimal): -12039841 or 6244680. OLE color: 6244680.

HSL color Cylindrical-coordinate representation of color #48495F: hue angle of 237.39º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48495F is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB727395-
CMYK0.240.2300.63
HSL237.39º13.77%32.75%-
HSV(B)237.39º24.21%37.25%-
XYZ7.126.9711.8-
YUV75.21139.17125.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=30%
G=30.42%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7273950.240.2300.63237.3913.7732.75
Hex48495F181703Fede21
Octal11011113730270773551641
Binary10010001001001101111111000101110111111111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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