COLOR #409AB8

HEX: #409AB8
RGB: (64,154,184)

Color info

#409AB8 contains mainly green and blue colors. Web safe color of #409AB8 is #3399CC (or #39C).

RGB color model

#409AB8 color RGB value is (64,154,184).

  • red value is 64;
  • green value is 154;
  • blue value is 184.
RGB:
(64,154,184)
(25%,60%,72%)

RGB channels and saturation

R 64 of 255 = 25%
G 154 of 255 = 60%
B 184 of 255 = 72%

64
154
184

R + G + B ~ 52%. #409AB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 154 + 184 = 402 (100%)
R 64 of 402 ~ 15.92%
G 154 of 402 ~ 38.31%
B 184 of 402 ~ 45.77%

%15.92
%38.31
%45.77

CMYK color model

#409AB8 color CMYK value is (65,16,0,28).

  • cyan value is 65.22%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(65,16,0,28)
C65M16Y0K28 
(65%,16%,0%,28%)
(0.65/0.16/0.00/0.28)	

CMYK percentages

%65.22
%16.3
%0
%27.84

Codes

Color #409AB8 in popluar color models

409AB8
RGB64154184
HSL195°48.39%48.63%
HSB/HSV195°65.22%72.16%
CMYK65.22%16.30%0.00%
27.84%

Color #409AB8 in popluar number systems.

HEX409AB8
Decimal64154184
Binary10000001001101010111000
Octal100232270

Shades and tints

Shades of #409AB8

#409AB8
(64,154,184)
#3B8CA8
(59,140,168)
#367E98
(54,126,152)
#317088
(49,112,136)
#2C6278
(44,98,120)
#275468
(39,84,104)
#224658
(34,70,88)
#1D3848
(29,56,72)
#182A38
(24,42,56)
#131C28
(19,28,40)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #409AB8

#409AB8
(64,154,184)
#51A3BE
(81,163,190)
#62ACC4
(98,172,196)
#73B5CA
(115,181,202)
#84BED0
(132,190,208)
#95C7D6
(149,199,214)
#A6D0DC
(166,208,220)
#B7D9E2
(183,217,226)
#C8E2E8
(200,226,232)
#D9EBEE
(217,235,238)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409AB8 color. Also use rgb(64,154,184) instead hex code.

Text Font Color

.myTextColor { color: #409AB8; }

<p style="color:#409AB8">This sample text font color is #409AB8.</p>

This text font color is #409AB8.


Background Color

.myBgColor { background-color: #409AB8; }

<div style="background-color:#409AB8">Inner text</div>

This div background color is #409AB8.


Border color

.myBorderColor { border: 1px solid #409AB8; }

<div style="border:3px solid #409AB8">Div</div>

This div border color is #409AB8.


Opacity

.myOpacity80 { color: #409AB8; opacity: 0.8; }

<p style="color:#409AB8;opacity:0.8;">80%</p>

Text with #409AB8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #409AB8;}

<p style="text-shadow: 3px 3px 1px #409AB8">Text here.</p>

This text has shadow with #409AB8 color.

.textShadow {text-shadow: 3px 3px 1px #409AB8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #409AB8, 5px 5px 20px red">Text here.</p>

This text has shadow with #409AB8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#409AB8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#409AB8, Direction=45, Strength=4)">Text</p>

This text has shadow with #409AB8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #409AB8;
  -webkit-box-shadow:	1px 1px 3px 2px #409AB8;
  box-shadow:		1px 1px 3px 2px #409AB8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #409AB8;
-webkit-box-shadow: 1px 1px 3px 2px #409AB8;
box-shadow:1px 1px 3px 2px #409AB8;">
Div content here</div>
This div box has shadow with color #409AB8.

Preview

Color preview on black background

This text has color #409AB8 on black background.


Color preview on white background

This text has color #409AB8 on white background.



Black color preview on #409AB8 background

This text has black color on #409AB8 background.


White color preview on #409AB8 background

This text has white color on #409AB8 background.