COLOR #414977

HEX: #414977
RGB: (65,73,119)

Color info

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

RGB color model

#414977 color RGB value is (65,73,119).

  • red value is 65;
  • green value is 73;
  • blue value is 119.
RGB:
(65,73,119)
(25%,29%,47%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 119 of 255 = 47%

65
73
119

R + G + B ~ 34%. #414977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 119 = 257 (100%)
R 65 of 257 ~ 25.29%
G 73 of 257 ~ 28.4%
B 119 of 257 ~ 46.3%

%25.29
%28.4
%46.3

CMYK color model

#414977 color CMYK value is (45,39,0,53).

  • cyan value is 45.38%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(45,39,0,53)
C45M39Y0K53 
(45%,39%,0%,53%)
(0.45/0.39/0.00/0.53)	

CMYK percentages

%45.38
%38.66
%0
%53.33

Codes

Color #414977 in popluar color models

414977
RGB6573119
HSL231°29.35%36.08%
HSB/HSV231°45.38%46.67%
CMYK45.38%38.66%0.00%
53.33%

Color #414977 in popluar number systems.

HEX414977
Decimal6573119
Binary100000110010011110111
Octal101111167

Shades and tints

Shades of #414977

#414977
(65,73,119)
#3C436D
(60,67,109)
#373D63
(55,61,99)
#323759
(50,55,89)
#2D314F
(45,49,79)
#282B45
(40,43,69)
#23253B
(35,37,59)
#1E1F31
(30,31,49)
#191927
(25,25,39)
#14131D
(20,19,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #414977

#414977
(65,73,119)
#525983
(82,89,131)
#63698F
(99,105,143)
#74799B
(116,121,155)
#8589A7
(133,137,167)
#9699B3
(150,153,179)
#A7A9BF
(167,169,191)
#B8B9CB
(184,185,203)
#C9C9D7
(201,201,215)
#DAD9E3
(218,217,227)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414977 color. Also use rgb(65,73,119) instead hex code.

Text Font Color

.myTextColor { color: #414977; }

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

This text font color is #414977.


Background Color

.myBgColor { background-color: #414977; }

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

This div background color is #414977.


Border color

.myBorderColor { border: 1px solid #414977; }

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

This div border color is #414977.


Opacity

.myOpacity80 { color: #414977; opacity: 0.8; }

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

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

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

This text has shadow with #414977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414977 on black background.


Color preview on white background

This text has color #414977 on white background.



Black color preview on #414977 background

This text has black color on #414977 background.


White color preview on #414977 background

This text has white color on #414977 background.