COLOR #466897

HEX: #466897
RGB: (70,104,151)

Color info

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

RGB color model

#466897 color RGB value is (70,104,151).

  • red value is 70;
  • green value is 104;
  • blue value is 151.
RGB:
(70,104,151)
(27%,41%,59%)

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 151 of 255 = 59%

70
104
151

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

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 151 = 325 (100%)
R 70 of 325 ~ 21.54%
G 104 of 325 ~ 32%
B 151 of 325 ~ 46.46%

%21.54
%32
%46.46

CMYK color model

#466897 color CMYK value is (54,31,0,41).

  • cyan value is 53.64%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(54,31,0,41)
C54M31Y0K41 
(54%,31%,0%,41%)
(0.54/0.31/0.00/0.41)	

CMYK percentages

%53.64
%31.13
%0
%40.78

Codes

Color #466897 in popluar color models

466897
RGB70104151
HSL215°36.65%43.33%
HSB/HSV215°53.64%59.22%
CMYK53.64%31.13%0.00%
40.78%

Color #466897 in popluar number systems.

HEX466897
Decimal70104151
Binary1000110110100010010111
Octal106150227

Shades and tints

Shades of #466897

#466897
(70,104,151)
#405F8A
(64,95,138)
#3A567D
(58,86,125)
#344D70
(52,77,112)
#2E4463
(46,68,99)
#283B56
(40,59,86)
#223249
(34,50,73)
#1C293C
(28,41,60)
#16202F
(22,32,47)
#101722
(16,23,34)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #466897

#466897
(70,104,151)
#5675A0
(86,117,160)
#6682A9
(102,130,169)
#768FB2
(118,143,178)
#869CBB
(134,156,187)
#96A9C4
(150,169,196)
#A6B6CD
(166,182,205)
#B6C3D6
(182,195,214)
#C6D0DF
(198,208,223)
#D6DDE8
(214,221,232)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466897 color. Also use rgb(70,104,151) instead hex code.

Text Font Color

.myTextColor { color: #466897; }

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

This text font color is #466897.


Background Color

.myBgColor { background-color: #466897; }

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

This div background color is #466897.


Border color

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

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

This div border color is #466897.


Opacity

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

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

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

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

This text has shadow with #466897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466897 on black background.


Color preview on white background

This text has color #466897 on white background.



Black color preview on #466897 background

This text has black color on #466897 background.


White color preview on #466897 background

This text has white color on #466897 background.