COLOR #466F79

HEX: #466F79
RGB: (70,111,121)

Renk bilgisi

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

RGB renk modeli

#466F79 color RGB value is (70,111,121).

  • kırmız ton 70;
  • yeşil ton 111;
  • mavi ton 121.
RGB:
(70,111,121)
(27%,44%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 111 of 255 = 44%
B 121 of 255 = 47%

70
111
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 111 + 121 = 302 (100%)
R 70 of 302 ~ 23.18%
G 111 of 302 ~ 36.75%
B 121 of 302 ~ 40.07%

%23.18
%36.75
%40.07

CMYK RENK MODELİ

#466F79 rengi CMYK tonu (42,8,0,53).

  • camgöbeği tonu 42.15%
  • eflatun tonu 8.26%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(42,8,0,53)
C42M8Y0K53 
(42%,8%,0%,53%)
(0.42/0.08/0.00/0.53)	

CMYK yüzdeleri

%42.15
%8.26
%0
%52.55

Codes

Color #466F79 in popluar color models

466F79
RGB70111121
HSL192°26.70%37.45%
HSB/HSV192°42.15%47.45%
CMYK42.15%8.26%0.00%
52.55%

Color #466F79 in popluar number systems.

HEX466F79
Decimal70111121
Binary100011011011111111001
Octal106157171

Shades and tints

Shades of #466F79

#466F79
(70,111,121)
#40656E
(64,101,110)
#3A5B63
(58,91,99)
#345158
(52,81,88)
#2E474D
(46,71,77)
#283D42
(40,61,66)
#223337
(34,51,55)
#1C292C
(28,41,44)
#161F21
(22,31,33)
#101516
(16,21,22)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #466F79

#466F79
(70,111,121)
#567C85
(86,124,133)
#668991
(102,137,145)
#76969D
(118,150,157)
#86A3A9
(134,163,169)
#96B0B5
(150,176,181)
#A6BDC1
(166,189,193)
#B6CACD
(182,202,205)
#C6D7D9
(198,215,217)
#D6E4E5
(214,228,229)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466F79 color. Also use rgb(70,111,121) instead hex code.

Text Font Color

.myTextColor { color: #466F79; }

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

This text font color is #466F79.


Background Color

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

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

This div background color is #466F79.


Border color

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

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

This div border color is #466F79.


Opacity

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

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

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

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

This text has shadow with #466F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F79 on black background.


Color preview on white background

This text has color #466F79 on white background.



Black color preview on #466F79 background

This text has black color on #466F79 background.


White color preview on #466F79 background

This text has white color on #466F79 background.