COLOR #493A72

HEX: #493A72
RGB: (73,58,114)

Renk bilgisi

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

RGB renk modeli

#493A72 color RGB value is (73,58,114).

  • kırmız ton 73;
  • yeşil ton 58;
  • mavi ton 114.
RGB:
(73,58,114)
(29%,23%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 114 of 255 = 45%

73
58
114

R + G + B ~ 32%. #493A72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 114 = 245 (100%)
R 73 of 245 ~ 29.8%
G 58 of 245 ~ 23.67%
B 114 of 245 ~ 46.53%

%29.8
%23.67
%46.53

CMYK RENK MODELİ

#493A72 rengi CMYK tonu (36,49,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 49.12%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,49,0,55)
C36M49Y0K55 
(36%,49%,0%,55%)
(0.36/0.49/0.00/0.55)	

CMYK yüzdeleri

%35.96
%49.12
%0
%55.29

Codes

Color #493A72 in popluar color models

493A72
RGB7358114
HSL256°32.56%33.73%
HSB/HSV256°49.12%44.71%
CMYK35.96%49.12%0.00%
55.29%

Color #493A72 in popluar number systems.

HEX493A72
Decimal7358114
Binary10010011110101110010
Octal11172162

Shades and tints

Shades of #493A72

#493A72
(73,58,114)
#433568
(67,53,104)
#3D305E
(61,48,94)
#372B54
(55,43,84)
#31264A
(49,38,74)
#2B2140
(43,33,64)
#251C36
(37,28,54)
#1F172C
(31,23,44)
#191222
(25,18,34)
#130D18
(19,13,24)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #493A72

#493A72
(73,58,114)
#594B7E
(89,75,126)
#695C8A
(105,92,138)
#796D96
(121,109,150)
#897EA2
(137,126,162)
#998FAE
(153,143,174)
#A9A0BA
(169,160,186)
#B9B1C6
(185,177,198)
#C9C2D2
(201,194,210)
#D9D3DE
(217,211,222)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A72 color. Also use rgb(73,58,114) instead hex code.

Text Font Color

.myTextColor { color: #493A72; }

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

This text font color is #493A72.


Background Color

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

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

This div background color is #493A72.


Border color

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

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

This div border color is #493A72.


Opacity

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

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

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

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

This text has shadow with #493A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A72 on black background.


Color preview on white background

This text has color #493A72 on white background.



Black color preview on #493A72 background

This text has black color on #493A72 background.


White color preview on #493A72 background

This text has white color on #493A72 background.