#48445A

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

Shades of Gun Powder #48445A

Tints of Gun Powder #48445A

Color information

#48445A (or 0x48445A) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 5A. RGB value is (72,68,90). Sum of RGB (Red+Green+Blue) = 72+68+90=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #48445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48445A is #B7BBA5. Grayscale: #474747. Windows color (decimal): -12041126 or 5915720. OLE color: 5915720.

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

Color convert

RGB726890-
CMYK0.200.2400.65
HSL250.91º13.92%30.98%-
HSV(B)250.91º24.44%35.29%-
XYZ6.596.2510.53-
YUV71.7138.33128.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=31.30%
G=29.57%
B=39.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7268900.200.2400.65250.9113.9230.98
Hex48445A1418041fbe1f
Octal110104132243001013731637
Binary10010001000100101101010100110000100000111111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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