#48425D

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

Shades of Gun Powder #48425D

Tints of Gun Powder #48425D

Color information

#48425D (or 0x48425D) is unknown color: approx Gun Powder. HEX triplet: 48, 42 and 5D. RGB value is (72,66,93). Sum of RGB (Red+Green+Blue) = 72+66+93=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #48425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48425D is #B7BDA2. Grayscale: #464646. Windows color (decimal): -12041635 or 6111816. OLE color: 6111816.

HSL color Cylindrical-coordinate representation of color #48425D: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48425D is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB726693-
CMYK0.230.2900.64
HSL253.33º16.98%31.18%-
HSV(B)253.33º29.03%36.47%-
XYZ6.66.0611.18-
YUV70.87140.49128.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=31.17%
G=28.57%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7266930.230.2900.64253.3316.9831.18
Hex48425D171D040fd111f
Octal110102135273501003752137
Binary100100010000101011101101111110101000000111111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48425D; }

 p { color: rgb(72,66,93); }

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

<style>
 a { background-color: #48425D; }

 a { background-color: rgb(72,66,93); }

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

<style>
 span { border-color: #48425D; }

 span { border-color: rgb(72,66,93); }

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