COLOR #414468

HEX: #414468
RGB: (65,68,104)

Color info

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

RGB color model

#414468 color RGB value is (65,68,104).

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

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 104 of 255 = 41%

65
68
104

R + G + B ~ 31%. #414468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 104 = 237 (100%)
R 65 of 237 ~ 27.43%
G 68 of 237 ~ 28.69%
B 104 of 237 ~ 43.88%

%27.43
%28.69
%43.88

CMYK color model

#414468 color CMYK value is (38,35,0,59).

  • cyan value is 37.50%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(38,35,0,59)
C38M35Y0K59 
(38%,35%,0%,59%)
(0.38/0.35/0.00/0.59)	

CMYK percentages

%37.5
%34.62
%0
%59.22

Codes

Color #414468 in popluar color models

414468
RGB6568104
HSL235°23.08%33.14%
HSB/HSV235°37.50%40.78%
CMYK37.50%34.62%0.00%
59.22%

Color #414468 in popluar number systems.

HEX414468
Decimal6568104
Binary100000110001001101000
Octal101104150

Shades and tints

Shades of #414468

#414468
(65,68,104)
#3C3E5F
(60,62,95)
#373856
(55,56,86)
#32324D
(50,50,77)
#2D2C44
(45,44,68)
#28263B
(40,38,59)
#232032
(35,32,50)
#1E1A29
(30,26,41)
#191420
(25,20,32)
#140E17
(20,14,23)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #414468

#414468
(65,68,104)
#525575
(82,85,117)
#636682
(99,102,130)
#74778F
(116,119,143)
#85889C
(133,136,156)
#9699A9
(150,153,169)
#A7AAB6
(167,170,182)
#B8BBC3
(184,187,195)
#C9CCD0
(201,204,208)
#DADDDD
(218,221,221)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414468; }

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

This text font color is #414468.


Background Color

.myBgColor { background-color: #414468; }

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

This div background color is #414468.


Border color

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

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

This div border color is #414468.


Opacity

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

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

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

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

This text has shadow with #414468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414468 on black background.


Color preview on white background

This text has color #414468 on white background.



Black color preview on #414468 background

This text has black color on #414468 background.


White color preview on #414468 background

This text has white color on #414468 background.