COLOR #414B72

HEX: #414B72 RGB: (65,75,114)

Color info

#414B72 contains red, green and blue colors in about the same proportion. Web safe color of #414B72 is #333366 (or #336).

RGB color model

#414B72 color RGB value is (65,75,114).

RGB: (65,75,114) (25%, 29%, 45%)

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 114 of 255 = 45%

65
75
114

R + G + B ~ 33%. #414B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 75 + 114 = 254 (100%)
R 65 of 254 ~ 25.59%
G 75 of 254 ~ 29.53%
B 114 of 254 ~ 44.88'%

%25.59
%29.53
%44.88

CMYK color model

#414B72 color CMYK value is (43,34,0,55).

  • cyan value is 42.98%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (43,34,0,55)
C43M34Y0K55 (43%, 34%, 0%, 55%)
(0.43 / 0.34 / 0.00 / 0.55)

CMYK percentages

%42.98
%34.21
%0
%55.29

Codes

Color #414B72 in popluar color models

41 4B 72
RGB 65 75 114
HSL 228° 27.37% 35.10%
HSB/HSV 228° 42.98% 44.71%
CMYK 42.98% 34.21% 0.00%
55.29%

Color #414B72 in popluar number systems.

HEX 41 4B 72
Decimal 65 75 114
Binary 1000001 1001011 1110010
Octal 101 113 162

Shades and tints

Shades of #414B72

#414B72
(65,75,114)
#3C4568
(60,69,104)
#373F5E
(55,63,94)
#323954
(50,57,84)
#2D334A
(45,51,74)
#282D40
(40,45,64)
#232736
(35,39,54)
#1E212C
(30,33,44)
#191B22
(25,27,34)
#141518
(20,21,24)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #414B72

#414B72
(65,75,114)
#525B7E
(82,91,126)
#636B8A
(99,107,138)
#747B96
(116,123,150)
#858BA2
(133,139,162)
#969BAE
(150,155,174)
#A7ABBA
(167,171,186)
#B8BBC6
(184,187,198)
#C9CBD2
(201,203,210)
#DADBDE
(218,219,222)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414B72; }

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

This text font color is #414B72.

Background Color

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

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

This div background color is #414B72.

Border color

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

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

This div border color is #414B72.

Opacity

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

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

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

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

This text has shadow with #414B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414B72.

Preview

Color preview on black background

This text has color #414B72 on black background.


Color preview on white background

This text has color #414B72 on white background.


Black color preview on #414B72 background

This text has black color on #414B72 background.


White color preview on #414B72 background

This text has white color on #414B72 background.


Related colors

Complementary color

Complementary color for #hex is #BEB48D.


I love getcolorcode.com

Triadic colors

1 #72414B and #4B7241 with #414B72 are triadic colors.

2 #724B41 and #4B4172 with #414B72 are triadic colors.