COLOR #494483

HEX: #494483
RGB: (73,68,131)

Renk bilgisi

#494483 contains mainly red and blue colors. #494483 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#494483 color RGB value is (73,68,131).

  • kırmız ton 73;
  • yeşil ton 68;
  • mavi ton 131.
RGB:
(73,68,131)
(29%,27%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 131 of 255 = 51%

73
68
131

R + G + B ~ 36%. #494483 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 131 = 272 (100%)
R 73 of 272 ~ 26.84%
G 68 of 272 ~ 25%
B 131 of 272 ~ 48.16%

%26.84
%25
%48.16

CMYK RENK MODELİ

#494483 rengi CMYK tonu (44,48,0,49).

  • camgöbeği tonu 44.27%
  • eflatun tonu 48.09%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(44,48,0,49)
C44M48Y0K49 
(44%,48%,0%,49%)
(0.44/0.48/0.00/0.49)	

CMYK yüzdeleri

%44.27
%48.09
%0
%48.63

Codes

Color #494483 in popluar color models

494483
RGB7368131
HSL245°31.66%39.02%
HSB/HSV245°48.09%51.37%
CMYK44.27%48.09%0.00%
48.63%

Color #494483 in popluar number systems.

HEX494483
Decimal7368131
Binary1001001100010010000011
Octal111104203

Shades and tints

Shades of #494483

#494483
(73,68,131)
#433E78
(67,62,120)
#3D386D
(61,56,109)
#373262
(55,50,98)
#312C57
(49,44,87)
#2B264C
(43,38,76)
#252041
(37,32,65)
#1F1A36
(31,26,54)
#19142B
(25,20,43)
#130E20
(19,14,32)
#0D0815
(13,8,21)
#000000
(0,0,0)

Tints of #494483

#494483
(73,68,131)
#59558E
(89,85,142)
#696699
(105,102,153)
#7977A4
(121,119,164)
#8988AF
(137,136,175)
#9999BA
(153,153,186)
#A9AAC5
(169,170,197)
#B9BBD0
(185,187,208)
#C9CCDB
(201,204,219)
#D9DDE6
(217,221,230)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494483 color. Also use rgb(73,68,131) instead hex code.

Text Font Color

.myTextColor { color: #494483; }

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

This text font color is #494483.


Background Color

.myBgColor { background-color: #494483; }

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

This div background color is #494483.


Border color

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

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

This div border color is #494483.


Opacity

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

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

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

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

This text has shadow with #494483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494483 on black background.


Color preview on white background

This text has color #494483 on white background.



Black color preview on #494483 background

This text has black color on #494483 background.


White color preview on #494483 background

This text has white color on #494483 background.