COLOR #466188

HEX: #466188
RGB: (70,97,136)

Renk bilgisi

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

RGB renk modeli

#466188 color RGB value is (70,97,136).

  • kırmız ton 70;
  • yeşil ton 97;
  • mavi ton 136.
RGB:
(70,97,136)
(27%,38%,53%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 97 of 255 = 38%
B 136 of 255 = 53%

70
97
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 97 + 136 = 303 (100%)
R 70 of 303 ~ 23.1%
G 97 of 303 ~ 32.01%
B 136 of 303 ~ 44.88%

%23.1
%32.01
%44.88

CMYK RENK MODELİ

#466188 rengi CMYK tonu (49,29,0,47).

  • camgöbeği tonu 48.53%
  • eflatun tonu 28.68%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(49,29,0,47)
C49M29Y0K47 
(49%,29%,0%,47%)
(0.49/0.29/0.00/0.47)	

CMYK yüzdeleri

%48.53
%28.68
%0
%46.67

Codes

Color #466188 in popluar color models

466188
RGB7097136
HSL215°32.04%40.39%
HSB/HSV215°48.53%53.33%
CMYK48.53%28.68%0.00%
46.67%

Color #466188 in popluar number systems.

HEX466188
Decimal7097136
Binary1000110110000110001000
Octal106141210

Shades and tints

Shades of #466188

#466188
(70,97,136)
#40597C
(64,89,124)
#3A5170
(58,81,112)
#344964
(52,73,100)
#2E4158
(46,65,88)
#28394C
(40,57,76)
#223140
(34,49,64)
#1C2934
(28,41,52)
#162128
(22,33,40)
#10191C
(16,25,28)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #466188

#466188
(70,97,136)
#566F92
(86,111,146)
#667D9C
(102,125,156)
#768BA6
(118,139,166)
#8699B0
(134,153,176)
#96A7BA
(150,167,186)
#A6B5C4
(166,181,196)
#B6C3CE
(182,195,206)
#C6D1D8
(198,209,216)
#D6DFE2
(214,223,226)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466188 color. Also use rgb(70,97,136) instead hex code.

Text Font Color

.myTextColor { color: #466188; }

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

This text font color is #466188.


Background Color

.myBgColor { background-color: #466188; }

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

This div background color is #466188.


Border color

.myBorderColor { border: 1px solid #466188; }

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

This div border color is #466188.


Opacity

.myOpacity80 { color: #466188; opacity: 0.8; }

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

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

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

This text has shadow with #466188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466188 on black background.


Color preview on white background

This text has color #466188 on white background.



Black color preview on #466188 background

This text has black color on #466188 background.


White color preview on #466188 background

This text has white color on #466188 background.