#48435B

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

Shades of Gun Powder #48435B

Tints of Gun Powder #48435B

Color information

#48435B (or 0x48435B) is unknown color: approx Gun Powder. HEX triplet: 48, 43 and 5B. RGB value is (72,67,91). Sum of RGB (Red+Green+Blue) = 72+67+91=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #48435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48435B is #B7BCA4. Grayscale: #474747. Windows color (decimal): -12041381 or 5981000. OLE color: 5981000.

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

Color convert

RGB726791-
CMYK0.210.2600.64
HSL252.5º15.19%30.98%-
HSV(B)252.5º26.37%35.69%-
XYZ6.576.1510.74-
YUV71.23139.16128.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=31.30%
G=29.13%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7267910.210.2600.64252.515.1930.98
Hex48435B151A040fcf1f
Octal110103133253201003741737
Binary10010001000011101101110101110100100000011111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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