COLOR #493169

HEX: #493169
RGB: (73,49,105)

Renk bilgisi

#493169 contains red, green and blue colors in about the same proportion. #493169 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#493169 color RGB value is (73,49,105).

  • kırmız ton 73;
  • yeşil ton 49;
  • mavi ton 105.
RGB:
(73,49,105)
(29%,19%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 49 of 255 = 19%
B 105 of 255 = 41%

73
49
105

R + G + B ~ 30%. #493169 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 49 + 105 = 227 (100%)
R 73 of 227 ~ 32.16%
G 49 of 227 ~ 21.59%
B 105 of 227 ~ 46.26%

%32.16
%21.59
%46.26

CMYK RENK MODELİ

#493169 rengi CMYK tonu (30,53,0,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 53.33%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(30,53,0,59)
C30M53Y0K59 
(30%,53%,0%,59%)
(0.30/0.53/0.00/0.59)	

CMYK yüzdeleri

%30.48
%53.33
%0
%58.82

Codes

Color #493169 in popluar color models

493169
RGB7349105
HSL266°36.36%30.20%
HSB/HSV266°53.33%41.18%
CMYK30.48%53.33%0.00%
58.82%

Color #493169 in popluar number systems.

HEX493169
Decimal7349105
Binary10010011100011101001
Octal11161151

Shades and tints

Shades of #493169

#493169
(73,49,105)
#432D60
(67,45,96)
#3D2957
(61,41,87)
#37254E
(55,37,78)
#312145
(49,33,69)
#2B1D3C
(43,29,60)
#251933
(37,25,51)
#1F152A
(31,21,42)
#191121
(25,17,33)
#130D18
(19,13,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #493169

#493169
(73,49,105)
#594376
(89,67,118)
#695583
(105,85,131)
#796790
(121,103,144)
#89799D
(137,121,157)
#998BAA
(153,139,170)
#A99DB7
(169,157,183)
#B9AFC4
(185,175,196)
#C9C1D1
(201,193,209)
#D9D3DE
(217,211,222)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493169 color. Also use rgb(73,49,105) instead hex code.

Text Font Color

.myTextColor { color: #493169; }

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

This text font color is #493169.


Background Color

.myBgColor { background-color: #493169; }

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

This div background color is #493169.


Border color

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

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

This div border color is #493169.


Opacity

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

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

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

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

This text has shadow with #493169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493169 on black background.


Color preview on white background

This text has color #493169 on white background.



Black color preview on #493169 background

This text has black color on #493169 background.


White color preview on #493169 background

This text has white color on #493169 background.