#48445F

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

Shades of Gun Powder #48445F

Tints of Gun Powder #48445F

Color information

#48445F (or 0x48445F) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 5F. RGB value is (72,68,95). Sum of RGB (Red+Green+Blue) = 72+68+95=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #48445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48445F is #B7BBA0. Grayscale: #484848. Windows color (decimal): -12041121 or 6243400. OLE color: 6243400.

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

Color convert

RGB726895-
CMYK0.240.2800.63
HSL248.89º16.56%31.96%-
HSV(B)248.89º28.42%37.25%-
XYZ6.816.3411.69-
YUV72.27140.83127.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=30.64%
G=28.94%
B=40.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7268950.240.2800.63248.8916.5631.96
Hex48445F181C03Ff91120
Octal11010413730340773712140
Binary100100010001001011111110001110001111111111100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,68,95); }

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

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

 a { background-color: rgb(72,68,95); }

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

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

 span { border-color: rgb(72,68,95); }

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