#484958

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

Shades of Gun Powder #484958

Tints of Gun Powder #484958

Color information

#484958 (or 0x484958) is unknown color: approx Gun Powder. HEX triplet: 48, 49 and 58. RGB value is (72,73,88). Sum of RGB (Red+Green+Blue) = 72+73+88=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #484958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484958 is #B7B6A7. Grayscale: #4A4A4A. Windows color (decimal): -12039848 or 5785928. OLE color: 5785928.

HSL color Cylindrical-coordinate representation of color #484958: hue angle of 236.25º 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 #484958 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB727388-
CMYK0.180.1700.65
HSL236.25º10%31.37%-
HSV(B)236.25º18.18%34.51%-
XYZ6.826.8510.19-
YUV74.41135.67126.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=30.90%
G=31.33%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7273880.180.1700.65236.251031.37
Hex4849581211041eca1f
Octal110111130222101013541237
Binary10010001001001101100010010100010100000111101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484958; }

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

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

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

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

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

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

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

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