COLOR #493F73

HEX: #493F73
RGB: (73,63,115)

Renk bilgisi

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

RGB renk modeli

#493F73 color RGB value is (73,63,115).

  • kırmız ton 73;
  • yeşil ton 63;
  • mavi ton 115.
RGB:
(73,63,115)
(29%,25%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 115 of 255 = 45%

73
63
115

R + G + B ~ 33%. #493F73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 115 = 251 (100%)
R 73 of 251 ~ 29.08%
G 63 of 251 ~ 25.1%
B 115 of 251 ~ 45.82%

%29.08
%25.1
%45.82

CMYK RENK MODELİ

#493F73 rengi CMYK tonu (37,45,0,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 45.22%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(37,45,0,55)
C37M45Y0K55 
(37%,45%,0%,55%)
(0.37/0.45/0.00/0.55)	

CMYK yüzdeleri

%36.52
%45.22
%0
%54.9

Codes

Color #493F73 in popluar color models

493F73
RGB7363115
HSL252°29.21%34.90%
HSB/HSV252°45.22%45.10%
CMYK36.52%45.22%0.00%
54.90%

Color #493F73 in popluar number systems.

HEX493F73
Decimal7363115
Binary10010011111111110011
Octal11177163

Shades and tints

Shades of #493F73

#493F73
(73,63,115)
#433A69
(67,58,105)
#3D355F
(61,53,95)
#373055
(55,48,85)
#312B4B
(49,43,75)
#2B2641
(43,38,65)
#252137
(37,33,55)
#1F1C2D
(31,28,45)
#191723
(25,23,35)
#131219
(19,18,25)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #493F73

#493F73
(73,63,115)
#59507F
(89,80,127)
#69618B
(105,97,139)
#797297
(121,114,151)
#8983A3
(137,131,163)
#9994AF
(153,148,175)
#A9A5BB
(169,165,187)
#B9B6C7
(185,182,199)
#C9C7D3
(201,199,211)
#D9D8DF
(217,216,223)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F73 color. Also use rgb(73,63,115) instead hex code.

Text Font Color

.myTextColor { color: #493F73; }

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

This text font color is #493F73.


Background Color

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

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

This div background color is #493F73.


Border color

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

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

This div border color is #493F73.


Opacity

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

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

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

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

This text has shadow with #493F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F73 on black background.


Color preview on white background

This text has color #493F73 on white background.



Black color preview on #493F73 background

This text has black color on #493F73 background.


White color preview on #493F73 background

This text has white color on #493F73 background.