COLOR #414461

HEX: #414461
RGB: (65,68,97)

Color info

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

RGB color model

#414461 color RGB value is (65,68,97).

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

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 97 of 255 = 38%

65
68
97

R + G + B ~ 30%. #414461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 97 = 230 (100%)
R 65 of 230 ~ 28.26%
G 68 of 230 ~ 29.57%
B 97 of 230 ~ 42.17%

%28.26
%29.57
%42.17

CMYK color model

#414461 color CMYK value is (33,30,0,62).

  • cyan value is 32.99%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(33,30,0,62)
C33M30Y0K62 
(33%,30%,0%,62%)
(0.33/0.30/0.00/0.62)	

CMYK percentages

%32.99
%29.9
%0
%61.96

Codes

Color #414461 in popluar color models

414461
RGB656897
HSL234°19.75%31.76%
HSB/HSV234°32.99%38.04%
CMYK32.99%29.90%0.00%
61.96%

Color #414461 in popluar number systems.

HEX414461
Decimal656897
Binary100000110001001100001
Octal101104141

Shades and tints

Shades of #414461

#414461
(65,68,97)
#3C3E59
(60,62,89)
#373851
(55,56,81)
#323249
(50,50,73)
#2D2C41
(45,44,65)
#282639
(40,38,57)
#232031
(35,32,49)
#1E1A29
(30,26,41)
#191421
(25,20,33)
#140E19
(20,14,25)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #414461

#414461
(65,68,97)
#52556F
(82,85,111)
#63667D
(99,102,125)
#74778B
(116,119,139)
#858899
(133,136,153)
#9699A7
(150,153,167)
#A7AAB5
(167,170,181)
#B8BBC3
(184,187,195)
#C9CCD1
(201,204,209)
#DADDDF
(218,221,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414461; }

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

This text font color is #414461.


Background Color

.myBgColor { background-color: #414461; }

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

This div background color is #414461.


Border color

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

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

This div border color is #414461.


Opacity

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

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

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

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

This text has shadow with #414461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414461 on black background.


Color preview on white background

This text has color #414461 on white background.



Black color preview on #414461 background

This text has black color on #414461 background.


White color preview on #414461 background

This text has white color on #414461 background.