COLOR #414F71

HEX: #414F71
RGB: (65,79,113)

Color info

#414F71 contains red, green and blue colors in about the same proportion. Web safe color of #414F71 is #336666 (or #366).

RGB color model

#414F71 color RGB value is (65,79,113).

  • red value is 65;
  • green value is 79;
  • blue value is 113.
RGB:
(65,79,113)
(25%,31%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 113 of 255 = 44%

65
79
113

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

Portions of RGB colors in percentages

R + G + B =
65 + 79 + 113 = 257 (100%)
R 65 of 257 ~ 25.29%
G 79 of 257 ~ 30.74%
B 113 of 257 ~ 43.97%

%25.29
%30.74
%43.97

CMYK color model

#414F71 color CMYK value is (42,30,0,56).

  • cyan value is 42.48%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,30,0,56)
C42M30Y0K56 
(42%,30%,0%,56%)
(0.42/0.30/0.00/0.56)	

CMYK percentages

%42.48
%30.09
%0
%55.69

Codes

Color #414F71 in popluar color models

414F71
RGB6579113
HSL223°26.97%34.90%
HSB/HSV223°42.48%44.31%
CMYK42.48%30.09%0.00%
55.69%

Color #414F71 in popluar number systems.

HEX414F71
Decimal6579113
Binary100000110011111110001
Octal101117161

Shades and tints

Shades of #414F71

#414F71
(65,79,113)
#3C4867
(60,72,103)
#37415D
(55,65,93)
#323A53
(50,58,83)
#2D3349
(45,51,73)
#282C3F
(40,44,63)
#232535
(35,37,53)
#1E1E2B
(30,30,43)
#191721
(25,23,33)
#141017
(20,16,23)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #414F71

#414F71
(65,79,113)
#525F7D
(82,95,125)
#636F89
(99,111,137)
#747F95
(116,127,149)
#858FA1
(133,143,161)
#969FAD
(150,159,173)
#A7AFB9
(167,175,185)
#B8BFC5
(184,191,197)
#C9CFD1
(201,207,209)
#DADFDD
(218,223,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414F71 color. Also use rgb(65,79,113) instead hex code.

Text Font Color

.myTextColor { color: #414F71; }

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

This text font color is #414F71.


Background Color

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

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

This div background color is #414F71.


Border color

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

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

This div border color is #414F71.


Opacity

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

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

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

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

This text has shadow with #414F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414F71 on black background.


Color preview on white background

This text has color #414F71 on white background.



Black color preview on #414F71 background

This text has black color on #414F71 background.


White color preview on #414F71 background

This text has white color on #414F71 background.