COLOR #414671

HEX: #414671
RGB: (65,70,113)

Color info

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

RGB color model

#414671 color RGB value is (65,70,113).

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

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 113 of 255 = 44%

65
70
113

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

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 113 = 248 (100%)
R 65 of 248 ~ 26.21%
G 70 of 248 ~ 28.23%
B 113 of 248 ~ 45.56%

%26.21
%28.23
%45.56

CMYK color model

#414671 color CMYK value is (42,38,0,56).

  • cyan value is 42.48%
  • magenta value is 38.05%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,38,0,56)
C42M38Y0K56 
(42%,38%,0%,56%)
(0.42/0.38/0.00/0.56)	

CMYK percentages

%42.48
%38.05
%0
%55.69

Codes

Color #414671 in popluar color models

414671
RGB6570113
HSL234°26.97%34.90%
HSB/HSV234°42.48%44.31%
CMYK42.48%38.05%0.00%
55.69%

Color #414671 in popluar number systems.

HEX414671
Decimal6570113
Binary100000110001101110001
Octal101106161

Shades and tints

Shades of #414671

#414671
(65,70,113)
#3C4067
(60,64,103)
#373A5D
(55,58,93)
#323453
(50,52,83)
#2D2E49
(45,46,73)
#28283F
(40,40,63)
#232235
(35,34,53)
#1E1C2B
(30,28,43)
#191621
(25,22,33)
#141017
(20,16,23)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #414671

#414671
(65,70,113)
#52567D
(82,86,125)
#636689
(99,102,137)
#747695
(116,118,149)
#8586A1
(133,134,161)
#9696AD
(150,150,173)
#A7A6B9
(167,166,185)
#B8B6C5
(184,182,197)
#C9C6D1
(201,198,209)
#DAD6DD
(218,214,221)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414671; }

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

This text font color is #414671.


Background Color

.myBgColor { background-color: #414671; }

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

This div background color is #414671.


Border color

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

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

This div border color is #414671.


Opacity

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

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

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

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

This text has shadow with #414671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414671 on black background.


Color preview on white background

This text has color #414671 on white background.



Black color preview on #414671 background

This text has black color on #414671 background.


White color preview on #414671 background

This text has white color on #414671 background.