#474958

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

Shades of Gun Powder #474958

Tints of Gun Powder #474958

Color information

#474958 (or 0x474958) is unknown color: approx Gun Powder. HEX triplet: 47, 49 and 58. RGB value is (71,73,88). Sum of RGB (Red+Green+Blue) = 71+73+88=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 73 (28.91% from 255 or 31.47% 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 #474958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474958 is #B8B6A7. Grayscale: #4A4A4A. Windows color (decimal): -12105384 or 5785927. OLE color: 5785927.

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

Color convert

RGB717388-
CMYK0.190.1700.65
HSL232.94º10.69%31.18%-
HSV(B)232.94º19.32%34.51%-
XYZ6.746.8110.19-
YUV74.11135.84125.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=30.60%
G=31.47%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7173880.190.1700.65232.9410.6931.18
Hex4749581311041e9b1f
Octal107111130232101013511337
Binary10001111001001101100010011100010100000111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474958; }

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

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

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

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

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

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

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

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