COLOR #492357

HEX: #492357
RGB: (73,35,87)

Color info

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

RGB color model

#492357 color RGB value is (73,35,87).

  • red value is 73;
  • green value is 35;
  • blue value is 87.
RGB:
(73,35,87)
(29%,14%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 87 of 255 = 34%

73
35
87

R + G + B ~ 26%. #492357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 87 = 195 (100%)
R 73 of 195 ~ 37.44%
G 35 of 195 ~ 17.95%
B 87 of 195 ~ 44.62%

%37.44
%17.95
%44.62

CMYK color model

#492357 color CMYK value is (16,60,0,66).

  • cyan value is 16.09%
  • magenta value is 59.77%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(16,60,0,66)
C16M60Y0K66 
(16%,60%,0%,66%)
(0.16/0.60/0.00/0.66)	

CMYK percentages

%16.09
%59.77
%0
%65.88

Codes

Color #492357 in popluar color models

492357
RGB733587
HSL284°42.62%23.92%
HSB/HSV284°59.77%34.12%
CMYK16.09%59.77%0.00%
65.88%

Color #492357 in popluar number systems.

HEX492357
Decimal733587
Binary10010011000111010111
Octal11143127

Shades and tints

Shades of #492357

#492357
(73,35,87)
#432050
(67,32,80)
#3D1D49
(61,29,73)
#371A42
(55,26,66)
#31173B
(49,23,59)
#2B1434
(43,20,52)
#25112D
(37,17,45)
#1F0E26
(31,14,38)
#190B1F
(25,11,31)
#130818
(19,8,24)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #492357

#492357
(73,35,87)
#593766
(89,55,102)
#694B75
(105,75,117)
#795F84
(121,95,132)
#897393
(137,115,147)
#9987A2
(153,135,162)
#A99BB1
(169,155,177)
#B9AFC0
(185,175,192)
#C9C3CF
(201,195,207)
#D9D7DE
(217,215,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492357 color. Also use rgb(73,35,87) instead hex code.

Text Font Color

.myTextColor { color: #492357; }

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

This text font color is #492357.


Background Color

.myBgColor { background-color: #492357; }

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

This div background color is #492357.


Border color

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

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

This div border color is #492357.


Opacity

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

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

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

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

This text has shadow with #492357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492357 on black background.


Color preview on white background

This text has color #492357 on white background.



Black color preview on #492357 background

This text has black color on #492357 background.


White color preview on #492357 background

This text has white color on #492357 background.