#48425A

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

Shades of Gun Powder #48425A

Tints of Gun Powder #48425A

Color information

#48425A (or 0x48425A) is unknown color: approx Gun Powder. HEX triplet: 48, 42 and 5A. RGB value is (72,66,90). Sum of RGB (Red+Green+Blue) = 72+66+90=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #48425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48425A is #B7BDA5. Grayscale: #464646. Windows color (decimal): -12041638 or 5915208. OLE color: 5915208.

HSL color Cylindrical-coordinate representation of color #48425A: hue angle of 255º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48425A is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726690-
CMYK0.200.2700.65
HSL255º15.38%30.59%-
HSV(B)255º26.67%35.29%-
XYZ6.476.0110.49-
YUV70.53138.99129.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=31.58%
G=28.95%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7266900.200.2700.6525515.3830.59
Hex48425A141B041fff1f
Octal110102132243301013771737
Binary10010001000010101101010100110110100000111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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