COLOR #492789

HEX: #492789
RGB: (73,39,137)

Color info

#492789 contains mainly blue color. Web safe color of #492789 is #333399 (or #339).

RGB color model

#492789 color RGB value is (73,39,137).

  • red value is 73;
  • green value is 39;
  • blue value is 137.
RGB:
(73,39,137)
(29%,15%,54%)

RGB channels and saturation

R 73 of 255 = 29%
G 39 of 255 = 15%
B 137 of 255 = 54%

73
39
137

R + G + B ~ 33%. #492789 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 39 + 137 = 249 (100%)
R 73 of 249 ~ 29.32%
G 39 of 249 ~ 15.66%
B 137 of 249 ~ 55.02%

%29.32
%15.66
%55.02

CMYK color model

#492789 color CMYK value is (47,72,0,46).

  • cyan value is 46.72%
  • magenta value is 71.53%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(47,72,0,46)
C47M72Y0K46 
(47%,72%,0%,46%)
(0.47/0.72/0.00/0.46)	

CMYK percentages

%46.72
%71.53
%0
%46.27

Codes

Color #492789 in popluar color models

492789
RGB7339137
HSL261°55.68%34.51%
HSB/HSV261°71.53%53.73%
CMYK46.72%71.53%0.00%
46.27%

Color #492789 in popluar number systems.

HEX492789
Decimal7339137
Binary100100110011110001001
Octal11147211

Shades and tints

Shades of #492789

#492789
(73,39,137)
#43247D
(67,36,125)
#3D2171
(61,33,113)
#371E65
(55,30,101)
#311B59
(49,27,89)
#2B184D
(43,24,77)
#251541
(37,21,65)
#1F1235
(31,18,53)
#190F29
(25,15,41)
#130C1D
(19,12,29)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #492789

#492789
(73,39,137)
#593A93
(89,58,147)
#694D9D
(105,77,157)
#7960A7
(121,96,167)
#8973B1
(137,115,177)
#9986BB
(153,134,187)
#A999C5
(169,153,197)
#B9ACCF
(185,172,207)
#C9BFD9
(201,191,217)
#D9D2E3
(217,210,227)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492789 color. Also use rgb(73,39,137) instead hex code.

Text Font Color

.myTextColor { color: #492789; }

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

This text font color is #492789.


Background Color

.myBgColor { background-color: #492789; }

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

This div background color is #492789.


Border color

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

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

This div border color is #492789.


Opacity

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

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

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

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

This text has shadow with #492789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492789 on black background.


Color preview on white background

This text has color #492789 on white background.



Black color preview on #492789 background

This text has black color on #492789 background.


White color preview on #492789 background

This text has white color on #492789 background.