COLOR #466394

HEX: #466394
RGB: (70,99,148)

Color info

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

RGB color model

#466394 color RGB value is (70,99,148).

  • red value is 70;
  • green value is 99;
  • blue value is 148.
RGB:
(70,99,148)
(27%,39%,58%)

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 148 of 255 = 58%

70
99
148

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 148 = 317 (100%)
R 70 of 317 ~ 22.08%
G 99 of 317 ~ 31.23%
B 148 of 317 ~ 46.69%

%22.08
%31.23
%46.69

CMYK color model

#466394 color CMYK value is (53,33,0,42).

  • cyan value is 52.70%
  • magenta value is 33.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(53,33,0,42)
C53M33Y0K42 
(53%,33%,0%,42%)
(0.53/0.33/0.00/0.42)	

CMYK percentages

%52.7
%33.11
%0
%41.96

Codes

Color #466394 in popluar color models

466394
RGB7099148
HSL218°35.78%42.75%
HSB/HSV218°52.70%58.04%
CMYK52.70%33.11%0.00%
41.96%

Color #466394 in popluar number systems.

HEX466394
Decimal7099148
Binary1000110110001110010100
Octal106143224

Shades and tints

Shades of #466394

#466394
(70,99,148)
#405A87
(64,90,135)
#3A517A
(58,81,122)
#34486D
(52,72,109)
#2E3F60
(46,63,96)
#283653
(40,54,83)
#222D46
(34,45,70)
#1C2439
(28,36,57)
#161B2C
(22,27,44)
#10121F
(16,18,31)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #466394

#466394
(70,99,148)
#56719D
(86,113,157)
#667FA6
(102,127,166)
#768DAF
(118,141,175)
#869BB8
(134,155,184)
#96A9C1
(150,169,193)
#A6B7CA
(166,183,202)
#B6C5D3
(182,197,211)
#C6D3DC
(198,211,220)
#D6E1E5
(214,225,229)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466394 color. Also use rgb(70,99,148) instead hex code.

Text Font Color

.myTextColor { color: #466394; }

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

This text font color is #466394.


Background Color

.myBgColor { background-color: #466394; }

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

This div background color is #466394.


Border color

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

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

This div border color is #466394.


Opacity

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

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

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

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

This text has shadow with #466394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466394 on black background.


Color preview on white background

This text has color #466394 on white background.



Black color preview on #466394 background

This text has black color on #466394 background.


White color preview on #466394 background

This text has white color on #466394 background.