COLOR #493A6A

HEX: #493A6A
RGB: (73,58,106)

Renk bilgisi

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

RGB renk modeli

#493A6A color RGB value is (73,58,106).

  • kırmız ton 73;
  • yeşil ton 58;
  • mavi ton 106.
RGB:
(73,58,106)
(29%,23%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 106 of 255 = 42%

73
58
106

R + G + B ~ 31%. #493A6A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 106 = 237 (100%)
R 73 of 237 ~ 30.8%
G 58 of 237 ~ 24.47%
B 106 of 237 ~ 44.73%

%30.8
%24.47
%44.73

CMYK RENK MODELİ

#493A6A rengi CMYK tonu (31,45,0,58).

  • camgöbeği tonu 31.13%
  • eflatun tonu 45.28%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(31,45,0,58)
C31M45Y0K58 
(31%,45%,0%,58%)
(0.31/0.45/0.00/0.58)	

CMYK yüzdeleri

%31.13
%45.28
%0
%58.43

Codes

Color #493A6A in popluar color models

493A6A
RGB7358106
HSL259°29.27%32.16%
HSB/HSV259°45.28%41.57%
CMYK31.13%45.28%0.00%
58.43%

Color #493A6A in popluar number systems.

HEX493A6A
Decimal7358106
Binary10010011110101101010
Octal11172152

Shades and tints

Shades of #493A6A

#493A6A
(73,58,106)
#433561
(67,53,97)
#3D3058
(61,48,88)
#372B4F
(55,43,79)
#312646
(49,38,70)
#2B213D
(43,33,61)
#251C34
(37,28,52)
#1F172B
(31,23,43)
#191222
(25,18,34)
#130D19
(19,13,25)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #493A6A

#493A6A
(73,58,106)
#594B77
(89,75,119)
#695C84
(105,92,132)
#796D91
(121,109,145)
#897E9E
(137,126,158)
#998FAB
(153,143,171)
#A9A0B8
(169,160,184)
#B9B1C5
(185,177,197)
#C9C2D2
(201,194,210)
#D9D3DF
(217,211,223)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A6A color. Also use rgb(73,58,106) instead hex code.

Text Font Color

.myTextColor { color: #493A6A; }

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

This text font color is #493A6A.


Background Color

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

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

This div background color is #493A6A.


Border color

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

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

This div border color is #493A6A.


Opacity

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

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

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

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

This text has shadow with #493A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A6A on black background.


Color preview on white background

This text has color #493A6A on white background.



Black color preview on #493A6A background

This text has black color on #493A6A background.


White color preview on #493A6A background

This text has white color on #493A6A background.