COLOR #464A9D

HEX: #464A9D
RGB: (70,74,157)

Renk bilgisi

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

RGB renk modeli

#464A9D color RGB value is (70,74,157).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 74 of 255 = 29%
B 157 of 255 = 62%

70
74
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 74 + 157 = 301 (100%)
R 70 of 301 ~ 23.26%
G 74 of 301 ~ 24.58%
B 157 of 301 ~ 52.16%

%23.26
%24.58
%52.16

CMYK RENK MODELİ

#464A9D rengi CMYK tonu (55,53,0,38).

  • camgöbeği tonu 55.41%
  • eflatun tonu 52.87%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(55,53,0,38)
C55M53Y0K38 
(55%,53%,0%,38%)
(0.55/0.53/0.00/0.38)	

CMYK yüzdeleri

%55.41
%52.87
%0
%38.43

Codes

Color #464A9D in popluar color models

464A9D
RGB7074157
HSL237°38.33%44.51%
HSB/HSV237°55.41%61.57%
CMYK55.41%52.87%0.00%
38.43%

Color #464A9D in popluar number systems.

HEX464A9D
Decimal7074157
Binary1000110100101010011101
Octal106112235

Shades and tints

Shades of #464A9D

#464A9D
(70,74,157)
#40448F
(64,68,143)
#3A3E81
(58,62,129)
#343873
(52,56,115)
#2E3265
(46,50,101)
#282C57
(40,44,87)
#222649
(34,38,73)
#1C203B
(28,32,59)
#161A2D
(22,26,45)
#10141F
(16,20,31)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #464A9D

#464A9D
(70,74,157)
#565AA5
(86,90,165)
#666AAD
(102,106,173)
#767AB5
(118,122,181)
#868ABD
(134,138,189)
#969AC5
(150,154,197)
#A6AACD
(166,170,205)
#B6BAD5
(182,186,213)
#C6CADD
(198,202,221)
#D6DAE5
(214,218,229)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A9D; }

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

This text font color is #464A9D.


Background Color

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

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

This div background color is #464A9D.


Border color

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

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

This div border color is #464A9D.


Opacity

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

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

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

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

This text has shadow with #464A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A9D on black background.


Color preview on white background

This text has color #464A9D on white background.



Black color preview on #464A9D background

This text has black color on #464A9D background.


White color preview on #464A9D background

This text has white color on #464A9D background.