COLOR #414A9F

HEX: #414A9F RGB: (65,74,159)

Color info

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

RGB color model

#414A9F color RGB value is (65,74,159).

RGB: (65,74,159) (25%, 29%, 62%)

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 159 of 255 = 62%

65
74
159

R + G + B ~ 39%. #414A9F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 74 + 159 = 298 (100%)
R 65 of 298 ~ 21.81%
G 74 of 298 ~ 24.83%
B 159 of 298 ~ 53.36'%

%21.81
%24.83
%53.36

CMYK color model

#414A9F color CMYK value is (59,53,0,38).

  • cyan value is 59.12%
  • magenta value is 53.46%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (59,53,0,38)
C59M53Y0K38 (59%, 53%, 0%, 38%)
(0.59 / 0.53 / 0.00 / 0.38)

CMYK percentages

%59.12
%53.46
%0
%37.65

Codes

Color #414A9F in popluar color models

41 4A 9F
RGB 65 74 159
HSL 234° 41.96% 43.92%
HSB/HSV 234° 59.12% 62.35%
CMYK 59.12% 53.46% 0.00%
37.65%

Color #414A9F in popluar number systems.

HEX 41 4A 9F
Decimal 65 74 159
Binary 1000001 1001010 10011111
Octal 101 112 237

Shades and tints

Shades of #414A9F

#414A9F
(65,74,159)
#3C4491
(60,68,145)
#373E83
(55,62,131)
#323875
(50,56,117)
#2D3267
(45,50,103)
#282C59
(40,44,89)
#23264B
(35,38,75)
#1E203D
(30,32,61)
#191A2F
(25,26,47)
#141421
(20,20,33)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #414A9F

#414A9F
(65,74,159)
#525AA7
(82,90,167)
#636AAF
(99,106,175)
#747AB7
(116,122,183)
#858ABF
(133,138,191)
#969AC7
(150,154,199)
#A7AACF
(167,170,207)
#B8BAD7
(184,186,215)
#C9CADF
(201,202,223)
#DADAE7
(218,218,231)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414A9F; }

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

This text font color is #414A9F.

Background Color

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

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

This div background color is #414A9F.

Border color

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

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

This div border color is #414A9F.

Opacity

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

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

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

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

This text has shadow with #414A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414A9F.

Preview

Color preview on black background

This text has color #414A9F on black background.


Color preview on white background

This text has color #414A9F on white background.


Black color preview on #414A9F background

This text has black color on #414A9F background.


White color preview on #414A9F background

This text has white color on #414A9F background.


Related colors

Complementary color

Complementary color for #hex is #BEB560.


I love getcolorcode.com

Triadic colors

1 #9F414A and #4A9F41 with #414A9F are triadic colors.

2 #9F4A41 and #4A419F with #414A9F are triadic colors.