COLOR #46778E

HEX: #46778E
RGB: (70,119,142)

Color info

#46778E contains mainly green and blue colors. Web safe color of #46778E is #336699 (or #369).

RGB color model

#46778E color RGB value is (70,119,142).

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

RGB channels and saturation

R 70 of 255 = 27%
G 119 of 255 = 47%
B 142 of 255 = 56%

70
119
142

R + G + B ~ 43%. #46778E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 119 + 142 = 331 (100%)
R 70 of 331 ~ 21.15%
G 119 of 331 ~ 35.95%
B 142 of 331 ~ 42.9%

%21.15
%35.95
%42.9

CMYK color model

#46778E color CMYK value is (51,16,0,44).

  • cyan value is 50.70%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(51,16,0,44)
C51M16Y0K44 
(51%,16%,0%,44%)
(0.51/0.16/0.00/0.44)	

CMYK percentages

%50.7
%16.2
%0
%44.31

Codes

Color #46778E in popluar color models

46778E
RGB70119142
HSL199°33.96%41.57%
HSB/HSV199°50.70%55.69%
CMYK50.70%16.20%0.00%
44.31%

Color #46778E in popluar number systems.

HEX46778E
Decimal70119142
Binary1000110111011110001110
Octal106167216

Shades and tints

Shades of #46778E

#46778E
(70,119,142)
#406D82
(64,109,130)
#3A6376
(58,99,118)
#34596A
(52,89,106)
#2E4F5E
(46,79,94)
#284552
(40,69,82)
#223B46
(34,59,70)
#1C313A
(28,49,58)
#16272E
(22,39,46)
#101D22
(16,29,34)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #46778E

#46778E
(70,119,142)
#568398
(86,131,152)
#668FA2
(102,143,162)
#769BAC
(118,155,172)
#86A7B6
(134,167,182)
#96B3C0
(150,179,192)
#A6BFCA
(166,191,202)
#B6CBD4
(182,203,212)
#C6D7DE
(198,215,222)
#D6E3E8
(214,227,232)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46778E; }

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

This text font color is #46778E.


Background Color

.myBgColor { background-color: #46778E; }

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

This div background color is #46778E.


Border color

.myBorderColor { border: 1px solid #46778E; }

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

This div border color is #46778E.


Opacity

.myOpacity80 { color: #46778E; opacity: 0.8; }

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

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

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

This text has shadow with #46778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46778E on black background.


Color preview on white background

This text has color #46778E on white background.



Black color preview on #46778E background

This text has black color on #46778E background.


White color preview on #46778E background

This text has white color on #46778E background.