#484856

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

Shades of Gun Powder #484856

Tints of Gun Powder #484856

Color information

#484856 (or 0x484856) is unknown color: approx Gun Powder. HEX triplet: 48, 48 and 56. RGB value is (72,72,86). Sum of RGB (Red+Green+Blue) = 72+72+86=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #484856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484856 is #B7B7A9. Grayscale: #494949. Windows color (decimal): -12040106 or 5654600. OLE color: 5654600.

HSL color Cylindrical-coordinate representation of color #484856: hue angle of 240º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484856 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB727286-
CMYK0.160.1600.66
HSL240º8.86%30.98%-
HSV(B)240º16.28%33.73%-
XYZ6.676.689.74-
YUV73.6135126.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=31.30%
G=31.30%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7272860.160.1600.662408.8630.98
Hex4848561010042f091f
Octal110110126202001023601137
Binary10010001001000101011010000100000100001011110000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484856; }

 p { color: rgb(72,72,86); }

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

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

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

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

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

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

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