#484361

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

Shades of Gun Powder #484361

Tints of Gun Powder #484361

Color information

#484361 (or 0x484361) is unknown color: approx Gun Powder. HEX triplet: 48, 43 and 61. RGB value is (72,67,97). Sum of RGB (Red+Green+Blue) = 72+67+97=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #484361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484361 is #B7BC9E. Grayscale: #474747. Windows color (decimal): -12041375 or 6374216. OLE color: 6374216.

HSL color Cylindrical-coordinate representation of color #484361: hue angle of 250º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484361 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB726797-
CMYK0.260.3100.62
HSL250º18.29%32.16%-
HSV(B)250º30.93%38.04%-
XYZ6.846.2612.16-
YUV71.91142.16128.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=30.51%
G=28.39%
B=41.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7267970.260.3100.6225018.2932.16
Hex4843611A1F03Efa1220
Octal11010314132370763722240
Binary100100010000111100001110101111101111101111101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484361; }

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

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

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

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

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

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

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

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