COLOR #494B8E

HEX: #494B8E RGB: (73,75,142)

Color info

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

RGB color model

#494B8E color RGB value is (73,75,142).

RGB: (73,75,142) (29%, 29%, 56%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 142 of 255 = 56%

73
75
142

R + G + B ~ 38%. #494B8E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 75 + 142 = 290 (100%)
R 73 of 290 ~ 25.17%
G 75 of 290 ~ 25.86%
B 142 of 290 ~ 48.97'%

%25.17
%25.86
%48.97

CMYK color model

#494B8E color CMYK value is (49,47,0,44).

  • cyan value is 48.59%
  • magenta value is 47.18%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (49,47,0,44)
C49M47Y0K44 (49%, 47%, 0%, 44%)
(0.49 / 0.47 / 0.00 / 0.44)

CMYK percentages

%48.59
%47.18
%0
%44.31

Codes

Color #494B8E in popluar color models

49 4B 8E
RGB 73 75 142
HSL 238° 32.09% 42.16%
HSB/HSV 238° 48.59% 55.69%
CMYK 48.59% 47.18% 0.00%
44.31%

Color #494B8E in popluar number systems.

HEX 49 4B 8E
Decimal 73 75 142
Binary 1001001 1001011 10001110
Octal 111 113 216

Shades and tints

Shades of #494B8E

#494B8E
(73,75,142)
#434582
(67,69,130)
#3D3F76
(61,63,118)
#37396A
(55,57,106)
#31335E
(49,51,94)
#2B2D52
(43,45,82)
#252746
(37,39,70)
#1F213A
(31,33,58)
#191B2E
(25,27,46)
#131522
(19,21,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #494B8E

#494B8E
(73,75,142)
#595B98
(89,91,152)
#696BA2
(105,107,162)
#797BAC
(121,123,172)
#898BB6
(137,139,182)
#999BC0
(153,155,192)
#A9ABCA
(169,171,202)
#B9BBD4
(185,187,212)
#C9CBDE
(201,203,222)
#D9DBE8
(217,219,232)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B8E; }

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

This text font color is #494B8E.

Background Color

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

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

This div background color is #494B8E.

Border color

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

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

This div border color is #494B8E.

Opacity

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

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

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

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

This text has shadow with #494B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494B8E.

Preview

Color preview on black background

This text has color #494B8E on black background.


Color preview on white background

This text has color #494B8E on white background.


Black color preview on #494B8E background

This text has black color on #494B8E background.


White color preview on #494B8E background

This text has white color on #494B8E background.


Related colors

Complementary color

Complementary color for #hex is #B6B471.


I love getcolorcode.com

Triadic colors

1 #8E494B and #4B8E49 with #494B8E are triadic colors.

2 #8E4B49 and #4B498E with #494B8E are triadic colors.