#48475E

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

Shades of Gun Powder #48475E

Tints of Gun Powder #48475E

Color information

#48475E (or 0x48475E) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 5E. RGB value is (72,71,94). Sum of RGB (Red+Green+Blue) = 72+71+94=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #48475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48475E is #B7B8A1. Grayscale: #494949. Windows color (decimal): -12040354 or 6178632. OLE color: 6178632.

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

Color convert

RGB727194-
CMYK0.230.2400.63
HSL242.61º13.94%32.35%-
HSV(B)242.61º24.47%36.86%-
XYZ6.956.6911.52-
YUV73.92139.33126.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=30.38%
G=29.96%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7271940.230.2400.63242.6113.9432.35
Hex48475E171803Ff3e20
Octal11010713627300773631640
Binary10010001000111101111010111110000111111111100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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