COLOR #414BA0

HEX: #414BA0 RGB: (65,75,160)

Color info

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

RGB color model

#414BA0 color RGB value is (65,75,160).

RGB: (65,75,160) (25%, 29%, 63%)

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 160 of 255 = 63%

65
75
160

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

Portions of RGB colors in percentages

R + G + B = 65 + 75 + 160 = 300 (100%)
R 65 of 300 ~ 21.67%
G 75 of 300 ~ 25%
B 160 of 300 ~ 53.33'%

%21.67
%25
%53.33

CMYK color model

#414BA0 color CMYK value is (59,53,0,37).

  • cyan value is 59.38%
  • magenta value is 53.13%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (59,53,0,37)
C59M53Y0K37 (59%, 53%, 0%, 37%)
(0.59 / 0.53 / 0.00 / 0.37)

CMYK percentages

%59.38
%53.13
%0
%37.25

Codes

Color #414BA0 in popluar color models

41 4B A0
RGB 65 75 160
HSL 234° 42.22% 44.12%
HSB/HSV 234° 59.38% 62.75%
CMYK 59.38% 53.13% 0.00%
37.25%

Color #414BA0 in popluar number systems.

HEX 41 4B A0
Decimal 65 75 160
Binary 1000001 1001011 10100000
Octal 101 113 240

Shades and tints

Shades of #414BA0

#414BA0
(65,75,160)
#3C4592
(60,69,146)
#373F84
(55,63,132)
#323976
(50,57,118)
#2D3368
(45,51,104)
#282D5A
(40,45,90)
#23274C
(35,39,76)
#1E213E
(30,33,62)
#191B30
(25,27,48)
#141522
(20,21,34)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #414BA0

#414BA0
(65,75,160)
#525BA8
(82,91,168)
#636BB0
(99,107,176)
#747BB8
(116,123,184)
#858BC0
(133,139,192)
#969BC8
(150,155,200)
#A7ABD0
(167,171,208)
#B8BBD8
(184,187,216)
#C9CBE0
(201,203,224)
#DADBE8
(218,219,232)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414BA0 color. Also use rgb(65,75,160) instead hex code.

Text Font Color

.myTextColor { color: #414BA0; }

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

This text font color is #414BA0.

Background Color

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

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

This div background color is #414BA0.

Border color

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

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

This div border color is #414BA0.

Opacity

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

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

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

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

This text has shadow with #414BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414BA0.

Preview

Color preview on black background

This text has color #414BA0 on black background.


Color preview on white background

This text has color #414BA0 on white background.


Black color preview on #414BA0 background

This text has black color on #414BA0 background.


White color preview on #414BA0 background

This text has white color on #414BA0 background.


Related colors

Complementary color

Complementary color for #hex is #BEB45F.


I love getcolorcode.com

Triadic colors

1 #A0414B and #4BA041 with #414BA0 are triadic colors.

2 #A04B41 and #4B41A0 with #414BA0 are triadic colors.