#48474D

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

Shades of Gun Powder #48474D

Tints of Gun Powder #48474D

Color information

#48474D (or 0x48474D) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 4D. RGB value is (72,71,77). Sum of RGB (Red+Green+Blue) = 72+71+77=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #48474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48474D is #B7B8B2. Grayscale: #474747. Windows color (decimal): -12040371 or 5064520. OLE color: 5064520.

HSL color Cylindrical-coordinate representation of color #48474D: hue angle of 250º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48474D is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB727177-
CMYK0.060.0800.70
HSL250º4.05%29.02%-
HSV(B)250º7.79%30.2%-
XYZ6.276.427.93-
YUV71.98130.83128.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 77 (30.47% from 255) = 35%
R=32.73%
G=32.27%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7271770.060.0800.702504.0529.02
Hex48474D68046fa41d
Octal1101071156100106372435
Binary1001000100011110011011101000010001101111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48474D; }

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

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

<style>
 a { background-color: #48474D; }

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

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

<style>
 span { border-color: #48474D; }

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

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