COLOR #493C8A

HEX: #493C8A
RGB: (73,60,138)

Renk bilgisi

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

RGB renk modeli

#493C8A color RGB value is (73,60,138).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 60 of 255 = 24%
B 138 of 255 = 54%

73
60
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 138 = 271 (100%)
R 73 of 271 ~ 26.94%
G 60 of 271 ~ 22.14%
B 138 of 271 ~ 50.92%

%26.94
%22.14
%50.92

CMYK RENK MODELİ

#493C8A rengi CMYK tonu (47,57,0,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 56.52%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(47,57,0,46)
C47M57Y0K46 
(47%,57%,0%,46%)
(0.47/0.57/0.00/0.46)	

CMYK yüzdeleri

%47.1
%56.52
%0
%45.88

Codes

Color #493C8A in popluar color models

493C8A
RGB7360138
HSL250°39.39%38.82%
HSB/HSV250°56.52%54.12%
CMYK47.10%56.52%0.00%
45.88%

Color #493C8A in popluar number systems.

HEX493C8A
Decimal7360138
Binary100100111110010001010
Octal11174212

Shades and tints

Shades of #493C8A

#493C8A
(73,60,138)
#43377E
(67,55,126)
#3D3272
(61,50,114)
#372D66
(55,45,102)
#31285A
(49,40,90)
#2B234E
(43,35,78)
#251E42
(37,30,66)
#1F1936
(31,25,54)
#19142A
(25,20,42)
#130F1E
(19,15,30)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #493C8A

#493C8A
(73,60,138)
#594D94
(89,77,148)
#695E9E
(105,94,158)
#796FA8
(121,111,168)
#8980B2
(137,128,178)
#9991BC
(153,145,188)
#A9A2C6
(169,162,198)
#B9B3D0
(185,179,208)
#C9C4DA
(201,196,218)
#D9D5E4
(217,213,228)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C8A; }

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

This text font color is #493C8A.


Background Color

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

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

This div background color is #493C8A.


Border color

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

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

This div border color is #493C8A.


Opacity

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

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

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

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

This text has shadow with #493C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C8A on black background.


Color preview on white background

This text has color #493C8A on white background.



Black color preview on #493C8A background

This text has black color on #493C8A background.


White color preview on #493C8A background

This text has white color on #493C8A background.