Han Blue (#446CCF)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 4.89:1 — vs black: 4.29:1

Color values

  • HEX #446CCF
  • RGB rgb(68, 108, 207)
  • HSL hsl(222, 67%, 81%)
  • CMYK cmyk( 67.15, 47.83, 0, 18.82 )
  • Websafe #3366CC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #446CCF based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Han Blue
#446CCF Base
#CFA744
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Han Blue
#446CCF Base
#44B2CF
#6244CF
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Han Blue
#446CCF Base
#CF446C
#6CCF44
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Han Blue
#446CCF Base
#CF6244
#B2CF44
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Han Blue
#446CCF Base
#CF44B2
#CFA744
#44CF62
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Han Blue
#446CCF Base
#192E61
#294A9E
#3058BA
#6486D7
#819CDF
#BECCEE
Shades & Tints

Darker shades and lighter tints of Han Blue, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#050A14
#0F1C3C
#1A2F64
#24428B
#2E54B3
Han Blue #446CCF Base
#6586D8
#87A0E0
#A8BBE9
#C9D5F1
#EBEFFA
CSS & SCSS Snippets

Ready-to-use code snippets for #446CCF. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #446CCF;
}

/* Text */
.element {
    color: #446CCF;
}

/* Border */
.element {
    border: 1px solid #446CCF;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #446CCF,
        #EFDDAF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #446CCF,
        #EFDDAF
    );
}
SCSS Variable
// SCSS variable
$han-blue: #446CCF;

// With RGB channels (useful for rgba() usage)
$han-blue-r: 68;
$han-blue-g: 108;
$han-blue-b: 207;

// Usage
.element {
    background-color: $han-blue;
    color: rgba($han-blue-r, $han-blue-g, $han-blue-b, 0.8);
}
Color Blindness Simulation

How Han Blue appears to people with different types of color vision deficiency.

Normal Vision #446CCF How the color appears with full color vision.
Deuteranopia #6262CF Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #6969CF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #007E7E Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #717171 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Han Blue ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Han Blue #446CCF Base
Royal Blue #4169E1 ΔE 2.49
Blue Yonder #5072A7 ΔE 4.99
Ultramarine Blue #4166F5 ΔE 5.24
Brandeis Blue #0070FF ΔE 5.64

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.