#474658

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

Shades of Gun Powder #474658

Tints of Gun Powder #474658

Color information

#474658 (or 0x474658) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 58. RGB value is (71,70,88). Sum of RGB (Red+Green+Blue) = 71+70+88=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #474658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474658 is #B8B9A7. Grayscale: #484848. Windows color (decimal): -12106152 or 5785159. OLE color: 5785159.

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

Color convert

RGB717088-
CMYK0.190.2000.65
HSL243.33º11.39%30.98%-
HSV(B)243.33º20.45%34.51%-
XYZ6.556.4210.13-
YUV72.35136.83127.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=31.00%
G=30.57%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7170880.190.2000.65243.3311.3930.98
Hex4746581314041f3b1f
Octal107106130232401013631337
Binary10001111000110101100010011101000100000111110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474658; }

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

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

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

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

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

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

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

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