COLOR #414864

HEX: #414864
RGB: (65,72,100)

Color info

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

RGB color model

#414864 color RGB value is (65,72,100).

  • red value is 65;
  • green value is 72;
  • blue value is 100.
RGB:
(65,72,100)
(25%,28%,39%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 100 of 255 = 39%

65
72
100

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 100 = 237 (100%)
R 65 of 237 ~ 27.43%
G 72 of 237 ~ 30.38%
B 100 of 237 ~ 42.19%

%27.43
%30.38
%42.19

CMYK color model

#414864 color CMYK value is (35,28,0,61).

  • cyan value is 35.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(35,28,0,61)
C35M28Y0K61 
(35%,28%,0%,61%)
(0.35/0.28/0.00/0.61)	

CMYK percentages

%35
%28
%0
%60.78

Codes

Color #414864 in popluar color models

414864
RGB6572100
HSL228°21.21%32.35%
HSB/HSV228°35.00%39.22%
CMYK35.00%28.00%0.00%
60.78%

Color #414864 in popluar number systems.

HEX414864
Decimal6572100
Binary100000110010001100100
Octal101110144

Shades and tints

Shades of #414864

#414864
(65,72,100)
#3C425B
(60,66,91)
#373C52
(55,60,82)
#323649
(50,54,73)
#2D3040
(45,48,64)
#282A37
(40,42,55)
#23242E
(35,36,46)
#1E1E25
(30,30,37)
#19181C
(25,24,28)
#141213
(20,18,19)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #414864

#414864
(65,72,100)
#525872
(82,88,114)
#636880
(99,104,128)
#74788E
(116,120,142)
#85889C
(133,136,156)
#9698AA
(150,152,170)
#A7A8B8
(167,168,184)
#B8B8C6
(184,184,198)
#C9C8D4
(201,200,212)
#DAD8E2
(218,216,226)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414864 color. Also use rgb(65,72,100) instead hex code.

Text Font Color

.myTextColor { color: #414864; }

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

This text font color is #414864.


Background Color

.myBgColor { background-color: #414864; }

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

This div background color is #414864.


Border color

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

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

This div border color is #414864.


Opacity

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

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

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

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

This text has shadow with #414864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414864 on black background.


Color preview on white background

This text has color #414864 on white background.



Black color preview on #414864 background

This text has black color on #414864 background.


White color preview on #414864 background

This text has white color on #414864 background.