COLOR #466C87

HEX: #466C87
RGB: (70,108,135)

Color info

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

RGB color model

#466C87 color RGB value is (70,108,135).

  • red value is 70;
  • green value is 108;
  • blue value is 135.
RGB:
(70,108,135)
(27%,42%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 135 of 255 = 53%

70
108
135

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

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 135 = 313 (100%)
R 70 of 313 ~ 22.36%
G 108 of 313 ~ 34.5%
B 135 of 313 ~ 43.13%

%22.36
%34.5
%43.13

CMYK color model

#466C87 color CMYK value is (48,20,0,47).

  • cyan value is 48.15%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(48,20,0,47)
C48M20Y0K47 
(48%,20%,0%,47%)
(0.48/0.20/0.00/0.47)	

CMYK percentages

%48.15
%20
%0
%47.06

Codes

Color #466C87 in popluar color models

466C87
RGB70108135
HSL205°31.71%40.20%
HSB/HSV205°48.15%52.94%
CMYK48.15%20.00%0.00%
47.06%

Color #466C87 in popluar number systems.

HEX466C87
Decimal70108135
Binary1000110110110010000111
Octal106154207

Shades and tints

Shades of #466C87

#466C87
(70,108,135)
#40637B
(64,99,123)
#3A5A6F
(58,90,111)
#345163
(52,81,99)
#2E4857
(46,72,87)
#283F4B
(40,63,75)
#22363F
(34,54,63)
#1C2D33
(28,45,51)
#162427
(22,36,39)
#101B1B
(16,27,27)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #466C87

#466C87
(70,108,135)
#567991
(86,121,145)
#66869B
(102,134,155)
#7693A5
(118,147,165)
#86A0AF
(134,160,175)
#96ADB9
(150,173,185)
#A6BAC3
(166,186,195)
#B6C7CD
(182,199,205)
#C6D4D7
(198,212,215)
#D6E1E1
(214,225,225)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466C87 color. Also use rgb(70,108,135) instead hex code.

Text Font Color

.myTextColor { color: #466C87; }

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

This text font color is #466C87.


Background Color

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

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

This div background color is #466C87.


Border color

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

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

This div border color is #466C87.


Opacity

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

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

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

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

This text has shadow with #466C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C87 on black background.


Color preview on white background

This text has color #466C87 on white background.



Black color preview on #466C87 background

This text has black color on #466C87 background.


White color preview on #466C87 background

This text has white color on #466C87 background.