Try to run the below query to get the result, it works for me
select * from blogs where colour LIKE '%3%' AND colour LIKE '%4%';
enter image description here