COLOR #414DAC

HEX: #414DAC
RGB: (65,77,172)

Color info

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

RGB color model

#414DAC color RGB value is (65,77,172).

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

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 172 of 255 = 67%

65
77
172

R + G + B ~ 41%. #414DAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 77 + 172 = 314 (100%)
R 65 of 314 ~ 20.7%
G 77 of 314 ~ 24.52%
B 172 of 314 ~ 54.78%

%20.7
%24.52
%54.78

CMYK color model

#414DAC color CMYK value is (62,55,0,33).

  • cyan value is 62.21%
  • magenta value is 55.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(62,55,0,33)
C62M55Y0K33 
(62%,55%,0%,33%)
(0.62/0.55/0.00/0.33)	

CMYK percentages

%62.21
%55.23
%0
%32.55

Codes

Color #414DAC in popluar color models

414DAC
RGB6577172
HSL233°45.15%46.47%
HSB/HSV233°62.21%67.45%
CMYK62.21%55.23%0.00%
32.55%

Color #414DAC in popluar number systems.

HEX414DAC
Decimal6577172
Binary1000001100110110101100
Octal101115254

Shades and tints

Shades of #414DAC

#414DAC
(65,77,172)
#3C469D
(60,70,157)
#373F8E
(55,63,142)
#32387F
(50,56,127)
#2D3170
(45,49,112)
#282A61
(40,42,97)
#232352
(35,35,82)
#1E1C43
(30,28,67)
#191534
(25,21,52)
#140E25
(20,14,37)
#0F0716
(15,7,22)
#000000
(0,0,0)

Tints of #414DAC

#414DAC
(65,77,172)
#525DB3
(82,93,179)
#636DBA
(99,109,186)
#747DC1
(116,125,193)
#858DC8
(133,141,200)
#969DCF
(150,157,207)
#A7ADD6
(167,173,214)
#B8BDDD
(184,189,221)
#C9CDE4
(201,205,228)
#DADDEB
(218,221,235)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414DAC; }

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

This text font color is #414DAC.


Background Color

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

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

This div background color is #414DAC.


Border color

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

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

This div border color is #414DAC.


Opacity

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

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

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

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

This text has shadow with #414DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414DAC on black background.


Color preview on white background

This text has color #414DAC on white background.



Black color preview on #414DAC background

This text has black color on #414DAC background.


White color preview on #414DAC background

This text has white color on #414DAC background.