COLOR #466D98

HEX: #466D98
RGB: (70,109,152)

Color info

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

RGB color model

#466D98 color RGB value is (70,109,152).

  • red value is 70;
  • green value is 109;
  • blue value is 152.
RGB:
(70,109,152)
(27%,43%,60%)

RGB channels and saturation

R 70 of 255 = 27%
G 109 of 255 = 43%
B 152 of 255 = 60%

70
109
152

R + G + B ~ 43%. #466D98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 109 + 152 = 331 (100%)
R 70 of 331 ~ 21.15%
G 109 of 331 ~ 32.93%
B 152 of 331 ~ 45.92%

%21.15
%32.93
%45.92

CMYK color model

#466D98 color CMYK value is (54,28,0,40).

  • cyan value is 53.95%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(54,28,0,40)
C54M28Y0K40 
(54%,28%,0%,40%)
(0.54/0.28/0.00/0.40)	

CMYK percentages

%53.95
%28.29
%0
%40.39

Codes

Color #466D98 in popluar color models

466D98
RGB70109152
HSL211°36.94%43.53%
HSB/HSV211°53.95%59.61%
CMYK53.95%28.29%0.00%
40.39%

Color #466D98 in popluar number systems.

HEX466D98
Decimal70109152
Binary1000110110110110011000
Octal106155230

Shades and tints

Shades of #466D98

#466D98
(70,109,152)
#40648B
(64,100,139)
#3A5B7E
(58,91,126)
#345271
(52,82,113)
#2E4964
(46,73,100)
#284057
(40,64,87)
#22374A
(34,55,74)
#1C2E3D
(28,46,61)
#162530
(22,37,48)
#101C23
(16,28,35)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #466D98

#466D98
(70,109,152)
#567AA1
(86,122,161)
#6687AA
(102,135,170)
#7694B3
(118,148,179)
#86A1BC
(134,161,188)
#96AEC5
(150,174,197)
#A6BBCE
(166,187,206)
#B6C8D7
(182,200,215)
#C6D5E0
(198,213,224)
#D6E2E9
(214,226,233)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466D98 color. Also use rgb(70,109,152) instead hex code.

Text Font Color

.myTextColor { color: #466D98; }

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

This text font color is #466D98.


Background Color

.myBgColor { background-color: #466D98; }

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

This div background color is #466D98.


Border color

.myBorderColor { border: 1px solid #466D98; }

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

This div border color is #466D98.


Opacity

.myOpacity80 { color: #466D98; opacity: 0.8; }

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

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

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

This text has shadow with #466D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D98 on black background.


Color preview on white background

This text has color #466D98 on white background.



Black color preview on #466D98 background

This text has black color on #466D98 background.


White color preview on #466D98 background

This text has white color on #466D98 background.