COLOR #494A99

HEX: #494A99 RGB: (73,74,153)

Color info

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

RGB color model

#494A99 color RGB value is (73,74,153).

RGB: (73,74,153) (29%, 29%, 60%)

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 153 of 255 = 60%

73
74
153

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

Portions of RGB colors in percentages

R + G + B = 73 + 74 + 153 = 300 (100%)
R 73 of 300 ~ 24.33%
G 74 of 300 ~ 24.67%
B 153 of 300 ~ 51'%

%24.33
%24.67
%51

CMYK color model

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

  • cyan value is 52.29%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (52,52,0,40)
C52M52Y0K40 (52%, 52%, 0%, 40%)
(0.52 / 0.52 / 0.00 / 0.40)

CMYK percentages

%52.29
%51.63
%0
%40

Codes

Color #494A99 in popluar color models

49 4A 99
RGB 73 74 153
HSL 239° 35.40% 44.31%
HSB/HSV 239° 52.29% 60.00%
CMYK 52.29% 51.63% 0.00%
40.00%

Color #494A99 in popluar number systems.

HEX 49 4A 99
Decimal 73 74 153
Binary 1001001 1001010 10011001
Octal 111 112 231

Shades and tints

Shades of #494A99

#494A99
(73,74,153)
#43448C
(67,68,140)
#3D3E7F
(61,62,127)
#373872
(55,56,114)
#313265
(49,50,101)
#2B2C58
(43,44,88)
#25264B
(37,38,75)
#1F203E
(31,32,62)
#191A31
(25,26,49)
#131424
(19,20,36)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #494A99

#494A99
(73,74,153)
#595AA2
(89,90,162)
#696AAB
(105,106,171)
#797AB4
(121,122,180)
#898ABD
(137,138,189)
#999AC6
(153,154,198)
#A9AACF
(169,170,207)
#B9BAD8
(185,186,216)
#C9CAE1
(201,202,225)
#D9DAEA
(217,218,234)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A99 color. Also use rgb(73,74,153) instead hex code.

Text Font Color

.myTextColor { color: #494A99; }

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

This text font color is #494A99.

Background Color

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

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

This div background color is #494A99.

Border color

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

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

This div border color is #494A99.

Opacity

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

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

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

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

This text has shadow with #494A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494A99.

Preview

Color preview on black background

This text has color #494A99 on black background.


Color preview on white background

This text has color #494A99 on white background.


Black color preview on #494A99 background

This text has black color on #494A99 background.


White color preview on #494A99 background

This text has white color on #494A99 background.


Related colors

Complementary color

Complementary color for #hex is #B6B566.


I love getcolorcode.com

Triadic colors

1 #99494A and #4A9949 with #494A99 are triadic colors.

2 #994A49 and #4A4999 with #494A99 are triadic colors.