COLOR #493B6C

HEX: #493B6C
RGB: (73,59,108)

Color info

#493B6C contains red, green and blue colors in about the same proportion. Web safe color of #493B6C is #333366 (or #336).

RGB color model

#493B6C color RGB value is (73,59,108).

  • red value is 73;
  • green value is 59;
  • blue value is 108.
RGB:
(73,59,108)
(29%,23%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 108 of 255 = 42%

73
59
108

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

Portions of RGB colors in percentages

R + G + B =
73 + 59 + 108 = 240 (100%)
R 73 of 240 ~ 30.42%
G 59 of 240 ~ 24.58%
B 108 of 240 ~ 45%

%30.42
%24.58
%45

CMYK color model

#493B6C color CMYK value is (32,45,0,58).

  • cyan value is 32.41%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(32,45,0,58)
C32M45Y0K58 
(32%,45%,0%,58%)
(0.32/0.45/0.00/0.58)	

CMYK percentages

%32.41
%45.37
%0
%57.65

Codes

Color #493B6C in popluar color models

493B6C
RGB7359108
HSL257°29.34%32.75%
HSB/HSV257°45.37%42.35%
CMYK32.41%45.37%0.00%
57.65%

Color #493B6C in popluar number systems.

HEX493B6C
Decimal7359108
Binary10010011110111101100
Octal11173154

Shades and tints

Shades of #493B6C

#493B6C
(73,59,108)
#433663
(67,54,99)
#3D315A
(61,49,90)
#372C51
(55,44,81)
#312748
(49,39,72)
#2B223F
(43,34,63)
#251D36
(37,29,54)
#1F182D
(31,24,45)
#191324
(25,19,36)
#130E1B
(19,14,27)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #493B6C

#493B6C
(73,59,108)
#594C79
(89,76,121)
#695D86
(105,93,134)
#796E93
(121,110,147)
#897FA0
(137,127,160)
#9990AD
(153,144,173)
#A9A1BA
(169,161,186)
#B9B2C7
(185,178,199)
#C9C3D4
(201,195,212)
#D9D4E1
(217,212,225)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493B6C; }

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

This text font color is #493B6C.


Background Color

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

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

This div background color is #493B6C.


Border color

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

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

This div border color is #493B6C.


Opacity

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

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

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

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

This text has shadow with #493B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B6C on black background.


Color preview on white background

This text has color #493B6C on white background.



Black color preview on #493B6C background

This text has black color on #493B6C background.


White color preview on #493B6C background

This text has white color on #493B6C background.