COLOR #493B69

HEX: #493B69
RGB: (73,59,105)

Renk bilgisi

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

RGB renk modeli

#493B69 color RGB value is (73,59,105).

  • kırmız ton 73;
  • yeşil ton 59;
  • mavi ton 105.
RGB:
(73,59,105)
(29%,23%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 59 of 255 = 23%
B 105 of 255 = 41%

73
59
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 59 + 105 = 237 (100%)
R 73 of 237 ~ 30.8%
G 59 of 237 ~ 24.89%
B 105 of 237 ~ 44.3%

%30.8
%24.89
%44.3

CMYK RENK MODELİ

#493B69 rengi CMYK tonu (30,44,0,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 43.81%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(30,44,0,59)
C30M44Y0K59 
(30%,44%,0%,59%)
(0.30/0.44/0.00/0.59)	

CMYK yüzdeleri

%30.48
%43.81
%0
%58.82

Codes

Color #493B69 in popluar color models

493B69
RGB7359105
HSL258°28.05%32.16%
HSB/HSV258°43.81%41.18%
CMYK30.48%43.81%0.00%
58.82%

Color #493B69 in popluar number systems.

HEX493B69
Decimal7359105
Binary10010011110111101001
Octal11173151

Shades and tints

Shades of #493B69

#493B69
(73,59,105)
#433660
(67,54,96)
#3D3157
(61,49,87)
#372C4E
(55,44,78)
#312745
(49,39,69)
#2B223C
(43,34,60)
#251D33
(37,29,51)
#1F182A
(31,24,42)
#191321
(25,19,33)
#130E18
(19,14,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #493B69

#493B69
(73,59,105)
#594C76
(89,76,118)
#695D83
(105,93,131)
#796E90
(121,110,144)
#897F9D
(137,127,157)
#9990AA
(153,144,170)
#A9A1B7
(169,161,183)
#B9B2C4
(185,178,196)
#C9C3D1
(201,195,209)
#D9D4DE
(217,212,222)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B69 color. Also use rgb(73,59,105) instead hex code.

Text Font Color

.myTextColor { color: #493B69; }

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

This text font color is #493B69.


Background Color

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

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

This div background color is #493B69.


Border color

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

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

This div border color is #493B69.


Opacity

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

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

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

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

This text has shadow with #493B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B69 on black background.


Color preview on white background

This text has color #493B69 on white background.



Black color preview on #493B69 background

This text has black color on #493B69 background.


White color preview on #493B69 background

This text has white color on #493B69 background.