COLOR #414E8D

HEX: #414E8D
RGB: (65,78,141)

Color info

#414E8D contains mainly blue color. Web safe color of #414E8D is #336699 (or #369).

RGB color model

#414E8D color RGB value is (65,78,141).

  • red value is 65;
  • green value is 78;
  • blue value is 141.
RGB:
(65,78,141)
(25%,31%,55%)

RGB channels and saturation

R 65 of 255 = 25%
G 78 of 255 = 31%
B 141 of 255 = 55%

65
78
141

R + G + B ~ 37%. #414E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 78 + 141 = 284 (100%)
R 65 of 284 ~ 22.89%
G 78 of 284 ~ 27.46%
B 141 of 284 ~ 49.65%

%22.89
%27.46
%49.65

CMYK color model

#414E8D color CMYK value is (54,45,0,45).

  • cyan value is 53.90%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(54,45,0,45)
C54M45Y0K45 
(54%,45%,0%,45%)
(0.54/0.45/0.00/0.45)	

CMYK percentages

%53.9
%44.68
%0
%44.71

Codes

Color #414E8D in popluar color models

414E8D
RGB6578141
HSL230°36.89%40.39%
HSB/HSV230°53.90%55.29%
CMYK53.90%44.68%0.00%
44.71%

Color #414E8D in popluar number systems.

HEX414E8D
Decimal6578141
Binary1000001100111010001101
Octal101116215

Shades and tints

Shades of #414E8D

#414E8D
(65,78,141)
#3C4781
(60,71,129)
#374075
(55,64,117)
#323969
(50,57,105)
#2D325D
(45,50,93)
#282B51
(40,43,81)
#232445
(35,36,69)
#1E1D39
(30,29,57)
#19162D
(25,22,45)
#140F21
(20,15,33)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #414E8D

#414E8D
(65,78,141)
#525E97
(82,94,151)
#636EA1
(99,110,161)
#747EAB
(116,126,171)
#858EB5
(133,142,181)
#969EBF
(150,158,191)
#A7AEC9
(167,174,201)
#B8BED3
(184,190,211)
#C9CEDD
(201,206,221)
#DADEE7
(218,222,231)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414E8D color. Also use rgb(65,78,141) instead hex code.

Text Font Color

.myTextColor { color: #414E8D; }

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

This text font color is #414E8D.


Background Color

.myBgColor { background-color: #414E8D; }

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

This div background color is #414E8D.


Border color

.myBorderColor { border: 1px solid #414E8D; }

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

This div border color is #414E8D.


Opacity

.myOpacity80 { color: #414E8D; opacity: 0.8; }

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

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

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

This text has shadow with #414E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414E8D on black background.


Color preview on white background

This text has color #414E8D on white background.



Black color preview on #414E8D background

This text has black color on #414E8D background.


White color preview on #414E8D background

This text has white color on #414E8D background.