COLOR #414459

HEX: #414459
RGB: (65,68,89)

Color info

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

RGB color model

#414459 color RGB value is (65,68,89).

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

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 89 of 255 = 35%

65
68
89

R + G + B ~ 29%. #414459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 89 = 222 (100%)
R 65 of 222 ~ 29.28%
G 68 of 222 ~ 30.63%
B 89 of 222 ~ 40.09%

%29.28
%30.63
%40.09

CMYK color model

#414459 color CMYK value is (27,24,0,65).

  • cyan value is 26.97%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(27,24,0,65)
C27M24Y0K65 
(27%,24%,0%,65%)
(0.27/0.24/0.00/0.65)	

CMYK percentages

%26.97
%23.6
%0
%65.1

Codes

Color #414459 in popluar color models

414459
RGB656889
HSL233°15.58%30.20%
HSB/HSV233°26.97%34.90%
CMYK26.97%23.60%0.00%
65.10%

Color #414459 in popluar number systems.

HEX414459
Decimal656889
Binary100000110001001011001
Octal101104131

Shades and tints

Shades of #414459

#414459
(65,68,89)
#3C3E51
(60,62,81)
#373849
(55,56,73)
#323241
(50,50,65)
#2D2C39
(45,44,57)
#282631
(40,38,49)
#232029
(35,32,41)
#1E1A21
(30,26,33)
#191419
(25,20,25)
#140E11
(20,14,17)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #414459

#414459
(65,68,89)
#525568
(82,85,104)
#636677
(99,102,119)
#747786
(116,119,134)
#858895
(133,136,149)
#9699A4
(150,153,164)
#A7AAB3
(167,170,179)
#B8BBC2
(184,187,194)
#C9CCD1
(201,204,209)
#DADDE0
(218,221,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414459; }

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

This text font color is #414459.


Background Color

.myBgColor { background-color: #414459; }

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

This div background color is #414459.


Border color

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

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

This div border color is #414459.


Opacity

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

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

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

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

This text has shadow with #414459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414459 on black background.


Color preview on white background

This text has color #414459 on white background.



Black color preview on #414459 background

This text has black color on #414459 background.


White color preview on #414459 background

This text has white color on #414459 background.