#48455C

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

Shades of Gun Powder #48455C

Tints of Gun Powder #48455C

Color information

#48455C (or 0x48455C) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 5C. RGB value is (72,69,92). Sum of RGB (Red+Green+Blue) = 72+69+92=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #48455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48455C is #B7BAA3. Grayscale: #484848. Windows color (decimal): -12040868 or 6047048. OLE color: 6047048.

HSL color Cylindrical-coordinate representation of color #48455C: hue angle of 247.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48455C is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB726992-
CMYK0.220.2500.64
HSL247.83º14.29%31.57%-
HSV(B)247.83º25%36.08%-
XYZ6.736.4111.01-
YUV72.52138.99127.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=30.90%
G=29.61%
B=39.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7269920.220.2500.64247.8314.2931.57
Hex48455C1619040f8e20
Octal110105134263101003701640
Binary100100010001011011100101101100101000000111110001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48455C; }

 p { color: rgb(72,69,92); }

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

<style>
 a { background-color: #48455C; }

 a { background-color: rgb(72,69,92); }

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

<style>
 span { border-color: #48455C; }

 span { border-color: rgb(72,69,92); }

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