#48475F

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

Shades of Gun Powder #48475F

Tints of Gun Powder #48475F

Color information

#48475F (or 0x48475F) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 5F. RGB value is (72,71,95). Sum of RGB (Red+Green+Blue) = 72+71+95=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #48475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48475F is #B7B8A0. Grayscale: #494949. Windows color (decimal): -12040353 or 6244168. OLE color: 6244168.

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

Color convert

RGB727195-
CMYK0.240.2500.63
HSL242.5º14.46%32.55%-
HSV(B)242.5º25.26%37.25%-
XYZ6.996.7111.75-
YUV74.04139.83126.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=30.25%
G=29.83%
B=39.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7271950.240.2500.63242.514.4632.55
Hex48475F181903Ff2e21
Octal11010713730310773621641
Binary10010001000111101111111000110010111111111100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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