COLOR #494BE4

HEX: #494BE4
RGB: (73,75,228)

Renk bilgisi

#494BE4 contains mainly blue color. #494BE4 ‘ nin web güvenlik rengi #3333CC (ya da #33C) dir.

RGB renk modeli

#494BE4 color RGB value is (73,75,228).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 228 of 255 = 89%

73
75
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 228 = 376 (100%)
R 73 of 376 ~ 19.41%
G 75 of 376 ~ 19.95%
B 228 of 376 ~ 60.64%

%19.41
%19.95
%60.64

CMYK RENK MODELİ

#494BE4 rengi CMYK tonu (68,67,0,11).

  • camgöbeği tonu 67.98%
  • eflatun tonu 67.11%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(68,67,0,11)
C68M67Y0K11 
(68%,67%,0%,11%)
(0.68/0.67/0.00/0.11)	

CMYK yüzdeleri

%67.98
%67.11
%0
%10.59

Codes

Color #494BE4 in popluar color models

494BE4
RGB7375228
HSL239°74.16%59.02%
HSB/HSV239°67.98%89.41%
CMYK67.98%67.11%0.00%
10.59%

Color #494BE4 in popluar number systems.

HEX494BE4
Decimal7375228
Binary1001001100101111100100
Octal111113344

Shades and tints

Shades of #494BE4

#494BE4
(73,75,228)
#4345D0
(67,69,208)
#3D3FBC
(61,63,188)
#3739A8
(55,57,168)
#313394
(49,51,148)
#2B2D80
(43,45,128)
#25276C
(37,39,108)
#1F2158
(31,33,88)
#191B44
(25,27,68)
#131530
(19,21,48)
#0D0F1C
(13,15,28)
#000000
(0,0,0)

Tints of #494BE4

#494BE4
(73,75,228)
#595BE6
(89,91,230)
#696BE8
(105,107,232)
#797BEA
(121,123,234)
#898BEC
(137,139,236)
#999BEE
(153,155,238)
#A9ABF0
(169,171,240)
#B9BBF2
(185,187,242)
#C9CBF4
(201,203,244)
#D9DBF6
(217,219,246)
#E9EBF8
(233,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494BE4; }

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

This text font color is #494BE4.


Background Color

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

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

This div background color is #494BE4.


Border color

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

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

This div border color is #494BE4.


Opacity

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

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

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

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

This text has shadow with #494BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494BE4 on black background.


Color preview on white background

This text has color #494BE4 on white background.



Black color preview on #494BE4 background

This text has black color on #494BE4 background.


White color preview on #494BE4 background

This text has white color on #494BE4 background.