COLOR #493461

HEX: #493461
RGB: (73,52,97)

Color info

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

RGB color model

#493461 color RGB value is (73,52,97).

  • red value is 73;
  • green value is 52;
  • blue value is 97.
RGB:
(73,52,97)
(29%,20%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 52 of 255 = 20%
B 97 of 255 = 38%

73
52
97

R + G + B ~ 29%. #493461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 52 + 97 = 222 (100%)
R 73 of 222 ~ 32.88%
G 52 of 222 ~ 23.42%
B 97 of 222 ~ 43.69%

%32.88
%23.42
%43.69

CMYK color model

#493461 color CMYK value is (25,46,0,62).

  • cyan value is 24.74%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(25,46,0,62)
C25M46Y0K62 
(25%,46%,0%,62%)
(0.25/0.46/0.00/0.62)	

CMYK percentages

%24.74
%46.39
%0
%61.96

Codes

Color #493461 in popluar color models

493461
RGB735297
HSL268°30.20%29.22%
HSB/HSV268°46.39%38.04%
CMYK24.74%46.39%0.00%
61.96%

Color #493461 in popluar number systems.

HEX493461
Decimal735297
Binary10010011101001100001
Octal11164141

Shades and tints

Shades of #493461

#493461
(73,52,97)
#433059
(67,48,89)
#3D2C51
(61,44,81)
#372849
(55,40,73)
#312441
(49,36,65)
#2B2039
(43,32,57)
#251C31
(37,28,49)
#1F1829
(31,24,41)
#191421
(25,20,33)
#131019
(19,16,25)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #493461

#493461
(73,52,97)
#59466F
(89,70,111)
#69587D
(105,88,125)
#796A8B
(121,106,139)
#897C99
(137,124,153)
#998EA7
(153,142,167)
#A9A0B5
(169,160,181)
#B9B2C3
(185,178,195)
#C9C4D1
(201,196,209)
#D9D6DF
(217,214,223)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493461 color. Also use rgb(73,52,97) instead hex code.

Text Font Color

.myTextColor { color: #493461; }

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

This text font color is #493461.


Background Color

.myBgColor { background-color: #493461; }

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

This div background color is #493461.


Border color

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

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

This div border color is #493461.


Opacity

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

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

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

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

This text has shadow with #493461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493461 on black background.


Color preview on white background

This text has color #493461 on white background.



Black color preview on #493461 background

This text has black color on #493461 background.


White color preview on #493461 background

This text has white color on #493461 background.