COLOR #494696

HEX: #494696
RGB: (73,70,150)

Renk bilgisi

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

RGB renk modeli

#494696 color RGB value is (73,70,150).

  • kırmız ton 73;
  • yeşil ton 70;
  • mavi ton 150.
RGB:
(73,70,150)
(29%,27%,59%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 70 of 255 = 27%
B 150 of 255 = 59%

73
70
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 150 = 293 (100%)
R 73 of 293 ~ 24.91%
G 70 of 293 ~ 23.89%
B 150 of 293 ~ 51.19%

%24.91
%23.89
%51.19

CMYK RENK MODELİ

#494696 rengi CMYK tonu (51,53,0,41).

  • camgöbeği tonu 51.33%
  • eflatun tonu 53.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(51,53,0,41)
C51M53Y0K41 
(51%,53%,0%,41%)
(0.51/0.53/0.00/0.41)	

CMYK yüzdeleri

%51.33
%53.33
%0
%41.18

Codes

Color #494696 in popluar color models

494696
RGB7370150
HSL242°36.36%43.14%
HSB/HSV242°53.33%58.82%
CMYK51.33%53.33%0.00%
41.18%

Color #494696 in popluar number systems.

HEX494696
Decimal7370150
Binary1001001100011010010110
Octal111106226

Shades and tints

Shades of #494696

#494696
(73,70,150)
#434089
(67,64,137)
#3D3A7C
(61,58,124)
#37346F
(55,52,111)
#312E62
(49,46,98)
#2B2855
(43,40,85)
#252248
(37,34,72)
#1F1C3B
(31,28,59)
#19162E
(25,22,46)
#131021
(19,16,33)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #494696

#494696
(73,70,150)
#59569F
(89,86,159)
#6966A8
(105,102,168)
#7976B1
(121,118,177)
#8986BA
(137,134,186)
#9996C3
(153,150,195)
#A9A6CC
(169,166,204)
#B9B6D5
(185,182,213)
#C9C6DE
(201,198,222)
#D9D6E7
(217,214,231)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494696 color. Also use rgb(73,70,150) instead hex code.

Text Font Color

.myTextColor { color: #494696; }

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

This text font color is #494696.


Background Color

.myBgColor { background-color: #494696; }

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

This div background color is #494696.


Border color

.myBorderColor { border: 1px solid #494696; }

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

This div border color is #494696.


Opacity

.myOpacity80 { color: #494696; opacity: 0.8; }

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

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

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

This text has shadow with #494696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494696 on black background.


Color preview on white background

This text has color #494696 on white background.



Black color preview on #494696 background

This text has black color on #494696 background.


White color preview on #494696 background

This text has white color on #494696 background.