COLOR #466079

HEX: #466079
RGB: (70,96,121)

Color info

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

RGB color model

#466079 color RGB value is (70,96,121).

  • red value is 70;
  • green value is 96;
  • blue value is 121.
RGB:
(70,96,121)
(27%,38%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 121 of 255 = 47%

70
96
121

R + G + B ~ 37%. #466079 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 121 = 287 (100%)
R 70 of 287 ~ 24.39%
G 96 of 287 ~ 33.45%
B 121 of 287 ~ 42.16%

%24.39
%33.45
%42.16

CMYK color model

#466079 color CMYK value is (42,21,0,53).

  • cyan value is 42.15%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(42,21,0,53)
C42M21Y0K53 
(42%,21%,0%,53%)
(0.42/0.21/0.00/0.53)	

CMYK percentages

%42.15
%20.66
%0
%52.55

Codes

Color #466079 in popluar color models

466079
RGB7096121
HSL209°26.70%37.45%
HSB/HSV209°42.15%47.45%
CMYK42.15%20.66%0.00%
52.55%

Color #466079 in popluar number systems.

HEX466079
Decimal7096121
Binary100011011000001111001
Octal106140171

Shades and tints

Shades of #466079

#466079
(70,96,121)
#40586E
(64,88,110)
#3A5063
(58,80,99)
#344858
(52,72,88)
#2E404D
(46,64,77)
#283842
(40,56,66)
#223037
(34,48,55)
#1C282C
(28,40,44)
#162021
(22,32,33)
#101816
(16,24,22)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #466079

#466079
(70,96,121)
#566E85
(86,110,133)
#667C91
(102,124,145)
#768A9D
(118,138,157)
#8698A9
(134,152,169)
#96A6B5
(150,166,181)
#A6B4C1
(166,180,193)
#B6C2CD
(182,194,205)
#C6D0D9
(198,208,217)
#D6DEE5
(214,222,229)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466079 color. Also use rgb(70,96,121) instead hex code.

Text Font Color

.myTextColor { color: #466079; }

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

This text font color is #466079.


Background Color

.myBgColor { background-color: #466079; }

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

This div background color is #466079.


Border color

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

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

This div border color is #466079.


Opacity

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

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

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

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

This text has shadow with #466079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466079 on black background.


Color preview on white background

This text has color #466079 on white background.



Black color preview on #466079 background

This text has black color on #466079 background.


White color preview on #466079 background

This text has white color on #466079 background.