COLOR #464AA5

HEX: #464AA5
RGB: (70,74,165)

Renk bilgisi

#464AA5 contains mainly blue color. #464AA5 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#464AA5 color RGB value is (70,74,165).

  • kırmız ton 70;
  • yeşil ton 74;
  • mavi ton 165.
RGB:
(70,74,165)
(27%,29%,65%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 74 of 255 = 29%
B 165 of 255 = 65%

70
74
165

R + G + B ~ 40%. #464AA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 74 + 165 = 309 (100%)
R 70 of 309 ~ 22.65%
G 74 of 309 ~ 23.95%
B 165 of 309 ~ 53.4%

%22.65
%23.95
%53.4

CMYK RENK MODELİ

#464AA5 rengi CMYK tonu (58,55,0,35).

  • camgöbeği tonu 57.58%
  • eflatun tonu 55.15%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(58,55,0,35)
C58M55Y0K35 
(58%,55%,0%,35%)
(0.58/0.55/0.00/0.35)	

CMYK yüzdeleri

%57.58
%55.15
%0
%35.29

Codes

Color #464AA5 in popluar color models

464AA5
RGB7074165
HSL237°40.43%46.08%
HSB/HSV237°57.58%64.71%
CMYK57.58%55.15%0.00%
35.29%

Color #464AA5 in popluar number systems.

HEX464AA5
Decimal7074165
Binary1000110100101010100101
Octal106112245

Shades and tints

Shades of #464AA5

#464AA5
(70,74,165)
#404496
(64,68,150)
#3A3E87
(58,62,135)
#343878
(52,56,120)
#2E3269
(46,50,105)
#282C5A
(40,44,90)
#22264B
(34,38,75)
#1C203C
(28,32,60)
#161A2D
(22,26,45)
#10141E
(16,20,30)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #464AA5

#464AA5
(70,74,165)
#565AAD
(86,90,173)
#666AB5
(102,106,181)
#767ABD
(118,122,189)
#868AC5
(134,138,197)
#969ACD
(150,154,205)
#A6AAD5
(166,170,213)
#B6BADD
(182,186,221)
#C6CAE5
(198,202,229)
#D6DAED
(214,218,237)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464AA5 color. Also use rgb(70,74,165) instead hex code.

Text Font Color

.myTextColor { color: #464AA5; }

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

This text font color is #464AA5.


Background Color

.myBgColor { background-color: #464AA5; }

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

This div background color is #464AA5.


Border color

.myBorderColor { border: 1px solid #464AA5; }

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

This div border color is #464AA5.


Opacity

.myOpacity80 { color: #464AA5; opacity: 0.8; }

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

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

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

This text has shadow with #464AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464AA5 on black background.


Color preview on white background

This text has color #464AA5 on white background.



Black color preview on #464AA5 background

This text has black color on #464AA5 background.


White color preview on #464AA5 background

This text has white color on #464AA5 background.