COLOR #494D97

HEX: #494D97
RGB: (73,77,151)

Renk bilgisi

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

RGB renk modeli

#494D97 color RGB value is (73,77,151).

  • kırmız ton 73;
  • yeşil ton 77;
  • mavi ton 151.
RGB:
(73,77,151)
(29%,30%,59%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 151 of 255 = 59%

73
77
151

R + G + B ~ 39%. #494D97 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 151 = 301 (100%)
R 73 of 301 ~ 24.25%
G 77 of 301 ~ 25.58%
B 151 of 301 ~ 50.17%

%24.25
%25.58
%50.17

CMYK RENK MODELİ

#494D97 rengi CMYK tonu (52,49,0,41).

  • camgöbeği tonu 51.66%
  • eflatun tonu 49.01%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(52,49,0,41)
C52M49Y0K41 
(52%,49%,0%,41%)
(0.52/0.49/0.00/0.41)	

CMYK yüzdeleri

%51.66
%49.01
%0
%40.78

Codes

Color #494D97 in popluar color models

494D97
RGB7377151
HSL237°34.82%43.92%
HSB/HSV237°51.66%59.22%
CMYK51.66%49.01%0.00%
40.78%

Color #494D97 in popluar number systems.

HEX494D97
Decimal7377151
Binary1001001100110110010111
Octal111115227

Shades and tints

Shades of #494D97

#494D97
(73,77,151)
#43468A
(67,70,138)
#3D3F7D
(61,63,125)
#373870
(55,56,112)
#313163
(49,49,99)
#2B2A56
(43,42,86)
#252349
(37,35,73)
#1F1C3C
(31,28,60)
#19152F
(25,21,47)
#130E22
(19,14,34)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #494D97

#494D97
(73,77,151)
#595DA0
(89,93,160)
#696DA9
(105,109,169)
#797DB2
(121,125,178)
#898DBB
(137,141,187)
#999DC4
(153,157,196)
#A9ADCD
(169,173,205)
#B9BDD6
(185,189,214)
#C9CDDF
(201,205,223)
#D9DDE8
(217,221,232)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D97 color. Also use rgb(73,77,151) instead hex code.

Text Font Color

.myTextColor { color: #494D97; }

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

This text font color is #494D97.


Background Color

.myBgColor { background-color: #494D97; }

<div style="background-color:#494D97">Inner text</div>

This div background color is #494D97.


Border color

.myBorderColor { border: 1px solid #494D97; }

<div style="border:3px solid #494D97">Div</div>

This div border color is #494D97.


Opacity

.myOpacity80 { color: #494D97; opacity: 0.8; }

<p style="color:#494D97;opacity:0.8;">80%</p>

Text with #494D97 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 #494D97;}

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

This text has shadow with #494D97 color.

.textShadow {text-shadow: 3px 3px 1px #494D97, 3px 3px 1px red;}

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

This text has shadow with #494D97 primary color and red secondary color.


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

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

This text has shadow with #494D97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D97 on black background.


Color preview on white background

This text has color #494D97 on white background.



Black color preview on #494D97 background

This text has black color on #494D97 background.


White color preview on #494D97 background

This text has white color on #494D97 background.