COLOR #493360

HEX: #493360
RGB: (73,51,96)

Renk bilgisi

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

RGB renk modeli

#493360 color RGB value is (73,51,96).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 51 of 255 = 20%
B 96 of 255 = 38%

73
51
96

R + G + B ~ 29%. #493360 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 51 + 96 = 220 (100%)
R 73 of 220 ~ 33.18%
G 51 of 220 ~ 23.18%
B 96 of 220 ~ 43.64%

%33.18
%23.18
%43.64

CMYK RENK MODELİ

#493360 rengi CMYK tonu (24,47,0,62).

  • camgöbeği tonu 23.96%
  • eflatun tonu 46.88%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(24,47,0,62)
C24M47Y0K62 
(24%,47%,0%,62%)
(0.24/0.47/0.00/0.62)	

CMYK yüzdeleri

%23.96
%46.88
%0
%62.35

Codes

Color #493360 in popluar color models

493360
RGB735196
HSL269°30.61%28.82%
HSB/HSV269°46.88%37.65%
CMYK23.96%46.88%0.00%
62.35%

Color #493360 in popluar number systems.

HEX493360
Decimal735196
Binary10010011100111100000
Octal11163140

Shades and tints

Shades of #493360

#493360
(73,51,96)
#432F58
(67,47,88)
#3D2B50
(61,43,80)
#372748
(55,39,72)
#312340
(49,35,64)
#2B1F38
(43,31,56)
#251B30
(37,27,48)
#1F1728
(31,23,40)
#191320
(25,19,32)
#130F18
(19,15,24)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #493360

#493360
(73,51,96)
#59456E
(89,69,110)
#69577C
(105,87,124)
#79698A
(121,105,138)
#897B98
(137,123,152)
#998DA6
(153,141,166)
#A99FB4
(169,159,180)
#B9B1C2
(185,177,194)
#C9C3D0
(201,195,208)
#D9D5DE
(217,213,222)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493360; }

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

This text font color is #493360.


Background Color

.myBgColor { background-color: #493360; }

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

This div background color is #493360.


Border color

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

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

This div border color is #493360.


Opacity

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

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

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

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

This text has shadow with #493360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493360 on black background.


Color preview on white background

This text has color #493360 on white background.



Black color preview on #493360 background

This text has black color on #493360 background.


White color preview on #493360 background

This text has white color on #493360 background.