COLOR #414174

HEX: #414174
RGB: (65,65,116)

Color info

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

RGB color model

#414174 color RGB value is (65,65,116).

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

RGB channels and saturation

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

65
65
116

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

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 116 = 246 (100%)
R 65 of 246 ~ 26.42%
G 65 of 246 ~ 26.42%
B 116 of 246 ~ 47.15%

%26.42
%26.42
%47.15

CMYK color model

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

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

CMYK percentages

%43.97
%43.97
%0
%54.51

Codes

Color #414174 in popluar color models

414174
RGB6565116
HSL240°28.18%35.49%
HSB/HSV240°43.97%45.49%
CMYK43.97%43.97%0.00%
54.51%

Color #414174 in popluar number systems.

HEX414174
Decimal6565116
Binary100000110000011110100
Octal101101164

Shades and tints

Shades of #414174

#414174
(65,65,116)
#3C3C6A
(60,60,106)
#373760
(55,55,96)
#323256
(50,50,86)
#2D2D4C
(45,45,76)
#282842
(40,40,66)
#232338
(35,35,56)
#1E1E2E
(30,30,46)
#191924
(25,25,36)
#14141A
(20,20,26)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #414174

#414174
(65,65,116)
#525280
(82,82,128)
#63638C
(99,99,140)
#747498
(116,116,152)
#8585A4
(133,133,164)
#9696B0
(150,150,176)
#A7A7BC
(167,167,188)
#B8B8C8
(184,184,200)
#C9C9D4
(201,201,212)
#DADAE0
(218,218,224)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414174; }

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

This text font color is #414174.


Background Color

.myBgColor { background-color: #414174; }

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

This div background color is #414174.


Border color

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

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

This div border color is #414174.


Opacity

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

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

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

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

This text has shadow with #414174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414174 on black background.


Color preview on white background

This text has color #414174 on white background.



Black color preview on #414174 background

This text has black color on #414174 background.


White color preview on #414174 background

This text has white color on #414174 background.