If a Telivision web-sit has three pages similar with same content and same image, only change in the color of that image. How can i redirect that page? What will be the steps for that re-direction?
Use 301 redirect using .htaccess file. Follow this article for permanent redirection. http://www.website-development-training.com/301/
If you want to leave all 3 pages up then just add a rel canonical tag on each page pointing to the page you want the search engines to credit. This way you can leave all 3 pages live without any duplicate content issues. Of course if you only want 1 of the pages visible then 301 redirects are your best option. http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html