COLOR #404BDD

HEX: #404BDD
RGB: (64,75,221)

Color info

#404BDD contains mainly blue color. Web safe color of #404BDD is #3333CC (or #33C).

RGB color model

#404BDD color RGB value is (64,75,221).

  • red value is 64;
  • green value is 75;
  • blue value is 221.
RGB:
(64,75,221)
(25%,29%,87%)

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 221 of 255 = 87%

64
75
221

R + G + B ~ 47%. #404BDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 221 = 360 (100%)
R 64 of 360 ~ 17.78%
G 75 of 360 ~ 20.83%
B 221 of 360 ~ 61.39%

%17.78
%20.83
%61.39

CMYK color model

#404BDD color CMYK value is (71,66,0,13).

  • cyan value is 71.04%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(71,66,0,13)
C71M66Y0K13 
(71%,66%,0%,13%)
(0.71/0.66/0.00/0.13)	

CMYK percentages

%71.04
%66.06
%0
%13.33

Codes

Color #404BDD in popluar color models

404BDD
RGB6475221
HSL236°69.78%55.88%
HSB/HSV236°71.04%86.67%
CMYK71.04%66.06%0.00%
13.33%

Color #404BDD in popluar number systems.

HEX404BDD
Decimal6475221
Binary1000000100101111011101
Octal100113335

Shades and tints

Shades of #404BDD

#404BDD
(64,75,221)
#3B45C9
(59,69,201)
#363FB5
(54,63,181)
#3139A1
(49,57,161)
#2C338D
(44,51,141)
#272D79
(39,45,121)
#222765
(34,39,101)
#1D2151
(29,33,81)
#181B3D
(24,27,61)
#131529
(19,21,41)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #404BDD

#404BDD
(64,75,221)
#515BE0
(81,91,224)
#626BE3
(98,107,227)
#737BE6
(115,123,230)
#848BE9
(132,139,233)
#959BEC
(149,155,236)
#A6ABEF
(166,171,239)
#B7BBF2
(183,187,242)
#C8CBF5
(200,203,245)
#D9DBF8
(217,219,248)
#EAEBFB
(234,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404BDD color. Also use rgb(64,75,221) instead hex code.

Text Font Color

.myTextColor { color: #404BDD; }

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

This text font color is #404BDD.


Background Color

.myBgColor { background-color: #404BDD; }

<div style="background-color:#404BDD">Inner text</div>

This div background color is #404BDD.


Border color

.myBorderColor { border: 1px solid #404BDD; }

<div style="border:3px solid #404BDD">Div</div>

This div border color is #404BDD.


Opacity

.myOpacity80 { color: #404BDD; opacity: 0.8; }

<p style="color:#404BDD;opacity:0.8;">80%</p>

Text with #404BDD 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 #404BDD;}

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

This text has shadow with #404BDD color.

.textShadow {text-shadow: 3px 3px 1px #404BDD, 3px 3px 1px red;}

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

This text has shadow with #404BDD primary color and red secondary color.


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

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

This text has shadow with #404BDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404BDD on black background.


Color preview on white background

This text has color #404BDD on white background.



Black color preview on #404BDD background

This text has black color on #404BDD background.


White color preview on #404BDD background

This text has white color on #404BDD background.