#48474F

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

Shades of Gun Powder #48474F

Tints of Gun Powder #48474F

Color information

#48474F (or 0x48474F) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 4F. RGB value is (72,71,79). Sum of RGB (Red+Green+Blue) = 72+71+79=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: blue. Hex color #48474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48474F is #B7B8B0. Grayscale: #484848. Windows color (decimal): -12040369 or 5195592. OLE color: 5195592.

HSL color Cylindrical-coordinate representation of color #48474F: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48474F is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB727179-
CMYK0.090.1000.69
HSL247.5º5.33%29.41%-
HSV(B)247.5º10.13%30.98%-
XYZ6.346.458.31-
YUV72.21131.83127.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=32.43%
G=31.98%
B=35.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7271790.090.1000.69247.55.3329.41
Hex48474F9A045f851d
Octal11010711711120105370535
Binary10010001000111100111110011010010001011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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