COLOR #494B98

HEX: #494B98
RGB: (73,75,152)

Color info

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

RGB color model

#494B98 color RGB value is (73,75,152).

  • red value is 73;
  • green value is 75;
  • blue value is 152.
RGB:
(73,75,152)
(29%,29%,60%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 152 of 255 = 60%

73
75
152

R + G + B ~ 39%. #494B98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 152 = 300 (100%)
R 73 of 300 ~ 24.33%
G 75 of 300 ~ 25%
B 152 of 300 ~ 50.67%

%24.33
%25
%50.67

CMYK color model

#494B98 color CMYK value is (52,51,0,40).

  • cyan value is 51.97%
  • magenta value is 50.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(52,51,0,40)
C52M51Y0K40 
(52%,51%,0%,40%)
(0.52/0.51/0.00/0.40)	

CMYK percentages

%51.97
%50.66
%0
%40.39

Codes

Color #494B98 in popluar color models

494B98
RGB7375152
HSL238°35.11%44.12%
HSB/HSV238°51.97%59.61%
CMYK51.97%50.66%0.00%
40.39%

Color #494B98 in popluar number systems.

HEX494B98
Decimal7375152
Binary1001001100101110011000
Octal111113230

Shades and tints

Shades of #494B98

#494B98
(73,75,152)
#43458B
(67,69,139)
#3D3F7E
(61,63,126)
#373971
(55,57,113)
#313364
(49,51,100)
#2B2D57
(43,45,87)
#25274A
(37,39,74)
#1F213D
(31,33,61)
#191B30
(25,27,48)
#131523
(19,21,35)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #494B98

#494B98
(73,75,152)
#595BA1
(89,91,161)
#696BAA
(105,107,170)
#797BB3
(121,123,179)
#898BBC
(137,139,188)
#999BC5
(153,155,197)
#A9ABCE
(169,171,206)
#B9BBD7
(185,187,215)
#C9CBE0
(201,203,224)
#D9DBE9
(217,219,233)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B98 color. Also use rgb(73,75,152) instead hex code.

Text Font Color

.myTextColor { color: #494B98; }

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

This text font color is #494B98.


Background Color

.myBgColor { background-color: #494B98; }

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

This div background color is #494B98.


Border color

.myBorderColor { border: 1px solid #494B98; }

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

This div border color is #494B98.


Opacity

.myOpacity80 { color: #494B98; opacity: 0.8; }

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

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

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

This text has shadow with #494B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B98 on black background.


Color preview on white background

This text has color #494B98 on white background.



Black color preview on #494B98 background

This text has black color on #494B98 background.


White color preview on #494B98 background

This text has white color on #494B98 background.