COLOR #414A62

HEX: #414A62 RGB: (65,74,98)

Color info

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

RGB color model

#414A62 color RGB value is (65,74,98).

RGB: (65,74,98) (25%, 29%, 38%)

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 98 of 255 = 38%

65
74
98

R + G + B ~ 31%. #414A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 74 + 98 = 237 (100%)
R 65 of 237 ~ 27.43%
G 74 of 237 ~ 31.22%
B 98 of 237 ~ 41.35'%

%27.43
%31.22
%41.35

CMYK color model

#414A62 color CMYK value is (34,24,0,62).

  • cyan value is 33.67%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK: (34,24,0,62) C34M24Y0K62 (34%,24%,0%,62%) (0.34/0.24/0.00/0.62) 

CMYK percentages

%33.67
%24.49
%0
%61.57

Codes

Color #414A62 in popluar color models

41 4A 62
RGB 65 74 98
HSL 224° 20.25% 31.96%
HSB/HSV 224° 33.67% 38.43%
CMYK 33.67% 24.49% 0.00%
61.57%

Color #414A62 in popluar number systems.

HEX 41 4A 62
Decimal 65 74 98
Binary 1000001 1001010 1100010
Octal 101 112 142

Shades and tints

Shades of #414A62

#414A62
(65,74,98)
#3C445A
(60,68,90)
#373E52
(55,62,82)
#32384A
(50,56,74)
#2D3242
(45,50,66)
#282C3A
(40,44,58)
#232632
(35,38,50)
#1E202A
(30,32,42)
#191A22
(25,26,34)
#14141A
(20,20,26)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #414A62

#414A62
(65,74,98)
#525A70
(82,90,112)
#636A7E
(99,106,126)
#747A8C
(116,122,140)
#858A9A
(133,138,154)
#969AA8
(150,154,168)
#A7AAB6
(167,170,182)
#B8BAC4
(184,186,196)
#C9CAD2
(201,202,210)
#DADAE0
(218,218,224)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414A62; }

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

This text font color is #414A62.

Background Color

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

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

This div background color is #414A62.

Border color

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

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

This div border color is #414A62.

Opacity

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

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

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

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

This text has shadow with #414A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414A62.

Preview

Color preview on black background

This text has color #414A62 on black background.


Color preview on white background

This text has color #414A62 on white background.


Black color preview on #414A62 background

This text has black color on #414A62 background.


White color preview on #414A62 background

This text has white color on #414A62 background.


Related colors

Complementary color

Complementary color for #hex is #BEB59D.


I love getcolorcode.com

Triadic colors

1 #62414A and #4A6241 with #414A62 are triadic colors.

2 #624A41 and #4A4162 with #414A62 are triadic colors.