COLOR #466A93

HEX: #466A93
RGB: (70,106,147)

Renk bilgisi

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

RGB renk modeli

#466A93 color RGB value is (70,106,147).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 106 of 255 = 42%
B 147 of 255 = 58%

70
106
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 106 + 147 = 323 (100%)
R 70 of 323 ~ 21.67%
G 106 of 323 ~ 32.82%
B 147 of 323 ~ 45.51%

%21.67
%32.82
%45.51

CMYK RENK MODELİ

#466A93 rengi CMYK tonu (52,28,0,42).

  • camgöbeği tonu 52.38%
  • eflatun tonu 27.89%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(52,28,0,42)
C52M28Y0K42 
(52%,28%,0%,42%)
(0.52/0.28/0.00/0.42)	

CMYK yüzdeleri

%52.38
%27.89
%0
%42.35

Codes

Color #466A93 in popluar color models

466A93
RGB70106147
HSL212°35.48%42.55%
HSB/HSV212°52.38%57.65%
CMYK52.38%27.89%0.00%
42.35%

Color #466A93 in popluar number systems.

HEX466A93
Decimal70106147
Binary1000110110101010010011
Octal106152223

Shades and tints

Shades of #466A93

#466A93
(70,106,147)
#406186
(64,97,134)
#3A5879
(58,88,121)
#344F6C
(52,79,108)
#2E465F
(46,70,95)
#283D52
(40,61,82)
#223445
(34,52,69)
#1C2B38
(28,43,56)
#16222B
(22,34,43)
#10191E
(16,25,30)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #466A93

#466A93
(70,106,147)
#56779C
(86,119,156)
#6684A5
(102,132,165)
#7691AE
(118,145,174)
#869EB7
(134,158,183)
#96ABC0
(150,171,192)
#A6B8C9
(166,184,201)
#B6C5D2
(182,197,210)
#C6D2DB
(198,210,219)
#D6DFE4
(214,223,228)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466A93; }

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

This text font color is #466A93.


Background Color

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

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

This div background color is #466A93.


Border color

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

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

This div border color is #466A93.


Opacity

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

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

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

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

This text has shadow with #466A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466A93 on black background.


Color preview on white background

This text has color #466A93 on white background.



Black color preview on #466A93 background

This text has black color on #466A93 background.


White color preview on #466A93 background

This text has white color on #466A93 background.