COLOR #414474

HEX: #414474
RGB: (65,68,116)

Color info

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

RGB color model

#414474 color RGB value is (65,68,116).

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

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 116 of 255 = 45%

65
68
116

R + G + B ~ 32%. #414474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 116 = 249 (100%)
R 65 of 249 ~ 26.1%
G 68 of 249 ~ 27.31%
B 116 of 249 ~ 46.59%

%26.1
%27.31
%46.59

CMYK color model

#414474 color CMYK value is (44,41,0,55).

  • cyan value is 43.97%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(44,41,0,55)
C44M41Y0K55 
(44%,41%,0%,55%)
(0.44/0.41/0.00/0.55)	

CMYK percentages

%43.97
%41.38
%0
%54.51

Codes

Color #414474 in popluar color models

414474
RGB6568116
HSL236°28.18%35.49%
HSB/HSV236°43.97%45.49%
CMYK43.97%41.38%0.00%
54.51%

Color #414474 in popluar number systems.

HEX414474
Decimal6568116
Binary100000110001001110100
Octal101104164

Shades and tints

Shades of #414474

#414474
(65,68,116)
#3C3E6A
(60,62,106)
#373860
(55,56,96)
#323256
(50,50,86)
#2D2C4C
(45,44,76)
#282642
(40,38,66)
#232038
(35,32,56)
#1E1A2E
(30,26,46)
#191424
(25,20,36)
#140E1A
(20,14,26)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #414474

#414474
(65,68,116)
#525580
(82,85,128)
#63668C
(99,102,140)
#747798
(116,119,152)
#8588A4
(133,136,164)
#9699B0
(150,153,176)
#A7AABC
(167,170,188)
#B8BBC8
(184,187,200)
#C9CCD4
(201,204,212)
#DADDE0
(218,221,224)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414474; }

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

This text font color is #414474.


Background Color

.myBgColor { background-color: #414474; }

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

This div background color is #414474.


Border color

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

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

This div border color is #414474.


Opacity

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

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

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

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

This text has shadow with #414474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414474 on black background.


Color preview on white background

This text has color #414474 on white background.



Black color preview on #414474 background

This text has black color on #414474 background.


White color preview on #414474 background

This text has white color on #414474 background.