COLOR #404D88

HEX: #404D88
RGB: (64,77,136)

Color info

#404D88 contains mainly green and blue colors. Web safe color of #404D88 is #333399 (or #339).

RGB color model

#404D88 color RGB value is (64,77,136).

  • red value is 64;
  • green value is 77;
  • blue value is 136.
RGB:
(64,77,136)
(25%,30%,53%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 136 of 255 = 53%

64
77
136

R + G + B ~ 36%. #404D88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 77 + 136 = 277 (100%)
R 64 of 277 ~ 23.1%
G 77 of 277 ~ 27.8%
B 136 of 277 ~ 49.1%

%23.1
%27.8
%49.1

CMYK color model

#404D88 color CMYK value is (53,43,0,47).

  • cyan value is 52.94%
  • magenta value is 43.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(53,43,0,47)
C53M43Y0K47 
(53%,43%,0%,47%)
(0.53/0.43/0.00/0.47)	

CMYK percentages

%52.94
%43.38
%0
%46.67

Codes

Color #404D88 in popluar color models

404D88
RGB6477136
HSL229°36.00%39.22%
HSB/HSV229°52.94%53.33%
CMYK52.94%43.38%0.00%
46.67%

Color #404D88 in popluar number systems.

HEX404D88
Decimal6477136
Binary1000000100110110001000
Octal100115210

Shades and tints

Shades of #404D88

#404D88
(64,77,136)
#3B467C
(59,70,124)
#363F70
(54,63,112)
#313864
(49,56,100)
#2C3158
(44,49,88)
#272A4C
(39,42,76)
#222340
(34,35,64)
#1D1C34
(29,28,52)
#181528
(24,21,40)
#130E1C
(19,14,28)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #404D88

#404D88
(64,77,136)
#515D92
(81,93,146)
#626D9C
(98,109,156)
#737DA6
(115,125,166)
#848DB0
(132,141,176)
#959DBA
(149,157,186)
#A6ADC4
(166,173,196)
#B7BDCE
(183,189,206)
#C8CDD8
(200,205,216)
#D9DDE2
(217,221,226)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404D88 color. Also use rgb(64,77,136) instead hex code.

Text Font Color

.myTextColor { color: #404D88; }

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

This text font color is #404D88.


Background Color

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

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

This div background color is #404D88.


Border color

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

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

This div border color is #404D88.


Opacity

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

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

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

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

This text has shadow with #404D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404D88 on black background.


Color preview on white background

This text has color #404D88 on white background.



Black color preview on #404D88 background

This text has black color on #404D88 background.


White color preview on #404D88 background

This text has white color on #404D88 background.