COLOR #406DEA

HEX: #406DEA
RGB: (64,109,234)

Color info

#406DEA contains mainly blue color. Web safe color of #406DEA is #3366FF (or #36F).

RGB color model

#406DEA color RGB value is (64,109,234).

  • red value is 64;
  • green value is 109;
  • blue value is 234.
RGB:
(64,109,234)
(25%,43%,92%)

RGB channels and saturation

R 64 of 255 = 25%
G 109 of 255 = 43%
B 234 of 255 = 92%

64
109
234

R + G + B ~ 53%. #406DEA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 109 + 234 = 407 (100%)
R 64 of 407 ~ 15.72%
G 109 of 407 ~ 26.78%
B 234 of 407 ~ 57.49%

%15.72
%26.78
%57.49

CMYK color model

#406DEA color CMYK value is (73,53,0,8).

  • cyan value is 72.65%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(73,53,0,8)
C73M53Y0K8 
(73%,53%,0%,8%)
(0.73/0.53/0.00/0.08)	

CMYK percentages

%72.65
%53.42
%0
%8.24

Codes

Color #406DEA in popluar color models

406DEA
RGB64109234
HSL224°80.19%58.43%
HSB/HSV224°72.65%91.76%
CMYK72.65%53.42%0.00%
8.24%

Color #406DEA in popluar number systems.

HEX406DEA
Decimal64109234
Binary1000000110110111101010
Octal100155352

Shades and tints

Shades of #406DEA

#406DEA
(64,109,234)
#3B64D5
(59,100,213)
#365BC0
(54,91,192)
#3152AB
(49,82,171)
#2C4996
(44,73,150)
#274081
(39,64,129)
#22376C
(34,55,108)
#1D2E57
(29,46,87)
#182542
(24,37,66)
#131C2D
(19,28,45)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #406DEA

#406DEA
(64,109,234)
#517AEB
(81,122,235)
#6287EC
(98,135,236)
#7394ED
(115,148,237)
#84A1EE
(132,161,238)
#95AEEF
(149,174,239)
#A6BBF0
(166,187,240)
#B7C8F1
(183,200,241)
#C8D5F2
(200,213,242)
#D9E2F3
(217,226,243)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406DEA color. Also use rgb(64,109,234) instead hex code.

Text Font Color

.myTextColor { color: #406DEA; }

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

This text font color is #406DEA.


Background Color

.myBgColor { background-color: #406DEA; }

<div style="background-color:#406DEA">Inner text</div>

This div background color is #406DEA.


Border color

.myBorderColor { border: 1px solid #406DEA; }

<div style="border:3px solid #406DEA">Div</div>

This div border color is #406DEA.


Opacity

.myOpacity80 { color: #406DEA; opacity: 0.8; }

<p style="color:#406DEA;opacity:0.8;">80%</p>

Text with #406DEA 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 #406DEA;}

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

This text has shadow with #406DEA color.

.textShadow {text-shadow: 3px 3px 1px #406DEA, 3px 3px 1px red;}

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

This text has shadow with #406DEA primary color and red secondary color.


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

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

This text has shadow with #406DEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406DEA on black background.


Color preview on white background

This text has color #406DEA on white background.



Black color preview on #406DEA background

This text has black color on #406DEA background.


White color preview on #406DEA background

This text has white color on #406DEA background.