COLOR #466A78

HEX: #466A78
RGB: (70,106,120)

Color info

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

RGB color model

#466A78 color RGB value is (70,106,120).

  • red value is 70;
  • green value is 106;
  • blue value is 120.
RGB:
(70,106,120)
(27%,42%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 106 of 255 = 42%
B 120 of 255 = 47%

70
106
120

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

Portions of RGB colors in percentages

R + G + B =
70 + 106 + 120 = 296 (100%)
R 70 of 296 ~ 23.65%
G 106 of 296 ~ 35.81%
B 120 of 296 ~ 40.54%

%23.65
%35.81
%40.54

CMYK color model

#466A78 color CMYK value is (42,12,0,53).

  • cyan value is 41.67%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(42,12,0,53)
C42M12Y0K53 
(42%,12%,0%,53%)
(0.42/0.12/0.00/0.53)	

CMYK percentages

%41.67
%11.67
%0
%52.94

Codes

Color #466A78 in popluar color models

466A78
RGB70106120
HSL197°26.32%37.25%
HSB/HSV197°41.67%47.06%
CMYK41.67%11.67%0.00%
52.94%

Color #466A78 in popluar number systems.

HEX466A78
Decimal70106120
Binary100011011010101111000
Octal106152170

Shades and tints

Shades of #466A78

#466A78
(70,106,120)
#40616E
(64,97,110)
#3A5864
(58,88,100)
#344F5A
(52,79,90)
#2E4650
(46,70,80)
#283D46
(40,61,70)
#22343C
(34,52,60)
#1C2B32
(28,43,50)
#162228
(22,34,40)
#10191E
(16,25,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #466A78

#466A78
(70,106,120)
#567784
(86,119,132)
#668490
(102,132,144)
#76919C
(118,145,156)
#869EA8
(134,158,168)
#96ABB4
(150,171,180)
#A6B8C0
(166,184,192)
#B6C5CC
(182,197,204)
#C6D2D8
(198,210,216)
#D6DFE4
(214,223,228)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466A78 color. Also use rgb(70,106,120) instead hex code.

Text Font Color

.myTextColor { color: #466A78; }

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

This text font color is #466A78.


Background Color

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

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

This div background color is #466A78.


Border color

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

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

This div border color is #466A78.


Opacity

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

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

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

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

This text has shadow with #466A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466A78 on black background.


Color preview on white background

This text has color #466A78 on white background.



Black color preview on #466A78 background

This text has black color on #466A78 background.


White color preview on #466A78 background

This text has white color on #466A78 background.