COLOR #464A95

HEX: #464A95
RGB: (70,74,149)

Renk bilgisi

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

RGB renk modeli

#464A95 color RGB value is (70,74,149).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 74 of 255 = 29%
B 149 of 255 = 58%

70
74
149

R + G + B ~ 38%. #464A95 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 74 + 149 = 293 (100%)
R 70 of 293 ~ 23.89%
G 74 of 293 ~ 25.26%
B 149 of 293 ~ 50.85%

%23.89
%25.26
%50.85

CMYK RENK MODELİ

#464A95 rengi CMYK tonu (53,50,0,42).

  • camgöbeği tonu 53.02%
  • eflatun tonu 50.34%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(53,50,0,42)
C53M50Y0K42 
(53%,50%,0%,42%)
(0.53/0.50/0.00/0.42)	

CMYK yüzdeleri

%53.02
%50.34
%0
%41.57

Codes

Color #464A95 in popluar color models

464A95
RGB7074149
HSL237°36.07%42.94%
HSB/HSV237°53.02%58.43%
CMYK53.02%50.34%0.00%
41.57%

Color #464A95 in popluar number systems.

HEX464A95
Decimal7074149
Binary1000110100101010010101
Octal106112225

Shades and tints

Shades of #464A95

#464A95
(70,74,149)
#404488
(64,68,136)
#3A3E7B
(58,62,123)
#34386E
(52,56,110)
#2E3261
(46,50,97)
#282C54
(40,44,84)
#222647
(34,38,71)
#1C203A
(28,32,58)
#161A2D
(22,26,45)
#101420
(16,20,32)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #464A95

#464A95
(70,74,149)
#565A9E
(86,90,158)
#666AA7
(102,106,167)
#767AB0
(118,122,176)
#868AB9
(134,138,185)
#969AC2
(150,154,194)
#A6AACB
(166,170,203)
#B6BAD4
(182,186,212)
#C6CADD
(198,202,221)
#D6DAE6
(214,218,230)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A95; }

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

This text font color is #464A95.


Background Color

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

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

This div background color is #464A95.


Border color

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

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

This div border color is #464A95.


Opacity

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

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

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

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

This text has shadow with #464A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A95 on black background.


Color preview on white background

This text has color #464A95 on white background.



Black color preview on #464A95 background

This text has black color on #464A95 background.


White color preview on #464A95 background

This text has white color on #464A95 background.