COLOR #464D9A

HEX: #464D9A
RGB: (70,77,154)

Renk bilgisi

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

RGB renk modeli

#464D9A color RGB value is (70,77,154).

  • kırmız ton 70;
  • yeşil ton 77;
  • mavi ton 154.
RGB:
(70,77,154)
(27%,30%,60%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 77 of 255 = 30%
B 154 of 255 = 60%

70
77
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 77 + 154 = 301 (100%)
R 70 of 301 ~ 23.26%
G 77 of 301 ~ 25.58%
B 154 of 301 ~ 51.16%

%23.26
%25.58
%51.16

CMYK RENK MODELİ

#464D9A rengi CMYK tonu (55,50,0,40).

  • camgöbeği tonu 54.55%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(55,50,0,40)
C55M50Y0K40 
(55%,50%,0%,40%)
(0.55/0.50/0.00/0.40)	

CMYK yüzdeleri

%54.55
%50
%0
%39.61

Codes

Color #464D9A in popluar color models

464D9A
RGB7077154
HSL235°37.50%43.92%
HSB/HSV235°54.55%60.39%
CMYK54.55%50.00%0.00%
39.61%

Color #464D9A in popluar number systems.

HEX464D9A
Decimal7077154
Binary1000110100110110011010
Octal106115232

Shades and tints

Shades of #464D9A

#464D9A
(70,77,154)
#40468C
(64,70,140)
#3A3F7E
(58,63,126)
#343870
(52,56,112)
#2E3162
(46,49,98)
#282A54
(40,42,84)
#222346
(34,35,70)
#1C1C38
(28,28,56)
#16152A
(22,21,42)
#100E1C
(16,14,28)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #464D9A

#464D9A
(70,77,154)
#565DA3
(86,93,163)
#666DAC
(102,109,172)
#767DB5
(118,125,181)
#868DBE
(134,141,190)
#969DC7
(150,157,199)
#A6ADD0
(166,173,208)
#B6BDD9
(182,189,217)
#C6CDE2
(198,205,226)
#D6DDEB
(214,221,235)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D9A color. Also use rgb(70,77,154) instead hex code.

Text Font Color

.myTextColor { color: #464D9A; }

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

This text font color is #464D9A.


Background Color

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

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

This div background color is #464D9A.


Border color

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

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

This div border color is #464D9A.


Opacity

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

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

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

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

This text has shadow with #464D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D9A on black background.


Color preview on white background

This text has color #464D9A on white background.



Black color preview on #464D9A background

This text has black color on #464D9A background.


White color preview on #464D9A background

This text has white color on #464D9A background.