COLOR #494582

HEX: #494582
RGB: (73,69,130)

Color info

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

RGB color model

#494582 color RGB value is (73,69,130).

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

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 130 of 255 = 51%

73
69
130

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

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 130 = 272 (100%)
R 73 of 272 ~ 26.84%
G 69 of 272 ~ 25.37%
B 130 of 272 ~ 47.79%

%26.84
%25.37
%47.79

CMYK color model

#494582 color CMYK value is (44,47,0,49).

  • cyan value is 43.85%
  • magenta value is 46.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(44,47,0,49)
C44M47Y0K49 
(44%,47%,0%,49%)
(0.44/0.47/0.00/0.49)	

CMYK percentages

%43.85
%46.92
%0
%49.02

Codes

Color #494582 in popluar color models

494582
RGB7369130
HSL244°30.65%39.02%
HSB/HSV244°46.92%50.98%
CMYK43.85%46.92%0.00%
49.02%

Color #494582 in popluar number systems.

HEX494582
Decimal7369130
Binary1001001100010110000010
Octal111105202

Shades and tints

Shades of #494582

#494582
(73,69,130)
#433F77
(67,63,119)
#3D396C
(61,57,108)
#373361
(55,51,97)
#312D56
(49,45,86)
#2B274B
(43,39,75)
#252140
(37,33,64)
#1F1B35
(31,27,53)
#19152A
(25,21,42)
#130F1F
(19,15,31)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #494582

#494582
(73,69,130)
#59558D
(89,85,141)
#696598
(105,101,152)
#7975A3
(121,117,163)
#8985AE
(137,133,174)
#9995B9
(153,149,185)
#A9A5C4
(169,165,196)
#B9B5CF
(185,181,207)
#C9C5DA
(201,197,218)
#D9D5E5
(217,213,229)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494582; }

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

This text font color is #494582.


Background Color

.myBgColor { background-color: #494582; }

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

This div background color is #494582.


Border color

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

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

This div border color is #494582.


Opacity

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

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

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

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

This text has shadow with #494582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494582 on black background.


Color preview on white background

This text has color #494582 on white background.



Black color preview on #494582 background

This text has black color on #494582 background.


White color preview on #494582 background

This text has white color on #494582 background.