COLOR #466489

HEX: #466489
RGB: (70,100,137)

Color info

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

RGB color model

#466489 color RGB value is (70,100,137).

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

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 137 of 255 = 54%

70
100
137

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

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 137 = 307 (100%)
R 70 of 307 ~ 22.8%
G 100 of 307 ~ 32.57%
B 137 of 307 ~ 44.63%

%22.8
%32.57
%44.63

CMYK color model

#466489 color CMYK value is (49,27,0,46).

  • cyan value is 48.91%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(49,27,0,46)
C49M27Y0K46 
(49%,27%,0%,46%)
(0.49/0.27/0.00/0.46)	

CMYK percentages

%48.91
%27.01
%0
%46.27

Codes

Color #466489 in popluar color models

466489
RGB70100137
HSL213°32.37%40.59%
HSB/HSV213°48.91%53.73%
CMYK48.91%27.01%0.00%
46.27%

Color #466489 in popluar number systems.

HEX466489
Decimal70100137
Binary1000110110010010001001
Octal106144211

Shades and tints

Shades of #466489

#466489
(70,100,137)
#405B7D
(64,91,125)
#3A5271
(58,82,113)
#344965
(52,73,101)
#2E4059
(46,64,89)
#28374D
(40,55,77)
#222E41
(34,46,65)
#1C2535
(28,37,53)
#161C29
(22,28,41)
#10131D
(16,19,29)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #466489

#466489
(70,100,137)
#567293
(86,114,147)
#66809D
(102,128,157)
#768EA7
(118,142,167)
#869CB1
(134,156,177)
#96AABB
(150,170,187)
#A6B8C5
(166,184,197)
#B6C6CF
(182,198,207)
#C6D4D9
(198,212,217)
#D6E2E3
(214,226,227)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466489; }

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

This text font color is #466489.


Background Color

.myBgColor { background-color: #466489; }

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

This div background color is #466489.


Border color

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

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

This div border color is #466489.


Opacity

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

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

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

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

This text has shadow with #466489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466489 on black background.


Color preview on white background

This text has color #466489 on white background.



Black color preview on #466489 background

This text has black color on #466489 background.


White color preview on #466489 background

This text has white color on #466489 background.