COLOR #494BA2

HEX: #494BA2
RGB: (73,75,162)

Renk bilgisi

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

RGB renk modeli

#494BA2 color RGB value is (73,75,162).

  • kırmız ton 73;
  • yeşil ton 75;
  • mavi ton 162.
RGB:
(73,75,162)
(29%,29%,64%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 162 of 255 = 64%

73
75
162

R + G + B ~ 41%. #494BA2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 162 = 310 (100%)
R 73 of 310 ~ 23.55%
G 75 of 310 ~ 24.19%
B 162 of 310 ~ 52.26%

%23.55
%24.19
%52.26

CMYK RENK MODELİ

#494BA2 rengi CMYK tonu (55,54,0,36).

  • camgöbeği tonu 54.94%
  • eflatun tonu 53.70%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(55,54,0,36)
C55M54Y0K36 
(55%,54%,0%,36%)
(0.55/0.54/0.00/0.36)	

CMYK yüzdeleri

%54.94
%53.7
%0
%36.47

Codes

Color #494BA2 in popluar color models

494BA2
RGB7375162
HSL239°37.87%46.08%
HSB/HSV239°54.94%63.53%
CMYK54.94%53.70%0.00%
36.47%

Color #494BA2 in popluar number systems.

HEX494BA2
Decimal7375162
Binary1001001100101110100010
Octal111113242

Shades and tints

Shades of #494BA2

#494BA2
(73,75,162)
#434594
(67,69,148)
#3D3F86
(61,63,134)
#373978
(55,57,120)
#31336A
(49,51,106)
#2B2D5C
(43,45,92)
#25274E
(37,39,78)
#1F2140
(31,33,64)
#191B32
(25,27,50)
#131524
(19,21,36)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #494BA2

#494BA2
(73,75,162)
#595BAA
(89,91,170)
#696BB2
(105,107,178)
#797BBA
(121,123,186)
#898BC2
(137,139,194)
#999BCA
(153,155,202)
#A9ABD2
(169,171,210)
#B9BBDA
(185,187,218)
#C9CBE2
(201,203,226)
#D9DBEA
(217,219,234)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494BA2 color. Also use rgb(73,75,162) instead hex code.

Text Font Color

.myTextColor { color: #494BA2; }

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

This text font color is #494BA2.


Background Color

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

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

This div background color is #494BA2.


Border color

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

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

This div border color is #494BA2.


Opacity

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

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

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

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

This text has shadow with #494BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494BA2 on black background.


Color preview on white background

This text has color #494BA2 on white background.



Black color preview on #494BA2 background

This text has black color on #494BA2 background.


White color preview on #494BA2 background

This text has white color on #494BA2 background.