COLOR #493581

HEX: #493581
RGB: (73,53,129)

Renk bilgisi

#493581 contains mainly red and blue colors. #493581 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#493581 color RGB value is (73,53,129).

  • kırmız ton 73;
  • yeşil ton 53;
  • mavi ton 129.
RGB:
(73,53,129)
(29%,21%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 53 of 255 = 21%
B 129 of 255 = 51%

73
53
129

R + G + B ~ 34%. #493581 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 53 + 129 = 255 (100%)
R 73 of 255 ~ 28.63%
G 53 of 255 ~ 20.78%
B 129 of 255 ~ 50.59%

%28.63
%20.78
%50.59

CMYK RENK MODELİ

#493581 rengi CMYK tonu (43,59,0,49).

  • camgöbeği tonu 43.41%
  • eflatun tonu 58.91%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(43,59,0,49)
C43M59Y0K49 
(43%,59%,0%,49%)
(0.43/0.59/0.00/0.49)	

CMYK yüzdeleri

%43.41
%58.91
%0
%49.41

Codes

Color #493581 in popluar color models

493581
RGB7353129
HSL256°41.76%35.69%
HSB/HSV256°58.91%50.59%
CMYK43.41%58.91%0.00%
49.41%

Color #493581 in popluar number systems.

HEX493581
Decimal7353129
Binary100100111010110000001
Octal11165201

Shades and tints

Shades of #493581

#493581
(73,53,129)
#433176
(67,49,118)
#3D2D6B
(61,45,107)
#372960
(55,41,96)
#312555
(49,37,85)
#2B214A
(43,33,74)
#251D3F
(37,29,63)
#1F1934
(31,25,52)
#191529
(25,21,41)
#13111E
(19,17,30)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #493581

#493581
(73,53,129)
#59478C
(89,71,140)
#695997
(105,89,151)
#796BA2
(121,107,162)
#897DAD
(137,125,173)
#998FB8
(153,143,184)
#A9A1C3
(169,161,195)
#B9B3CE
(185,179,206)
#C9C5D9
(201,197,217)
#D9D7E4
(217,215,228)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493581 color. Also use rgb(73,53,129) instead hex code.

Text Font Color

.myTextColor { color: #493581; }

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

This text font color is #493581.


Background Color

.myBgColor { background-color: #493581; }

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

This div background color is #493581.


Border color

.myBorderColor { border: 1px solid #493581; }

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

This div border color is #493581.


Opacity

.myOpacity80 { color: #493581; opacity: 0.8; }

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

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

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

This text has shadow with #493581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493581 on black background.


Color preview on white background

This text has color #493581 on white background.



Black color preview on #493581 background

This text has black color on #493581 background.


White color preview on #493581 background

This text has white color on #493581 background.