COLOR #494F82

HEX: #494F82 RGB: (73,79,130)

Color info

#494F82 contains red, green and blue colors in about the same proportion. Web safe color of #494F82 is #336699 (or #369).

RGB color model

#494F82 color RGB value is (73,79,130).

RGB: (73,79,130) (29%, 31%, 51%)

RGB channels and saturation

R 73 of 255 = 29%
G 79 of 255 = 31%
B 130 of 255 = 51%

73
79
130

R + G + B ~ 37%. #494F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 79 + 130 = 282 (100%)
R 73 of 282 ~ 25.89%
G 79 of 282 ~ 28.01%
B 130 of 282 ~ 46.1'%

%25.89
%28.01
%46.1

CMYK color model

#494F82 color CMYK value is (44,39,0,49).

  • cyan value is 43.85%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (44,39,0,49)
C44M39Y0K49 (44%, 39%, 0%, 49%)
(0.44 / 0.39 / 0.00 / 0.49)

CMYK percentages

%43.85
%39.23
%0
%49.02

Codes

Color #494F82 in popluar color models

49 4F 82
RGB 73 79 130
HSL 234° 28.08% 39.80%
HSB/HSV 234° 43.85% 50.98%
CMYK 43.85% 39.23% 0.00%
49.02%

Color #494F82 in popluar number systems.

HEX 49 4F 82
Decimal 73 79 130
Binary 1001001 1001111 10000010
Octal 111 117 202

Shades and tints

Shades of #494F82

#494F82
(73,79,130)
#434877
(67,72,119)
#3D416C
(61,65,108)
#373A61
(55,58,97)
#313356
(49,51,86)
#2B2C4B
(43,44,75)
#252540
(37,37,64)
#1F1E35
(31,30,53)
#19172A
(25,23,42)
#13101F
(19,16,31)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #494F82

#494F82
(73,79,130)
#595F8D
(89,95,141)
#696F98
(105,111,152)
#797FA3
(121,127,163)
#898FAE
(137,143,174)
#999FB9
(153,159,185)
#A9AFC4
(169,175,196)
#B9BFCF
(185,191,207)
#C9CFDA
(201,207,218)
#D9DFE5
(217,223,229)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494F82 color. Also use rgb(73,79,130) instead hex code.

Text Font Color

.myTextColor { color: #494F82; }

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

This text font color is #494F82.

Background Color

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

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

This div background color is #494F82.

Border color

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

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

This div border color is #494F82.

Opacity

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

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

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

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

This text has shadow with #494F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494F82.

Preview

Color preview on black background

This text has color #494F82 on black background.


Color preview on white background

This text has color #494F82 on white background.


Black color preview on #494F82 background

This text has black color on #494F82 background.


White color preview on #494F82 background

This text has white color on #494F82 background.


Related colors

Complementary color

Complementary color for #hex is #B6B07D.


I love getcolorcode.com

Triadic colors

1 #82494F and #4F8249 with #494F82 are triadic colors.

2 #824F49 and #4F4982 with #494F82 are triadic colors.