COLOR #466B7E

HEX: #466B7E
RGB: (70,107,126)

Color info

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

RGB color model

#466B7E color RGB value is (70,107,126).

  • red value is 70;
  • green value is 107;
  • blue value is 126.
RGB:
(70,107,126)
(27%,42%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 107 of 255 = 42%
B 126 of 255 = 49%

70
107
126

R + G + B ~ 39%. #466B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 107 + 126 = 303 (100%)
R 70 of 303 ~ 23.1%
G 107 of 303 ~ 35.31%
B 126 of 303 ~ 41.58%

%23.1
%35.31
%41.58

CMYK color model

#466B7E color CMYK value is (44,15,0,51).

  • cyan value is 44.44%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(44,15,0,51)
C44M15Y0K51 
(44%,15%,0%,51%)
(0.44/0.15/0.00/0.51)	

CMYK percentages

%44.44
%15.08
%0
%50.59

Codes

Color #466B7E in popluar color models

466B7E
RGB70107126
HSL200°28.57%38.43%
HSB/HSV200°44.44%49.41%
CMYK44.44%15.08%0.00%
50.59%

Color #466B7E in popluar number systems.

HEX466B7E
Decimal70107126
Binary100011011010111111110
Octal106153176

Shades and tints

Shades of #466B7E

#466B7E
(70,107,126)
#406273
(64,98,115)
#3A5968
(58,89,104)
#34505D
(52,80,93)
#2E4752
(46,71,82)
#283E47
(40,62,71)
#22353C
(34,53,60)
#1C2C31
(28,44,49)
#162326
(22,35,38)
#101A1B
(16,26,27)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #466B7E

#466B7E
(70,107,126)
#567889
(86,120,137)
#668594
(102,133,148)
#76929F
(118,146,159)
#869FAA
(134,159,170)
#96ACB5
(150,172,181)
#A6B9C0
(166,185,192)
#B6C6CB
(182,198,203)
#C6D3D6
(198,211,214)
#D6E0E1
(214,224,225)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466B7E color. Also use rgb(70,107,126) instead hex code.

Text Font Color

.myTextColor { color: #466B7E; }

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

This text font color is #466B7E.


Background Color

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

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

This div background color is #466B7E.


Border color

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

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

This div border color is #466B7E.


Opacity

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

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

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

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

This text has shadow with #466B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466B7E on black background.


Color preview on white background

This text has color #466B7E on white background.



Black color preview on #466B7E background

This text has black color on #466B7E background.


White color preview on #466B7E background

This text has white color on #466B7E background.