COLOR #466E77

HEX: #466E77
RGB: (70,110,119)

Renk bilgisi

#466E77 contains red, green and blue colors in about the same proportion. #466E77 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#466E77 color RGB value is (70,110,119).

  • kırmız ton 70;
  • yeşil ton 110;
  • mavi ton 119.
RGB:
(70,110,119)
(27%,43%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 110 of 255 = 43%
B 119 of 255 = 47%

70
110
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 110 + 119 = 299 (100%)
R 70 of 299 ~ 23.41%
G 110 of 299 ~ 36.79%
B 119 of 299 ~ 39.8%

%23.41
%36.79
%39.8

CMYK RENK MODELİ

#466E77 rengi CMYK tonu (41,8,0,53).

  • camgöbeği tonu 41.18%
  • eflatun tonu 7.56%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(41,8,0,53)
C41M8Y0K53 
(41%,8%,0%,53%)
(0.41/0.08/0.00/0.53)	

CMYK yüzdeleri

%41.18
%7.56
%0
%53.33

Codes

Color #466E77 in popluar color models

466E77
RGB70110119
HSL191°25.93%37.06%
HSB/HSV191°41.18%46.67%
CMYK41.18%7.56%0.00%
53.33%

Color #466E77 in popluar number systems.

HEX466E77
Decimal70110119
Binary100011011011101110111
Octal106156167

Shades and tints

Shades of #466E77

#466E77
(70,110,119)
#40646D
(64,100,109)
#3A5A63
(58,90,99)
#345059
(52,80,89)
#2E464F
(46,70,79)
#283C45
(40,60,69)
#22323B
(34,50,59)
#1C2831
(28,40,49)
#161E27
(22,30,39)
#10141D
(16,20,29)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #466E77

#466E77
(70,110,119)
#567B83
(86,123,131)
#66888F
(102,136,143)
#76959B
(118,149,155)
#86A2A7
(134,162,167)
#96AFB3
(150,175,179)
#A6BCBF
(166,188,191)
#B6C9CB
(182,201,203)
#C6D6D7
(198,214,215)
#D6E3E3
(214,227,227)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E77 color. Also use rgb(70,110,119) instead hex code.

Text Font Color

.myTextColor { color: #466E77; }

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

This text font color is #466E77.


Background Color

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

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

This div background color is #466E77.


Border color

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

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

This div border color is #466E77.


Opacity

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

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

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

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

This text has shadow with #466E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E77 on black background.


Color preview on white background

This text has color #466E77 on white background.



Black color preview on #466E77 background

This text has black color on #466E77 background.


White color preview on #466E77 background

This text has white color on #466E77 background.