COLOR #493667

HEX: #493667
RGB: (73,54,103)

Color info

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

RGB color model

#493667 color RGB value is (73,54,103).

  • red value is 73;
  • green value is 54;
  • blue value is 103.
RGB:
(73,54,103)
(29%,21%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 103 of 255 = 40%

73
54
103

R + G + B ~ 30%. #493667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 103 = 230 (100%)
R 73 of 230 ~ 31.74%
G 54 of 230 ~ 23.48%
B 103 of 230 ~ 44.78%

%31.74
%23.48
%44.78

CMYK color model

#493667 color CMYK value is (29,48,0,60).

  • cyan value is 29.13%
  • magenta value is 47.57%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(29,48,0,60)
C29M48Y0K60 
(29%,48%,0%,60%)
(0.29/0.48/0.00/0.60)	

CMYK percentages

%29.13
%47.57
%0
%59.61

Codes

Color #493667 in popluar color models

493667
RGB7354103
HSL263°31.21%30.78%
HSB/HSV263°47.57%40.39%
CMYK29.13%47.57%0.00%
59.61%

Color #493667 in popluar number systems.

HEX493667
Decimal7354103
Binary10010011101101100111
Octal11166147

Shades and tints

Shades of #493667

#493667
(73,54,103)
#43325E
(67,50,94)
#3D2E55
(61,46,85)
#372A4C
(55,42,76)
#312643
(49,38,67)
#2B223A
(43,34,58)
#251E31
(37,30,49)
#1F1A28
(31,26,40)
#19161F
(25,22,31)
#131216
(19,18,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #493667

#493667
(73,54,103)
#594874
(89,72,116)
#695A81
(105,90,129)
#796C8E
(121,108,142)
#897E9B
(137,126,155)
#9990A8
(153,144,168)
#A9A2B5
(169,162,181)
#B9B4C2
(185,180,194)
#C9C6CF
(201,198,207)
#D9D8DC
(217,216,220)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493667 color. Also use rgb(73,54,103) instead hex code.

Text Font Color

.myTextColor { color: #493667; }

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

This text font color is #493667.


Background Color

.myBgColor { background-color: #493667; }

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

This div background color is #493667.


Border color

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

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

This div border color is #493667.


Opacity

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

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

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

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

This text has shadow with #493667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493667 on black background.


Color preview on white background

This text has color #493667 on white background.



Black color preview on #493667 background

This text has black color on #493667 background.


White color preview on #493667 background

This text has white color on #493667 background.