#48474E

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

Shades of Gun Powder #48474E

Tints of Gun Powder #48474E

Color information

#48474E (or 0x48474E) is unknown color: approx Gun Powder. HEX triplet: 48, 47 and 4E. RGB value is (72,71,78). Sum of RGB (Red+Green+Blue) = 72+71+78=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #48474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48474E is #B7B8B1. Grayscale: #484848. Windows color (decimal): -12040370 or 5130056. OLE color: 5130056.

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

Color convert

RGB727178-
CMYK0.080.0900.69
HSL248.57º4.7%29.22%-
HSV(B)248.57º8.97%30.59%-
XYZ6.36.438.12-
YUV72.1131.33127.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=32.58%
G=32.13%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7271780.080.0900.69248.574.729.22
Hex48474E89045f951d
Octal11010711610110105371535
Binary10010001000111100111010001001010001011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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