COLOR #46777B

HEX: #46777B
RGB: (70,119,123)

Color info

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

RGB color model

#46777B color RGB value is (70,119,123).

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

RGB channels and saturation

R 70 of 255 = 27%
G 119 of 255 = 47%
B 123 of 255 = 48%

70
119
123

R + G + B ~ 41%. #46777B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 119 + 123 = 312 (100%)
R 70 of 312 ~ 22.44%
G 119 of 312 ~ 38.14%
B 123 of 312 ~ 39.42%

%22.44
%38.14
%39.42

CMYK color model

#46777B color CMYK value is (43,3,0,52).

  • cyan value is 43.09%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(43,3,0,52)
C43M3Y0K52 
(43%,3%,0%,52%)
(0.43/0.03/0.00/0.52)	

CMYK percentages

%43.09
%3.25
%0
%51.76

Codes

Color #46777B in popluar color models

46777B
RGB70119123
HSL185°27.46%37.84%
HSB/HSV185°43.09%48.24%
CMYK43.09%3.25%0.00%
51.76%

Color #46777B in popluar number systems.

HEX46777B
Decimal70119123
Binary100011011101111111011
Octal106167173

Shades and tints

Shades of #46777B

#46777B
(70,119,123)
#406D70
(64,109,112)
#3A6365
(58,99,101)
#34595A
(52,89,90)
#2E4F4F
(46,79,79)
#284544
(40,69,68)
#223B39
(34,59,57)
#1C312E
(28,49,46)
#162723
(22,39,35)
#101D18
(16,29,24)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #46777B

#46777B
(70,119,123)
#568387
(86,131,135)
#668F93
(102,143,147)
#769B9F
(118,155,159)
#86A7AB
(134,167,171)
#96B3B7
(150,179,183)
#A6BFC3
(166,191,195)
#B6CBCF
(182,203,207)
#C6D7DB
(198,215,219)
#D6E3E7
(214,227,231)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46777B color. Also use rgb(70,119,123) instead hex code.

Text Font Color

.myTextColor { color: #46777B; }

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

This text font color is #46777B.


Background Color

.myBgColor { background-color: #46777B; }

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

This div background color is #46777B.


Border color

.myBorderColor { border: 1px solid #46777B; }

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

This div border color is #46777B.


Opacity

.myOpacity80 { color: #46777B; opacity: 0.8; }

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

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

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

This text has shadow with #46777B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46777B on black background.


Color preview on white background

This text has color #46777B on white background.



Black color preview on #46777B background

This text has black color on #46777B background.


White color preview on #46777B background

This text has white color on #46777B background.