COLOR #414A82

HEX: #414A82 RGB: (65,74,130)

Color info

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

RGB color model

#414A82 color RGB value is (65,74,130).

RGB: (65,74,130) (25%, 29%, 51%)

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 130 of 255 = 51%

65
74
130

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

Portions of RGB colors in percentages

R + G + B = 65 + 74 + 130 = 269 (100%)
R 65 of 269 ~ 24.16%
G 74 of 269 ~ 27.51%
B 130 of 269 ~ 48.33'%

%24.16
%27.51
%48.33

CMYK color model

#414A82 color CMYK value is (50,43,0,49).

  • cyan value is 50.00%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (50,43,0,49)
C50M43Y0K49 (50%, 43%, 0%, 49%)
(0.50 / 0.43 / 0.00 / 0.49)

CMYK percentages

%50
%43.08
%0
%49.02

Codes

Color #414A82 in popluar color models

41 4A 82
RGB 65 74 130
HSL 232° 33.33% 38.24%
HSB/HSV 232° 50.00% 50.98%
CMYK 50.00% 43.08% 0.00%
49.02%

Color #414A82 in popluar number systems.

HEX 41 4A 82
Decimal 65 74 130
Binary 1000001 1001010 10000010
Octal 101 112 202

Shades and tints

Shades of #414A82

#414A82
(65,74,130)
#3C4477
(60,68,119)
#373E6C
(55,62,108)
#323861
(50,56,97)
#2D3256
(45,50,86)
#282C4B
(40,44,75)
#232640
(35,38,64)
#1E2035
(30,32,53)
#191A2A
(25,26,42)
#14141F
(20,20,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #414A82

#414A82
(65,74,130)
#525A8D
(82,90,141)
#636A98
(99,106,152)
#747AA3
(116,122,163)
#858AAE
(133,138,174)
#969AB9
(150,154,185)
#A7AAC4
(167,170,196)
#B8BACF
(184,186,207)
#C9CADA
(201,202,218)
#DADAE5
(218,218,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414A82 color. Also use rgb(65,74,130) instead hex code.

Text Font Color

.myTextColor { color: #414A82; }

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

This text font color is #414A82.

Background Color

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

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

This div background color is #414A82.

Border color

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

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

This div border color is #414A82.

Opacity

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

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

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

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

This text has shadow with #414A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414A82.

Preview

Color preview on black background

This text has color #414A82 on black background.


Color preview on white background

This text has color #414A82 on white background.


Black color preview on #414A82 background

This text has black color on #414A82 background.


White color preview on #414A82 background

This text has white color on #414A82 background.


Related colors

Complementary color

Complementary color for #hex is #BEB57D.


I love getcolorcode.com

Triadic colors

1 #82414A and #4A8241 with #414A82 are triadic colors.

2 #824A41 and #4A4182 with #414A82 are triadic colors.