COLOR #404781

HEX: #404781
RGB: (64,71,129)

Color info

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

RGB color model

#404781 color RGB value is (64,71,129).

  • red value is 64;
  • green value is 71;
  • blue value is 129.
RGB:
(64,71,129)
(25%,28%,51%)

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 129 of 255 = 51%

64
71
129

R + G + B ~ 35%. #404781 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 129 = 264 (100%)
R 64 of 264 ~ 24.24%
G 71 of 264 ~ 26.89%
B 129 of 264 ~ 48.86%

%24.24
%26.89
%48.86

CMYK color model

#404781 color CMYK value is (50,45,0,49).

  • cyan value is 50.39%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(50,45,0,49)
C50M45Y0K49 
(50%,45%,0%,49%)
(0.50/0.45/0.00/0.49)	

CMYK percentages

%50.39
%44.96
%0
%49.41

Codes

Color #404781 in popluar color models

404781
RGB6471129
HSL234°33.68%37.84%
HSB/HSV234°50.39%50.59%
CMYK50.39%44.96%0.00%
49.41%

Color #404781 in popluar number systems.

HEX404781
Decimal6471129
Binary1000000100011110000001
Octal100107201

Shades and tints

Shades of #404781

#404781
(64,71,129)
#3B4176
(59,65,118)
#363B6B
(54,59,107)
#313560
(49,53,96)
#2C2F55
(44,47,85)
#27294A
(39,41,74)
#22233F
(34,35,63)
#1D1D34
(29,29,52)
#181729
(24,23,41)
#13111E
(19,17,30)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #404781

#404781
(64,71,129)
#51578C
(81,87,140)
#626797
(98,103,151)
#7377A2
(115,119,162)
#8487AD
(132,135,173)
#9597B8
(149,151,184)
#A6A7C3
(166,167,195)
#B7B7CE
(183,183,206)
#C8C7D9
(200,199,217)
#D9D7E4
(217,215,228)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404781 color. Also use rgb(64,71,129) instead hex code.

Text Font Color

.myTextColor { color: #404781; }

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

This text font color is #404781.


Background Color

.myBgColor { background-color: #404781; }

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

This div background color is #404781.


Border color

.myBorderColor { border: 1px solid #404781; }

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

This div border color is #404781.


Opacity

.myOpacity80 { color: #404781; opacity: 0.8; }

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

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

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

This text has shadow with #404781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404781 on black background.


Color preview on white background

This text has color #404781 on white background.



Black color preview on #404781 background

This text has black color on #404781 background.


White color preview on #404781 background

This text has white color on #404781 background.