COLOR #493357

HEX: #493357
RGB: (73,51,87)

Renk bilgisi

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

RGB renk modeli

#493357 color RGB value is (73,51,87).

  • kırmız ton 73;
  • yeşil ton 51;
  • mavi ton 87.
RGB:
(73,51,87)
(29%,20%,34%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 51 of 255 = 20%
B 87 of 255 = 34%

73
51
87

R + G + B ~ 28%. #493357 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 51 + 87 = 211 (100%)
R 73 of 211 ~ 34.6%
G 51 of 211 ~ 24.17%
B 87 of 211 ~ 41.23%

%34.6
%24.17
%41.23

CMYK RENK MODELİ

#493357 rengi CMYK tonu (16,41,0,66).

  • camgöbeği tonu 16.09%
  • eflatun tonu 41.38%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(16,41,0,66)
C16M41Y0K66 
(16%,41%,0%,66%)
(0.16/0.41/0.00/0.66)	

CMYK yüzdeleri

%16.09
%41.38
%0
%65.88

Codes

Color #493357 in popluar color models

493357
RGB735187
HSL277°26.09%27.06%
HSB/HSV277°41.38%34.12%
CMYK16.09%41.38%0.00%
65.88%

Color #493357 in popluar number systems.

HEX493357
Decimal735187
Binary10010011100111010111
Octal11163127

Shades and tints

Shades of #493357

#493357
(73,51,87)
#432F50
(67,47,80)
#3D2B49
(61,43,73)
#372742
(55,39,66)
#31233B
(49,35,59)
#2B1F34
(43,31,52)
#251B2D
(37,27,45)
#1F1726
(31,23,38)
#19131F
(25,19,31)
#130F18
(19,15,24)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #493357

#493357
(73,51,87)
#594566
(89,69,102)
#695775
(105,87,117)
#796984
(121,105,132)
#897B93
(137,123,147)
#998DA2
(153,141,162)
#A99FB1
(169,159,177)
#B9B1C0
(185,177,192)
#C9C3CF
(201,195,207)
#D9D5DE
(217,213,222)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493357 color. Also use rgb(73,51,87) instead hex code.

Text Font Color

.myTextColor { color: #493357; }

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

This text font color is #493357.


Background Color

.myBgColor { background-color: #493357; }

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

This div background color is #493357.


Border color

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

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

This div border color is #493357.


Opacity

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

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

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

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

This text has shadow with #493357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493357 on black background.


Color preview on white background

This text has color #493357 on white background.



Black color preview on #493357 background

This text has black color on #493357 background.


White color preview on #493357 background

This text has white color on #493357 background.