#48485F

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

Shades of Gun Powder #48485F

Tints of Gun Powder #48485F

Color information

#48485F (or 0x48485F) is unknown color: approx Gun Powder. HEX triplet: 48, 48 and 5F. RGB value is (72,72,95). Sum of RGB (Red+Green+Blue) = 72+72+95=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #48485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48485F is #B7B7A0. Grayscale: #4A4A4A. Windows color (decimal): -12040097 or 6244424. OLE color: 6244424.

HSL color Cylindrical-coordinate representation of color #48485F: hue angle of 240º 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 #48485F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB727295-
CMYK0.240.2400.63
HSL240º13.77%32.75%-
HSV(B)240º24.21%37.25%-
XYZ7.066.8411.77-
YUV74.62139.5126.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=30.13%
G=30.13%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7272950.240.2400.6324013.7732.75
Hex48485F181803Ff0e21
Octal11011013730300773601641
Binary10010001001000101111111000110000111111111100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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