COLOR #414555

HEX: #414555
RGB: (65,69,85)

Color info

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

RGB color model

#414555 color RGB value is (65,69,85).

  • red value is 65;
  • green value is 69;
  • blue value is 85.
RGB:
(65,69,85)
(25%,27%,33%)

RGB channels and saturation

R 65 of 255 = 25%
G 69 of 255 = 27%
B 85 of 255 = 33%

65
69
85

R + G + B ~ 28%. #414555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 69 + 85 = 219 (100%)
R 65 of 219 ~ 29.68%
G 69 of 219 ~ 31.51%
B 85 of 219 ~ 38.81%

%29.68
%31.51
%38.81

CMYK color model

#414555 color CMYK value is (24,19,0,67).

  • cyan value is 23.53%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(24,19,0,67)
C24M19Y0K67 
(24%,19%,0%,67%)
(0.24/0.19/0.00/0.67)	

CMYK percentages

%23.53
%18.82
%0
%66.67

Codes

Color #414555 in popluar color models

414555
RGB656985
HSL228°13.33%29.41%
HSB/HSV228°23.53%33.33%
CMYK23.53%18.82%0.00%
66.67%

Color #414555 in popluar number systems.

HEX414555
Decimal656985
Binary100000110001011010101
Octal101105125

Shades and tints

Shades of #414555

#414555
(65,69,85)
#3C3F4E
(60,63,78)
#373947
(55,57,71)
#323340
(50,51,64)
#2D2D39
(45,45,57)
#282732
(40,39,50)
#23212B
(35,33,43)
#1E1B24
(30,27,36)
#19151D
(25,21,29)
#140F16
(20,15,22)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #414555

#414555
(65,69,85)
#525564
(82,85,100)
#636573
(99,101,115)
#747582
(116,117,130)
#858591
(133,133,145)
#9695A0
(150,149,160)
#A7A5AF
(167,165,175)
#B8B5BE
(184,181,190)
#C9C5CD
(201,197,205)
#DAD5DC
(218,213,220)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414555; }

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

This text font color is #414555.


Background Color

.myBgColor { background-color: #414555; }

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

This div background color is #414555.


Border color

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

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

This div border color is #414555.


Opacity

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

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

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

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

This text has shadow with #414555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414555 on black background.


Color preview on white background

This text has color #414555 on white background.



Black color preview on #414555 background

This text has black color on #414555 background.


White color preview on #414555 background

This text has white color on #414555 background.