COLOR #493F87

HEX: #493F87
RGB: (73,63,135)

Renk bilgisi

#493F87 contains mainly blue color. #493F87 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#493F87 color RGB value is (73,63,135).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 135 of 255 = 53%

73
63
135

R + G + B ~ 36%. #493F87 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 135 = 271 (100%)
R 73 of 271 ~ 26.94%
G 63 of 271 ~ 23.25%
B 135 of 271 ~ 49.82%

%26.94
%23.25
%49.82

CMYK RENK MODELİ

#493F87 rengi CMYK tonu (46,53,0,47).

  • camgöbeği tonu 45.93%
  • eflatun tonu 53.33%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(46,53,0,47)
C46M53Y0K47 
(46%,53%,0%,47%)
(0.46/0.53/0.00/0.47)	

CMYK yüzdeleri

%45.93
%53.33
%0
%47.06

Codes

Color #493F87 in popluar color models

493F87
RGB7363135
HSL248°36.36%38.82%
HSB/HSV248°53.33%52.94%
CMYK45.93%53.33%0.00%
47.06%

Color #493F87 in popluar number systems.

HEX493F87
Decimal7363135
Binary100100111111110000111
Octal11177207

Shades and tints

Shades of #493F87

#493F87
(73,63,135)
#433A7B
(67,58,123)
#3D356F
(61,53,111)
#373063
(55,48,99)
#312B57
(49,43,87)
#2B264B
(43,38,75)
#25213F
(37,33,63)
#1F1C33
(31,28,51)
#191727
(25,23,39)
#13121B
(19,18,27)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #493F87

#493F87
(73,63,135)
#595091
(89,80,145)
#69619B
(105,97,155)
#7972A5
(121,114,165)
#8983AF
(137,131,175)
#9994B9
(153,148,185)
#A9A5C3
(169,165,195)
#B9B6CD
(185,182,205)
#C9C7D7
(201,199,215)
#D9D8E1
(217,216,225)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F87; }

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

This text font color is #493F87.


Background Color

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

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

This div background color is #493F87.


Border color

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

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

This div border color is #493F87.


Opacity

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

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

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

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

This text has shadow with #493F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F87 on black background.


Color preview on white background

This text has color #493F87 on white background.



Black color preview on #493F87 background

This text has black color on #493F87 background.


White color preview on #493F87 background

This text has white color on #493F87 background.