COLOR #466790

HEX: #466790
RGB: (70,103,144)

Color info

#466790 contains mainly green and blue colors. Web safe color of #466790 is #336699 (or #369).

RGB color model

#466790 color RGB value is (70,103,144).

  • red value is 70;
  • green value is 103;
  • blue value is 144.
RGB:
(70,103,144)
(27%,40%,56%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 144 of 255 = 56%

70
103
144

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

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 144 = 317 (100%)
R 70 of 317 ~ 22.08%
G 103 of 317 ~ 32.49%
B 144 of 317 ~ 45.43%

%22.08
%32.49
%45.43

CMYK color model

#466790 color CMYK value is (51,28,0,44).

  • cyan value is 51.39%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(51,28,0,44)
C51M28Y0K44 
(51%,28%,0%,44%)
(0.51/0.28/0.00/0.44)	

CMYK percentages

%51.39
%28.47
%0
%43.53

Codes

Color #466790 in popluar color models

466790
RGB70103144
HSL213°34.58%41.96%
HSB/HSV213°51.39%56.47%
CMYK51.39%28.47%0.00%
43.53%

Color #466790 in popluar number systems.

HEX466790
Decimal70103144
Binary1000110110011110010000
Octal106147220

Shades and tints

Shades of #466790

#466790
(70,103,144)
#405E83
(64,94,131)
#3A5576
(58,85,118)
#344C69
(52,76,105)
#2E435C
(46,67,92)
#283A4F
(40,58,79)
#223142
(34,49,66)
#1C2835
(28,40,53)
#161F28
(22,31,40)
#10161B
(16,22,27)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #466790

#466790
(70,103,144)
#56749A
(86,116,154)
#6681A4
(102,129,164)
#768EAE
(118,142,174)
#869BB8
(134,155,184)
#96A8C2
(150,168,194)
#A6B5CC
(166,181,204)
#B6C2D6
(182,194,214)
#C6CFE0
(198,207,224)
#D6DCEA
(214,220,234)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466790 color. Also use rgb(70,103,144) instead hex code.

Text Font Color

.myTextColor { color: #466790; }

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

This text font color is #466790.


Background Color

.myBgColor { background-color: #466790; }

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

This div background color is #466790.


Border color

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

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

This div border color is #466790.


Opacity

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

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

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

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

This text has shadow with #466790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466790 on black background.


Color preview on white background

This text has color #466790 on white background.



Black color preview on #466790 background

This text has black color on #466790 background.


White color preview on #466790 background

This text has white color on #466790 background.