COLOR #466D76

HEX: #466D76
RGB: (70,109,118)

Renk bilgisi

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

RGB renk modeli

#466D76 color RGB value is (70,109,118).

  • kırmız ton 70;
  • yeşil ton 109;
  • mavi ton 118.
RGB:
(70,109,118)
(27%,43%,46%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 118 of 255 = 46%

70
109
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 118 = 297 (100%)
R 70 of 297 ~ 23.57%
G 109 of 297 ~ 36.7%
B 118 of 297 ~ 39.73%

%23.57
%36.7
%39.73

CMYK RENK MODELİ

#466D76 rengi CMYK tonu (41,8,0,54).

  • camgöbeği tonu 40.68%
  • eflatun tonu 7.63%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(41,8,0,54)
C41M8Y0K54 
(41%,8%,0%,54%)
(0.41/0.08/0.00/0.54)	

CMYK yüzdeleri

%40.68
%7.63
%0
%53.73

Codes

Color #466D76 in popluar color models

466D76
RGB70109118
HSL191°25.53%36.86%
HSB/HSV191°40.68%46.27%
CMYK40.68%7.63%0.00%
53.73%

Color #466D76 in popluar number systems.

HEX466D76
Decimal70109118
Binary100011011011011110110
Octal106155166

Shades and tints

Shades of #466D76

#466D76
(70,109,118)
#40646C
(64,100,108)
#3A5B62
(58,91,98)
#345258
(52,82,88)
#2E494E
(46,73,78)
#284044
(40,64,68)
#22373A
(34,55,58)
#1C2E30
(28,46,48)
#162526
(22,37,38)
#101C1C
(16,28,28)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #466D76

#466D76
(70,109,118)
#567A82
(86,122,130)
#66878E
(102,135,142)
#76949A
(118,148,154)
#86A1A6
(134,161,166)
#96AEB2
(150,174,178)
#A6BBBE
(166,187,190)
#B6C8CA
(182,200,202)
#C6D5D6
(198,213,214)
#D6E2E2
(214,226,226)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466D76 color. Also use rgb(70,109,118) instead hex code.

Text Font Color

.myTextColor { color: #466D76; }

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

This text font color is #466D76.


Background Color

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

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

This div background color is #466D76.


Border color

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

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

This div border color is #466D76.


Opacity

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

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

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

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

This text has shadow with #466D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D76 on black background.


Color preview on white background

This text has color #466D76 on white background.



Black color preview on #466D76 background

This text has black color on #466D76 background.


White color preview on #466D76 background

This text has white color on #466D76 background.