COLOR #414974

HEX: #414974
RGB: (65,73,116)

Color info

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

RGB color model

#414974 color RGB value is (65,73,116).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 116 of 255 = 45%

65
73
116

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 116 = 254 (100%)
R 65 of 254 ~ 25.59%
G 73 of 254 ~ 28.74%
B 116 of 254 ~ 45.67%

%25.59
%28.74
%45.67

CMYK color model

#414974 color CMYK value is (44,37,0,55).

  • cyan value is 43.97%
  • magenta value is 37.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(44,37,0,55)
C44M37Y0K55 
(44%,37%,0%,55%)
(0.44/0.37/0.00/0.55)	

CMYK percentages

%43.97
%37.07
%0
%54.51

Codes

Color #414974 in popluar color models

414974
RGB6573116
HSL231°28.18%35.49%
HSB/HSV231°43.97%45.49%
CMYK43.97%37.07%0.00%
54.51%

Color #414974 in popluar number systems.

HEX414974
Decimal6573116
Binary100000110010011110100
Octal101111164

Shades and tints

Shades of #414974

#414974
(65,73,116)
#3C436A
(60,67,106)
#373D60
(55,61,96)
#323756
(50,55,86)
#2D314C
(45,49,76)
#282B42
(40,43,66)
#232538
(35,37,56)
#1E1F2E
(30,31,46)
#191924
(25,25,36)
#14131A
(20,19,26)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #414974

#414974
(65,73,116)
#525980
(82,89,128)
#63698C
(99,105,140)
#747998
(116,121,152)
#8589A4
(133,137,164)
#9699B0
(150,153,176)
#A7A9BC
(167,169,188)
#B8B9C8
(184,185,200)
#C9C9D4
(201,201,212)
#DAD9E0
(218,217,224)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414974; }

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

This text font color is #414974.


Background Color

.myBgColor { background-color: #414974; }

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

This div background color is #414974.


Border color

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

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

This div border color is #414974.


Opacity

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

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

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

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

This text has shadow with #414974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414974 on black background.


Color preview on white background

This text has color #414974 on white background.



Black color preview on #414974 background

This text has black color on #414974 background.


White color preview on #414974 background

This text has white color on #414974 background.