COLOR #466D87

HEX: #466D87
RGB: (70,109,135)

Renk bilgisi

#466D87 contains mainly green and blue colors. #466D87 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#466D87 color RGB value is (70,109,135).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 135 of 255 = 53%

70
109
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 135 = 314 (100%)
R 70 of 314 ~ 22.29%
G 109 of 314 ~ 34.71%
B 135 of 314 ~ 42.99%

%22.29
%34.71
%42.99

CMYK RENK MODELİ

#466D87 rengi CMYK tonu (48,19,0,47).

  • camgöbeği tonu 48.15%
  • eflatun tonu 19.26%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(48,19,0,47)
C48M19Y0K47 
(48%,19%,0%,47%)
(0.48/0.19/0.00/0.47)	

CMYK yüzdeleri

%48.15
%19.26
%0
%47.06

Codes

Color #466D87 in popluar color models

466D87
RGB70109135
HSL204°31.71%40.20%
HSB/HSV204°48.15%52.94%
CMYK48.15%19.26%0.00%
47.06%

Color #466D87 in popluar number systems.

HEX466D87
Decimal70109135
Binary1000110110110110000111
Octal106155207

Shades and tints

Shades of #466D87

#466D87
(70,109,135)
#40647B
(64,100,123)
#3A5B6F
(58,91,111)
#345263
(52,82,99)
#2E4957
(46,73,87)
#28404B
(40,64,75)
#22373F
(34,55,63)
#1C2E33
(28,46,51)
#162527
(22,37,39)
#101C1B
(16,28,27)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #466D87

#466D87
(70,109,135)
#567A91
(86,122,145)
#66879B
(102,135,155)
#7694A5
(118,148,165)
#86A1AF
(134,161,175)
#96AEB9
(150,174,185)
#A6BBC3
(166,187,195)
#B6C8CD
(182,200,205)
#C6D5D7
(198,213,215)
#D6E2E1
(214,226,225)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466D87; }

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

This text font color is #466D87.


Background Color

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

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

This div background color is #466D87.


Border color

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

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

This div border color is #466D87.


Opacity

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

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

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

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

This text has shadow with #466D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D87 on black background.


Color preview on white background

This text has color #466D87 on white background.



Black color preview on #466D87 background

This text has black color on #466D87 background.


White color preview on #466D87 background

This text has white color on #466D87 background.