#484858

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

Shades of Gun Powder #484858

Tints of Gun Powder #484858

Color information

#484858 (or 0x484858) is unknown color: approx Gun Powder. HEX triplet: 48, 48 and 58. RGB value is (72,72,88). Sum of RGB (Red+Green+Blue) = 72+72+88=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #484858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484858 is #B7B7A7. Grayscale: #494949. Windows color (decimal): -12040104 or 5785672. OLE color: 5785672.

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

Color convert

RGB727288-
CMYK0.180.1800.65
HSL240º10%31.37%-
HSV(B)240º18.18%34.51%-
XYZ6.756.7210.17-
YUV73.82136126.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=31.03%
G=31.03%
B=37.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7272880.180.1800.652401031.37
Hex4848581212041f0a1f
Octal110110130222201013601237
Binary10010001001000101100010010100100100000111110000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484858; }

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

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

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

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

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

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

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

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