COLOR #494584

HEX: #494584
RGB: (73,69,132)

Color info

#494584 contains mainly red and blue colors. Web safe color of #494584 is #333399 (or #339).

RGB color model

#494584 color RGB value is (73,69,132).

  • red value is 73;
  • green value is 69;
  • blue value is 132.
RGB:
(73,69,132)
(29%,27%,52%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 132 of 255 = 52%

73
69
132

R + G + B ~ 36%. #494584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 132 = 274 (100%)
R 73 of 274 ~ 26.64%
G 69 of 274 ~ 25.18%
B 132 of 274 ~ 48.18%

%26.64
%25.18
%48.18

CMYK color model

#494584 color CMYK value is (45,48,0,48).

  • cyan value is 44.70%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(45,48,0,48)
C45M48Y0K48 
(45%,48%,0%,48%)
(0.45/0.48/0.00/0.48)	

CMYK percentages

%44.7
%47.73
%0
%48.24

Codes

Color #494584 in popluar color models

494584
RGB7369132
HSL244°31.34%39.41%
HSB/HSV244°47.73%51.76%
CMYK44.70%47.73%0.00%
48.24%

Color #494584 in popluar number systems.

HEX494584
Decimal7369132
Binary1001001100010110000100
Octal111105204

Shades and tints

Shades of #494584

#494584
(73,69,132)
#433F78
(67,63,120)
#3D396C
(61,57,108)
#373360
(55,51,96)
#312D54
(49,45,84)
#2B2748
(43,39,72)
#25213C
(37,33,60)
#1F1B30
(31,27,48)
#191524
(25,21,36)
#130F18
(19,15,24)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #494584

#494584
(73,69,132)
#59558F
(89,85,143)
#69659A
(105,101,154)
#7975A5
(121,117,165)
#8985B0
(137,133,176)
#9995BB
(153,149,187)
#A9A5C6
(169,165,198)
#B9B5D1
(185,181,209)
#C9C5DC
(201,197,220)
#D9D5E7
(217,213,231)
#E9E5F2
(233,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494584 color. Also use rgb(73,69,132) instead hex code.

Text Font Color

.myTextColor { color: #494584; }

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

This text font color is #494584.


Background Color

.myBgColor { background-color: #494584; }

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

This div background color is #494584.


Border color

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

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

This div border color is #494584.


Opacity

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

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

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

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

This text has shadow with #494584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494584 on black background.


Color preview on white background

This text has color #494584 on white background.



Black color preview on #494584 background

This text has black color on #494584 background.


White color preview on #494584 background

This text has white color on #494584 background.