COLOR #493C76

HEX: #493C76
RGB: (73,60,118)

Renk bilgisi

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

RGB renk modeli

#493C76 color RGB value is (73,60,118).

  • kırmız ton 73;
  • yeşil ton 60;
  • mavi ton 118.
RGB:
(73,60,118)
(29%,24%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 60 of 255 = 24%
B 118 of 255 = 46%

73
60
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 118 = 251 (100%)
R 73 of 251 ~ 29.08%
G 60 of 251 ~ 23.9%
B 118 of 251 ~ 47.01%

%29.08
%23.9
%47.01

CMYK RENK MODELİ

#493C76 rengi CMYK tonu (38,49,0,54).

  • camgöbeği tonu 38.14%
  • eflatun tonu 49.15%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(38,49,0,54)
C38M49Y0K54 
(38%,49%,0%,54%)
(0.38/0.49/0.00/0.54)	

CMYK yüzdeleri

%38.14
%49.15
%0
%53.73

Codes

Color #493C76 in popluar color models

493C76
RGB7360118
HSL253°32.58%34.90%
HSB/HSV253°49.15%46.27%
CMYK38.14%49.15%0.00%
53.73%

Color #493C76 in popluar number systems.

HEX493C76
Decimal7360118
Binary10010011111001110110
Octal11174166

Shades and tints

Shades of #493C76

#493C76
(73,60,118)
#43376C
(67,55,108)
#3D3262
(61,50,98)
#372D58
(55,45,88)
#31284E
(49,40,78)
#2B2344
(43,35,68)
#251E3A
(37,30,58)
#1F1930
(31,25,48)
#191426
(25,20,38)
#130F1C
(19,15,28)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #493C76

#493C76
(73,60,118)
#594D82
(89,77,130)
#695E8E
(105,94,142)
#796F9A
(121,111,154)
#8980A6
(137,128,166)
#9991B2
(153,145,178)
#A9A2BE
(169,162,190)
#B9B3CA
(185,179,202)
#C9C4D6
(201,196,214)
#D9D5E2
(217,213,226)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493C76 color. Also use rgb(73,60,118) instead hex code.

Text Font Color

.myTextColor { color: #493C76; }

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

This text font color is #493C76.


Background Color

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

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

This div background color is #493C76.


Border color

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

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

This div border color is #493C76.


Opacity

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

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

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

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

This text has shadow with #493C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C76 on black background.


Color preview on white background

This text has color #493C76 on white background.



Black color preview on #493C76 background

This text has black color on #493C76 background.


White color preview on #493C76 background

This text has white color on #493C76 background.