COLOR #492867

HEX: #492867
RGB: (73,40,103)

Color info

#492867 contains mainly red and blue colors. Web safe color of #492867 is #333366 (or #336).

RGB color model

#492867 color RGB value is (73,40,103).

  • red value is 73;
  • green value is 40;
  • blue value is 103.
RGB:
(73,40,103)
(29%,16%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 103 of 255 = 40%

73
40
103

R + G + B ~ 28%. #492867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 103 = 216 (100%)
R 73 of 216 ~ 33.8%
G 40 of 216 ~ 18.52%
B 103 of 216 ~ 47.69%

%33.8
%18.52
%47.69

CMYK color model

#492867 color CMYK value is (29,61,0,60).

  • cyan value is 29.13%
  • magenta value is 61.17%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(29,61,0,60)
C29M61Y0K60 
(29%,61%,0%,60%)
(0.29/0.61/0.00/0.60)	

CMYK percentages

%29.13
%61.17
%0
%59.61

Codes

Color #492867 in popluar color models

492867
RGB7340103
HSL271°44.06%28.04%
HSB/HSV271°61.17%40.39%
CMYK29.13%61.17%0.00%
59.61%

Color #492867 in popluar number systems.

HEX492867
Decimal7340103
Binary10010011010001100111
Octal11150147

Shades and tints

Shades of #492867

#492867
(73,40,103)
#43255E
(67,37,94)
#3D2255
(61,34,85)
#371F4C
(55,31,76)
#311C43
(49,28,67)
#2B193A
(43,25,58)
#251631
(37,22,49)
#1F1328
(31,19,40)
#19101F
(25,16,31)
#130D16
(19,13,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #492867

#492867
(73,40,103)
#593B74
(89,59,116)
#694E81
(105,78,129)
#79618E
(121,97,142)
#89749B
(137,116,155)
#9987A8
(153,135,168)
#A99AB5
(169,154,181)
#B9ADC2
(185,173,194)
#C9C0CF
(201,192,207)
#D9D3DC
(217,211,220)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492867 color. Also use rgb(73,40,103) instead hex code.

Text Font Color

.myTextColor { color: #492867; }

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

This text font color is #492867.


Background Color

.myBgColor { background-color: #492867; }

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

This div background color is #492867.


Border color

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

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

This div border color is #492867.


Opacity

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

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

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

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

This text has shadow with #492867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492867 on black background.


Color preview on white background

This text has color #492867 on white background.



Black color preview on #492867 background

This text has black color on #492867 background.


White color preview on #492867 background

This text has white color on #492867 background.