COLOR #494CA2

HEX: #494CA2
RGB: (73,76,162)

Renk bilgisi

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

RGB renk modeli

#494CA2 color RGB value is (73,76,162).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 76 of 255 = 30%
B 162 of 255 = 64%

73
76
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 76 + 162 = 311 (100%)
R 73 of 311 ~ 23.47%
G 76 of 311 ~ 24.44%
B 162 of 311 ~ 52.09%

%23.47
%24.44
%52.09

CMYK RENK MODELİ

#494CA2 rengi CMYK tonu (55,53,0,36).

  • camgöbeği tonu 54.94%
  • eflatun tonu 53.09%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(55,53,0,36)
C55M53Y0K36 
(55%,53%,0%,36%)
(0.55/0.53/0.00/0.36)	

CMYK yüzdeleri

%54.94
%53.09
%0
%36.47

Codes

Color #494CA2 in popluar color models

494CA2
RGB7376162
HSL238°37.87%46.08%
HSB/HSV238°54.94%63.53%
CMYK54.94%53.09%0.00%
36.47%

Color #494CA2 in popluar number systems.

HEX494CA2
Decimal7376162
Binary1001001100110010100010
Octal111114242

Shades and tints

Shades of #494CA2

#494CA2
(73,76,162)
#434694
(67,70,148)
#3D4086
(61,64,134)
#373A78
(55,58,120)
#31346A
(49,52,106)
#2B2E5C
(43,46,92)
#25284E
(37,40,78)
#1F2240
(31,34,64)
#191C32
(25,28,50)
#131624
(19,22,36)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #494CA2

#494CA2
(73,76,162)
#595CAA
(89,92,170)
#696CB2
(105,108,178)
#797CBA
(121,124,186)
#898CC2
(137,140,194)
#999CCA
(153,156,202)
#A9ACD2
(169,172,210)
#B9BCDA
(185,188,218)
#C9CCE2
(201,204,226)
#D9DCEA
(217,220,234)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494CA2; }

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

This text font color is #494CA2.


Background Color

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

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

This div background color is #494CA2.


Border color

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

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

This div border color is #494CA2.


Opacity

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

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

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

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

This text has shadow with #494CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494CA2 on black background.


Color preview on white background

This text has color #494CA2 on white background.



Black color preview on #494CA2 background

This text has black color on #494CA2 background.


White color preview on #494CA2 background

This text has white color on #494CA2 background.