#474858

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

Shades of Gun Powder #474858

Tints of Gun Powder #474858

Color information

#474858 (or 0x474858) is unknown color: approx Gun Powder. HEX triplet: 47, 48 and 58. RGB value is (71,72,88). Sum of RGB (Red+Green+Blue) = 71+72+88=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #474858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474858 is #B8B7A7. Grayscale: #494949. Windows color (decimal): -12105640 or 5785671. OLE color: 5785671.

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

Color convert

RGB717288-
CMYK0.190.1800.65
HSL236.47º10.69%31.18%-
HSV(B)236.47º19.32%34.51%-
XYZ6.686.6810.17-
YUV73.52136.17126.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=30.74%
G=31.17%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7172880.190.1800.65236.4710.6931.18
Hex4748581312041ecb1f
Octal107110130232201013541337
Binary10001111001000101100010011100100100000111101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474858; }

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

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

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

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

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

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

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

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