Is it possible to create Ionic 3 project with Ionic 4 CLI?

Yes, it is possible with:
ionic start myApp blank --type=ionic-angular
see https://ionicframework.com/docs/cli/commands/start

I suggest you always use the newest version of the ionic CLI.