COLOR #464C96

HEX: #464C96
RGB: (70,76,150)

Color info

#464C96 contains mainly blue color. Web safe color of #464C96 is #333399 (or #339).

RGB color model

#464C96 color RGB value is (70,76,150).

  • red value is 70;
  • green value is 76;
  • blue value is 150.
RGB:
(70,76,150)
(27%,30%,59%)

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 150 of 255 = 59%

70
76
150

R + G + B ~ 39%. #464C96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 76 + 150 = 296 (100%)
R 70 of 296 ~ 23.65%
G 76 of 296 ~ 25.68%
B 150 of 296 ~ 50.68%

%23.65
%25.68
%50.68

CMYK color model

#464C96 color CMYK value is (53,49,0,41).

  • cyan value is 53.33%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(53,49,0,41)
C53M49Y0K41 
(53%,49%,0%,41%)
(0.53/0.49/0.00/0.41)	

CMYK percentages

%53.33
%49.33
%0
%41.18

Codes

Color #464C96 in popluar color models

464C96
RGB7076150
HSL236°36.36%43.14%
HSB/HSV236°53.33%58.82%
CMYK53.33%49.33%0.00%
41.18%

Color #464C96 in popluar number systems.

HEX464C96
Decimal7076150
Binary1000110100110010010110
Octal106114226

Shades and tints

Shades of #464C96

#464C96
(70,76,150)
#404689
(64,70,137)
#3A407C
(58,64,124)
#343A6F
(52,58,111)
#2E3462
(46,52,98)
#282E55
(40,46,85)
#222848
(34,40,72)
#1C223B
(28,34,59)
#161C2E
(22,28,46)
#101621
(16,22,33)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #464C96

#464C96
(70,76,150)
#565C9F
(86,92,159)
#666CA8
(102,108,168)
#767CB1
(118,124,177)
#868CBA
(134,140,186)
#969CC3
(150,156,195)
#A6ACCC
(166,172,204)
#B6BCD5
(182,188,213)
#C6CCDE
(198,204,222)
#D6DCE7
(214,220,231)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464C96 color. Also use rgb(70,76,150) instead hex code.

Text Font Color

.myTextColor { color: #464C96; }

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

This text font color is #464C96.


Background Color

.myBgColor { background-color: #464C96; }

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

This div background color is #464C96.


Border color

.myBorderColor { border: 1px solid #464C96; }

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

This div border color is #464C96.


Opacity

.myOpacity80 { color: #464C96; opacity: 0.8; }

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

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

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

This text has shadow with #464C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C96 on black background.


Color preview on white background

This text has color #464C96 on white background.



Black color preview on #464C96 background

This text has black color on #464C96 background.


White color preview on #464C96 background

This text has white color on #464C96 background.