COLOR #466E85

HEX: #466E85
RGB: (70,110,133)

Renk bilgisi

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

RGB renk modeli

#466E85 color RGB value is (70,110,133).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 110 of 255 = 43%
B 133 of 255 = 52%

70
110
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 110 + 133 = 313 (100%)
R 70 of 313 ~ 22.36%
G 110 of 313 ~ 35.14%
B 133 of 313 ~ 42.49%

%22.36
%35.14
%42.49

CMYK RENK MODELİ

#466E85 rengi CMYK tonu (47,17,0,48).

  • camgöbeği tonu 47.37%
  • eflatun tonu 17.29%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(47,17,0,48)
C47M17Y0K48 
(47%,17%,0%,48%)
(0.47/0.17/0.00/0.48)	

CMYK yüzdeleri

%47.37
%17.29
%0
%47.84

Codes

Color #466E85 in popluar color models

466E85
RGB70110133
HSL202°31.03%39.80%
HSB/HSV202°47.37%52.16%
CMYK47.37%17.29%0.00%
47.84%

Color #466E85 in popluar number systems.

HEX466E85
Decimal70110133
Binary1000110110111010000101
Octal106156205

Shades and tints

Shades of #466E85

#466E85
(70,110,133)
#406479
(64,100,121)
#3A5A6D
(58,90,109)
#345061
(52,80,97)
#2E4655
(46,70,85)
#283C49
(40,60,73)
#22323D
(34,50,61)
#1C2831
(28,40,49)
#161E25
(22,30,37)
#101419
(16,20,25)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #466E85

#466E85
(70,110,133)
#567B90
(86,123,144)
#66889B
(102,136,155)
#7695A6
(118,149,166)
#86A2B1
(134,162,177)
#96AFBC
(150,175,188)
#A6BCC7
(166,188,199)
#B6C9D2
(182,201,210)
#C6D6DD
(198,214,221)
#D6E3E8
(214,227,232)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466E85; }

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

This text font color is #466E85.


Background Color

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

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

This div background color is #466E85.


Border color

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

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

This div border color is #466E85.


Opacity

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

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

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

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

This text has shadow with #466E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E85 on black background.


Color preview on white background

This text has color #466E85 on white background.



Black color preview on #466E85 background

This text has black color on #466E85 background.


White color preview on #466E85 background

This text has white color on #466E85 background.