COLOR #466E89

HEX: #466E89
RGB: (70,110,137)

Color info

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

RGB color model

#466E89 color RGB value is (70,110,137).

  • red value is 70;
  • green value is 110;
  • blue value is 137.
RGB:
(70,110,137)
(27%,43%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 137 of 255 = 54%

70
110
137

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

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 137 = 317 (100%)
R 70 of 317 ~ 22.08%
G 110 of 317 ~ 34.7%
B 137 of 317 ~ 43.22%

%22.08
%34.7
%43.22

CMYK color model

#466E89 color CMYK value is (49,20,0,46).

  • cyan value is 48.91%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(49,20,0,46)
C49M20Y0K46 
(49%,20%,0%,46%)
(0.49/0.20/0.00/0.46)	

CMYK percentages

%48.91
%19.71
%0
%46.27

Codes

Color #466E89 in popluar color models

466E89
RGB70110137
HSL204°32.37%40.59%
HSB/HSV204°48.91%53.73%
CMYK48.91%19.71%0.00%
46.27%

Color #466E89 in popluar number systems.

HEX466E89
Decimal70110137
Binary1000110110111010001001
Octal106156211

Shades and tints

Shades of #466E89

#466E89
(70,110,137)
#40647D
(64,100,125)
#3A5A71
(58,90,113)
#345065
(52,80,101)
#2E4659
(46,70,89)
#283C4D
(40,60,77)
#223241
(34,50,65)
#1C2835
(28,40,53)
#161E29
(22,30,41)
#10141D
(16,20,29)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #466E89

#466E89
(70,110,137)
#567B93
(86,123,147)
#66889D
(102,136,157)
#7695A7
(118,149,167)
#86A2B1
(134,162,177)
#96AFBB
(150,175,187)
#A6BCC5
(166,188,197)
#B6C9CF
(182,201,207)
#C6D6D9
(198,214,217)
#D6E3E3
(214,227,227)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E89 color. Also use rgb(70,110,137) instead hex code.

Text Font Color

.myTextColor { color: #466E89; }

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

This text font color is #466E89.


Background Color

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

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

This div background color is #466E89.


Border color

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

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

This div border color is #466E89.


Opacity

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

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

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

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

This text has shadow with #466E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E89 on black background.


Color preview on white background

This text has color #466E89 on white background.



Black color preview on #466E89 background

This text has black color on #466E89 background.


White color preview on #466E89 background

This text has white color on #466E89 background.