COLOR #493EB2

HEX: #493EB2
RGB: (73,62,178)

Renk bilgisi

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

RGB renk modeli

#493EB2 color RGB value is (73,62,178).

  • kırmız ton 73;
  • yeşil ton 62;
  • mavi ton 178.
RGB:
(73,62,178)
(29%,24%,70%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 62 of 255 = 24%
B 178 of 255 = 70%

73
62
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 62 + 178 = 313 (100%)
R 73 of 313 ~ 23.32%
G 62 of 313 ~ 19.81%
B 178 of 313 ~ 56.87%

%23.32
%19.81
%56.87

CMYK RENK MODELİ

#493EB2 rengi CMYK tonu (59,65,0,30).

  • camgöbeği tonu 58.99%
  • eflatun tonu 65.17%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(59,65,0,30)
C59M65Y0K30 
(59%,65%,0%,30%)
(0.59/0.65/0.00/0.30)	

CMYK yüzdeleri

%58.99
%65.17
%0
%30.2

Codes

Color #493EB2 in popluar color models

493EB2
RGB7362178
HSL246°48.33%47.06%
HSB/HSV246°65.17%69.80%
CMYK58.99%65.17%0.00%
30.20%

Color #493EB2 in popluar number systems.

HEX493EB2
Decimal7362178
Binary100100111111010110010
Octal11176262

Shades and tints

Shades of #493EB2

#493EB2
(73,62,178)
#4339A2
(67,57,162)
#3D3492
(61,52,146)
#372F82
(55,47,130)
#312A72
(49,42,114)
#2B2562
(43,37,98)
#252052
(37,32,82)
#1F1B42
(31,27,66)
#191632
(25,22,50)
#131122
(19,17,34)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #493EB2

#493EB2
(73,62,178)
#594FB9
(89,79,185)
#6960C0
(105,96,192)
#7971C7
(121,113,199)
#8982CE
(137,130,206)
#9993D5
(153,147,213)
#A9A4DC
(169,164,220)
#B9B5E3
(185,181,227)
#C9C6EA
(201,198,234)
#D9D7F1
(217,215,241)
#E9E8F8
(233,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493EB2 color. Also use rgb(73,62,178) instead hex code.

Text Font Color

.myTextColor { color: #493EB2; }

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

This text font color is #493EB2.


Background Color

.myBgColor { background-color: #493EB2; }

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

This div background color is #493EB2.


Border color

.myBorderColor { border: 1px solid #493EB2; }

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

This div border color is #493EB2.


Opacity

.myOpacity80 { color: #493EB2; opacity: 0.8; }

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

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

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

This text has shadow with #493EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493EB2 on black background.


Color preview on white background

This text has color #493EB2 on white background.



Black color preview on #493EB2 background

This text has black color on #493EB2 background.


White color preview on #493EB2 background

This text has white color on #493EB2 background.