#48465B

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

Shades of Gun Powder #48465B

Tints of Gun Powder #48465B

Color information

#48465B (or 0x48465B) is unknown color: approx Gun Powder. HEX triplet: 48, 46 and 5B. RGB value is (72,70,91). Sum of RGB (Red+Green+Blue) = 72+70+91=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #48465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48465B is #B7B9A4. Grayscale: #484848. Windows color (decimal): -12040613 or 5981768. OLE color: 5981768.

HSL color Cylindrical-coordinate representation of color #48465B: hue angle of 245.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48465B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB727091-
CMYK0.210.2300.64
HSL245.71º13.04%31.57%-
HSV(B)245.71º23.08%35.69%-
XYZ6.756.5110.8-
YUV72.99138.16127.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=30.90%
G=30.04%
B=39.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7270910.210.2300.64245.7113.0431.57
Hex48465B1517040f6d20
Octal110106133252701003661540
Binary100100010001101011011101011011101000000111101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48465B; }

 p { color: rgb(72,70,91); }

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

<style>
 a { background-color: #48465B; }

 a { background-color: rgb(72,70,91); }

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

<style>
 span { border-color: #48465B; }

 span { border-color: rgb(72,70,91); }

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