COLOR #493258

HEX: #493258
RGB: (73,50,88)

Renk bilgisi

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

RGB renk modeli

#493258 color RGB value is (73,50,88).

  • kırmız ton 73;
  • yeşil ton 50;
  • mavi ton 88.
RGB:
(73,50,88)
(29%,20%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 50 of 255 = 20%
B 88 of 255 = 35%

73
50
88

R + G + B ~ 28%. #493258 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 50 + 88 = 211 (100%)
R 73 of 211 ~ 34.6%
G 50 of 211 ~ 23.7%
B 88 of 211 ~ 41.71%

%34.6
%23.7
%41.71

CMYK RENK MODELİ

#493258 rengi CMYK tonu (17,43,0,65).

  • camgöbeği tonu 17.05%
  • eflatun tonu 43.18%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(17,43,0,65)
C17M43Y0K65 
(17%,43%,0%,65%)
(0.17/0.43/0.00/0.65)	

CMYK yüzdeleri

%17.05
%43.18
%0
%65.49

Codes

Color #493258 in popluar color models

493258
RGB735088
HSL276°27.54%27.06%
HSB/HSV276°43.18%34.51%
CMYK17.05%43.18%0.00%
65.49%

Color #493258 in popluar number systems.

HEX493258
Decimal735088
Binary10010011100101011000
Octal11162130

Shades and tints

Shades of #493258

#493258
(73,50,88)
#432E50
(67,46,80)
#3D2A48
(61,42,72)
#372640
(55,38,64)
#312238
(49,34,56)
#2B1E30
(43,30,48)
#251A28
(37,26,40)
#1F1620
(31,22,32)
#191218
(25,18,24)
#130E10
(19,14,16)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #493258

#493258
(73,50,88)
#594467
(89,68,103)
#695676
(105,86,118)
#796885
(121,104,133)
#897A94
(137,122,148)
#998CA3
(153,140,163)
#A99EB2
(169,158,178)
#B9B0C1
(185,176,193)
#C9C2D0
(201,194,208)
#D9D4DF
(217,212,223)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493258 color. Also use rgb(73,50,88) instead hex code.

Text Font Color

.myTextColor { color: #493258; }

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

This text font color is #493258.


Background Color

.myBgColor { background-color: #493258; }

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

This div background color is #493258.


Border color

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

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

This div border color is #493258.


Opacity

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

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

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

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

This text has shadow with #493258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493258 on black background.


Color preview on white background

This text has color #493258 on white background.



Black color preview on #493258 background

This text has black color on #493258 background.


White color preview on #493258 background

This text has white color on #493258 background.