Let $A$ be a $n\times n$ complex matrix. Define the numerical norm of $A$ as $$w(A)=\sup\{|x^*Ax|;\|x\|_2=1\}, \|x\|_2^2=\sum_{i=1}^n|x_i|^2.$$ And the spectral norm of $A$ is $$\|A\|_\infty =\sup_{\|x\|_2=1}\|Ax\|_2.$$ Then we have $$\frac12\|A\|_\infty \leq w(A)\leq \|A\|_\infty.$$
I do know how to prove $w(A)\leq \|A\|_\infty$, which is easy. However, I could not prove the left inequality, in particular, the factor $1/2$ is hard to think...
Notice that the matrix need not to be symmetric.