COLOR #465996

HEX: #465996
RGB: (70,89,150)

Color info

#465996 contains mainly blue color. Web safe color of #465996 is #336699 (or #369).

RGB color model

#465996 color RGB value is (70,89,150).

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

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 150 of 255 = 59%

70
89
150

R + G + B ~ 40%. #465996 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 89 + 150 = 309 (100%)
R 70 of 309 ~ 22.65%
G 89 of 309 ~ 28.8%
B 150 of 309 ~ 48.54%

%22.65
%28.8
%48.54

CMYK color model

#465996 color CMYK value is (53,41,0,41).

  • cyan value is 53.33%
  • magenta value is 40.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(53,41,0,41)
C53M41Y0K41 
(53%,41%,0%,41%)
(0.53/0.41/0.00/0.41)	

CMYK percentages

%53.33
%40.67
%0
%41.18

Codes

Color #465996 in popluar color models

465996
RGB7089150
HSL226°36.36%43.14%
HSB/HSV226°53.33%58.82%
CMYK53.33%40.67%0.00%
41.18%

Color #465996 in popluar number systems.

HEX465996
Decimal7089150
Binary1000110101100110010110
Octal106131226

Shades and tints

Shades of #465996

#465996
(70,89,150)
#405189
(64,81,137)
#3A497C
(58,73,124)
#34416F
(52,65,111)
#2E3962
(46,57,98)
#283155
(40,49,85)
#222948
(34,41,72)
#1C213B
(28,33,59)
#16192E
(22,25,46)
#101121
(16,17,33)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #465996

#465996
(70,89,150)
#56689F
(86,104,159)
#6677A8
(102,119,168)
#7686B1
(118,134,177)
#8695BA
(134,149,186)
#96A4C3
(150,164,195)
#A6B3CC
(166,179,204)
#B6C2D5
(182,194,213)
#C6D1DE
(198,209,222)
#D6E0E7
(214,224,231)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465996; }

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

This text font color is #465996.


Background Color

.myBgColor { background-color: #465996; }

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

This div background color is #465996.


Border color

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

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

This div border color is #465996.


Opacity

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

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

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

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

This text has shadow with #465996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465996 on black background.


Color preview on white background

This text has color #465996 on white background.



Black color preview on #465996 background

This text has black color on #465996 background.


White color preview on #465996 background

This text has white color on #465996 background.