COLOR #493D6C

HEX: #493D6C
RGB: (73,61,108)

Renk bilgisi

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

RGB renk modeli

#493D6C color RGB value is (73,61,108).

  • kırmız ton 73;
  • yeşil ton 61;
  • mavi ton 108.
RGB:
(73,61,108)
(29%,24%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 61 of 255 = 24%
B 108 of 255 = 42%

73
61
108

R + G + B ~ 32%. #493D6C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 61 + 108 = 242 (100%)
R 73 of 242 ~ 30.17%
G 61 of 242 ~ 25.21%
B 108 of 242 ~ 44.63%

%30.17
%25.21
%44.63

CMYK RENK MODELİ

#493D6C rengi CMYK tonu (32,44,0,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 43.52%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(32,44,0,58)
C32M44Y0K58 
(32%,44%,0%,58%)
(0.32/0.44/0.00/0.58)	

CMYK yüzdeleri

%32.41
%43.52
%0
%57.65

Codes

Color #493D6C in popluar color models

493D6C
RGB7361108
HSL255°27.81%33.14%
HSB/HSV255°43.52%42.35%
CMYK32.41%43.52%0.00%
57.65%

Color #493D6C in popluar number systems.

HEX493D6C
Decimal7361108
Binary10010011111011101100
Octal11175154

Shades and tints

Shades of #493D6C

#493D6C
(73,61,108)
#433863
(67,56,99)
#3D335A
(61,51,90)
#372E51
(55,46,81)
#312948
(49,41,72)
#2B243F
(43,36,63)
#251F36
(37,31,54)
#1F1A2D
(31,26,45)
#191524
(25,21,36)
#13101B
(19,16,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #493D6C

#493D6C
(73,61,108)
#594E79
(89,78,121)
#695F86
(105,95,134)
#797093
(121,112,147)
#8981A0
(137,129,160)
#9992AD
(153,146,173)
#A9A3BA
(169,163,186)
#B9B4C7
(185,180,199)
#C9C5D4
(201,197,212)
#D9D6E1
(217,214,225)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493D6C color. Also use rgb(73,61,108) instead hex code.

Text Font Color

.myTextColor { color: #493D6C; }

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

This text font color is #493D6C.


Background Color

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

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

This div background color is #493D6C.


Border color

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

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

This div border color is #493D6C.


Opacity

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

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

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

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

This text has shadow with #493D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D6C on black background.


Color preview on white background

This text has color #493D6C on white background.



Black color preview on #493D6C background

This text has black color on #493D6C background.


White color preview on #493D6C background

This text has white color on #493D6C background.