Color #469BB9

HEX

#469BB9

RGB

(70, 155, 185)

Quick Actions

Color Values

Color Space Values
RGB
R: 70, G: 155, B: 185 (27%, 61%, 73%)
CMYK C: 62%, M: 16%, Y: 0%, K: 27%
HSL H: 196°, S: 45%, L: 50%
HSV H: 196°, S: 62%, V: 73%
CIE-LAB L: 60.11, a: -16.5, b: -23.21
CIE-LCH L: 60.11, C: 28.48, H: 234.59
Hunter-Lab L: 53.15, a: -17.29, b: -28.83
Web Safe
#3399cc
Complementary
#b96446

#469BB9 is a color with RGB values of 70 red, 155 green, and 185 blue (27%, 61%, 73% respectively). In the CMYK color space, it consists of 62% cyan, 16% magenta, 0% yellow, and 27% black. The color has a hue angle of 196°, 45% saturation, and 50% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #3399cc. The complementary color is #b96446, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #469BB9

Explore different variations of #469BB9 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #469BB9. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #469BB9

Explore different color combinations and harmonies that work well with #469BB9.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #469BB9

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #469BB9

Text with #469BB9

This text has a font color of #469BB9.

<span style="color:#469BB9;">Text here</span>
.text { color: #469BB9; }

#469BB9 background color

This paragraph has a background color of #469BB9.

<p style="background-color:#469BB9;">Content here</p>
.background { background-color: #469BB9; }

#469BB9 border color

This element has a border color of #469BB9.
<div style="border:1px solid #469BB9;">Content here</div>
.border { border: 1px solid #469BB9; }

#469BB9 box shadow

This element has a box shadow using #469BB9.
<div style="box-shadow: 0 4px 6px -1px #469BB980">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #469BB980; }
Copied to clipboard!