COLOR #414D89

HEX: #414D89
RGB: (65,77,137)

Color info

#414D89 contains mainly blue color. Web safe color of #414D89 is #333399 (or #339).

RGB color model

#414D89 color RGB value is (65,77,137).

  • red value is 65;
  • green value is 77;
  • blue value is 137.
RGB:
(65,77,137)
(25%,30%,54%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 137 of 255 = 54%

65
77
137

R + G + B ~ 36%. #414D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 77 + 137 = 279 (100%)
R 65 of 279 ~ 23.3%
G 77 of 279 ~ 27.6%
B 137 of 279 ~ 49.1%

%23.3
%27.6
%49.1

CMYK color model

#414D89 color CMYK value is (53,44,0,46).

  • cyan value is 52.55%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(53,44,0,46)
C53M44Y0K46 
(53%,44%,0%,46%)
(0.53/0.44/0.00/0.46)	

CMYK percentages

%52.55
%43.8
%0
%46.27

Codes

Color #414D89 in popluar color models

414D89
RGB6577137
HSL230°35.64%39.61%
HSB/HSV230°52.55%53.73%
CMYK52.55%43.80%0.00%
46.27%

Color #414D89 in popluar number systems.

HEX414D89
Decimal6577137
Binary1000001100110110001001
Octal101115211

Shades and tints

Shades of #414D89

#414D89
(65,77,137)
#3C467D
(60,70,125)
#373F71
(55,63,113)
#323865
(50,56,101)
#2D3159
(45,49,89)
#282A4D
(40,42,77)
#232341
(35,35,65)
#1E1C35
(30,28,53)
#191529
(25,21,41)
#140E1D
(20,14,29)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #414D89

#414D89
(65,77,137)
#525D93
(82,93,147)
#636D9D
(99,109,157)
#747DA7
(116,125,167)
#858DB1
(133,141,177)
#969DBB
(150,157,187)
#A7ADC5
(167,173,197)
#B8BDCF
(184,189,207)
#C9CDD9
(201,205,217)
#DADDE3
(218,221,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414D89 color. Also use rgb(65,77,137) instead hex code.

Text Font Color

.myTextColor { color: #414D89; }

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

This text font color is #414D89.


Background Color

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

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

This div background color is #414D89.


Border color

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

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

This div border color is #414D89.


Opacity

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

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

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

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

This text has shadow with #414D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414D89 on black background.


Color preview on white background

This text has color #414D89 on white background.



Black color preview on #414D89 background

This text has black color on #414D89 background.


White color preview on #414D89 background

This text has white color on #414D89 background.