CSS Color Background

Blueberry

Pure CSS color background: #464196. Use this solid color for personal and commercial creative projects.

Preview

Blueberry solid color background preview (#464196)

Color value: #464196

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #464196; }

HTML Code

<section class="hero blueberry-bg"> <h2>Your content</h2> </section> <style> .blueberry-bg { background-color: #464196; } </style>