COLOR #466A88

HEX: #466A88
RGB: (70,106,136)

Renk bilgisi

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

RGB renk modeli

#466A88 color RGB value is (70,106,136).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 106 of 255 = 42%
B 136 of 255 = 53%

70
106
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 106 + 136 = 312 (100%)
R 70 of 312 ~ 22.44%
G 106 of 312 ~ 33.97%
B 136 of 312 ~ 43.59%

%22.44
%33.97
%43.59

CMYK RENK MODELİ

#466A88 rengi CMYK tonu (49,22,0,47).

  • camgöbeği tonu 48.53%
  • eflatun tonu 22.06%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(49,22,0,47)
C49M22Y0K47 
(49%,22%,0%,47%)
(0.49/0.22/0.00/0.47)	

CMYK yüzdeleri

%48.53
%22.06
%0
%46.67

Codes

Color #466A88 in popluar color models

466A88
RGB70106136
HSL207°32.04%40.39%
HSB/HSV207°48.53%53.33%
CMYK48.53%22.06%0.00%
46.67%

Color #466A88 in popluar number systems.

HEX466A88
Decimal70106136
Binary1000110110101010001000
Octal106152210

Shades and tints

Shades of #466A88

#466A88
(70,106,136)
#40617C
(64,97,124)
#3A5870
(58,88,112)
#344F64
(52,79,100)
#2E4658
(46,70,88)
#283D4C
(40,61,76)
#223440
(34,52,64)
#1C2B34
(28,43,52)
#162228
(22,34,40)
#10191C
(16,25,28)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #466A88

#466A88
(70,106,136)
#567792
(86,119,146)
#66849C
(102,132,156)
#7691A6
(118,145,166)
#869EB0
(134,158,176)
#96ABBA
(150,171,186)
#A6B8C4
(166,184,196)
#B6C5CE
(182,197,206)
#C6D2D8
(198,210,216)
#D6DFE2
(214,223,226)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466A88; }

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

This text font color is #466A88.


Background Color

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

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

This div background color is #466A88.


Border color

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

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

This div border color is #466A88.


Opacity

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

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

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

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

This text has shadow with #466A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466A88 on black background.


Color preview on white background

This text has color #466A88 on white background.



Black color preview on #466A88 background

This text has black color on #466A88 background.


White color preview on #466A88 background

This text has white color on #466A88 background.