COLOR #466978

HEX: #466978
RGB: (70,105,120)

Color info

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

RGB color model

#466978 color RGB value is (70,105,120).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 120 of 255 = 47%

70
105
120

R + G + B ~ 38%. #466978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 120 = 295 (100%)
R 70 of 295 ~ 23.73%
G 105 of 295 ~ 35.59%
B 120 of 295 ~ 40.68%

%23.73
%35.59
%40.68

CMYK color model

#466978 color CMYK value is (42,13,0,53).

  • cyan value is 41.67%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(42,13,0,53)
C42M13Y0K53 
(42%,13%,0%,53%)
(0.42/0.13/0.00/0.53)	

CMYK percentages

%41.67
%12.5
%0
%52.94

Codes

Color #466978 in popluar color models

466978
RGB70105120
HSL198°26.32%37.25%
HSB/HSV198°41.67%47.06%
CMYK41.67%12.50%0.00%
52.94%

Color #466978 in popluar number systems.

HEX466978
Decimal70105120
Binary100011011010011111000
Octal106151170

Shades and tints

Shades of #466978

#466978
(70,105,120)
#40606E
(64,96,110)
#3A5764
(58,87,100)
#344E5A
(52,78,90)
#2E4550
(46,69,80)
#283C46
(40,60,70)
#22333C
(34,51,60)
#1C2A32
(28,42,50)
#162128
(22,33,40)
#10181E
(16,24,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #466978

#466978
(70,105,120)
#567684
(86,118,132)
#668390
(102,131,144)
#76909C
(118,144,156)
#869DA8
(134,157,168)
#96AAB4
(150,170,180)
#A6B7C0
(166,183,192)
#B6C4CC
(182,196,204)
#C6D1D8
(198,209,216)
#D6DEE4
(214,222,228)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466978; }

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

This text font color is #466978.


Background Color

.myBgColor { background-color: #466978; }

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

This div background color is #466978.


Border color

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

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

This div border color is #466978.


Opacity

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

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

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

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

This text has shadow with #466978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466978 on black background.


Color preview on white background

This text has color #466978 on white background.



Black color preview on #466978 background

This text has black color on #466978 background.


White color preview on #466978 background

This text has white color on #466978 background.