COLOR #465677

HEX: #465677
RGB: (70,86,119)

Color info

#465677 contains red, green and blue colors in about the same proportion. Web safe color of #465677 is #336666 (or #366).

RGB color model

#465677 color RGB value is (70,86,119).

  • red value is 70;
  • green value is 86;
  • blue value is 119.
RGB:
(70,86,119)
(27%,34%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 119 of 255 = 47%

70
86
119

R + G + B ~ 36%. #465677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 119 = 275 (100%)
R 70 of 275 ~ 25.45%
G 86 of 275 ~ 31.27%
B 119 of 275 ~ 43.27%

%25.45
%31.27
%43.27

CMYK color model

#465677 color CMYK value is (41,28,0,53).

  • cyan value is 41.18%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(41,28,0,53)
C41M28Y0K53 
(41%,28%,0%,53%)
(0.41/0.28/0.00/0.53)	

CMYK percentages

%41.18
%27.73
%0
%53.33

Codes

Color #465677 in popluar color models

465677
RGB7086119
HSL220°25.93%37.06%
HSB/HSV220°41.18%46.67%
CMYK41.18%27.73%0.00%
53.33%

Color #465677 in popluar number systems.

HEX465677
Decimal7086119
Binary100011010101101110111
Octal106126167

Shades and tints

Shades of #465677

#465677
(70,86,119)
#404F6D
(64,79,109)
#3A4863
(58,72,99)
#344159
(52,65,89)
#2E3A4F
(46,58,79)
#283345
(40,51,69)
#222C3B
(34,44,59)
#1C2531
(28,37,49)
#161E27
(22,30,39)
#10171D
(16,23,29)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #465677

#465677
(70,86,119)
#566583
(86,101,131)
#66748F
(102,116,143)
#76839B
(118,131,155)
#8692A7
(134,146,167)
#96A1B3
(150,161,179)
#A6B0BF
(166,176,191)
#B6BFCB
(182,191,203)
#C6CED7
(198,206,215)
#D6DDE3
(214,221,227)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465677 color. Also use rgb(70,86,119) instead hex code.

Text Font Color

.myTextColor { color: #465677; }

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

This text font color is #465677.


Background Color

.myBgColor { background-color: #465677; }

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

This div background color is #465677.


Border color

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

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

This div border color is #465677.


Opacity

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

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

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

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

This text has shadow with #465677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465677 on black background.


Color preview on white background

This text has color #465677 on white background.



Black color preview on #465677 background

This text has black color on #465677 background.


White color preview on #465677 background

This text has white color on #465677 background.