COLOR #492558

HEX: #492558
RGB: (73,37,88)

Color info

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

RGB color model

#492558 color RGB value is (73,37,88).

  • red value is 73;
  • green value is 37;
  • blue value is 88.
RGB:
(73,37,88)
(29%,15%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 88 of 255 = 35%

73
37
88

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

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 88 = 198 (100%)
R 73 of 198 ~ 36.87%
G 37 of 198 ~ 18.69%
B 88 of 198 ~ 44.44%

%36.87
%18.69
%44.44

CMYK color model

#492558 color CMYK value is (17,58,0,65).

  • cyan value is 17.05%
  • magenta value is 57.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(17,58,0,65)
C17M58Y0K65 
(17%,58%,0%,65%)
(0.17/0.58/0.00/0.65)	

CMYK percentages

%17.05
%57.95
%0
%65.49

Codes

Color #492558 in popluar color models

492558
RGB733788
HSL282°40.80%24.51%
HSB/HSV282°57.95%34.51%
CMYK17.05%57.95%0.00%
65.49%

Color #492558 in popluar number systems.

HEX492558
Decimal733788
Binary10010011001011011000
Octal11145130

Shades and tints

Shades of #492558

#492558
(73,37,88)
#432250
(67,34,80)
#3D1F48
(61,31,72)
#371C40
(55,28,64)
#311938
(49,25,56)
#2B1630
(43,22,48)
#251328
(37,19,40)
#1F1020
(31,16,32)
#190D18
(25,13,24)
#130A10
(19,10,16)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #492558

#492558
(73,37,88)
#593867
(89,56,103)
#694B76
(105,75,118)
#795E85
(121,94,133)
#897194
(137,113,148)
#9984A3
(153,132,163)
#A997B2
(169,151,178)
#B9AAC1
(185,170,193)
#C9BDD0
(201,189,208)
#D9D0DF
(217,208,223)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492558 color. Also use rgb(73,37,88) instead hex code.

Text Font Color

.myTextColor { color: #492558; }

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

This text font color is #492558.


Background Color

.myBgColor { background-color: #492558; }

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

This div background color is #492558.


Border color

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

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

This div border color is #492558.


Opacity

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

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

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

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

This text has shadow with #492558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492558 on black background.


Color preview on white background

This text has color #492558 on white background.



Black color preview on #492558 background

This text has black color on #492558 background.


White color preview on #492558 background

This text has white color on #492558 background.