COLOR #50499E

HEX: #50499E
RGB: (80,73,158)

Color info

#50499E contains mainly blue color. Web safe color of #50499E is #663399 (or #639).

RGB color model

#50499E color RGB value is (80,73,158).

  • red value is 80;
  • green value is 73;
  • blue value is 158.
RGB:
(80,73,158)
(31%,29%,62%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 158 of 255 = 62%

80
73
158

R + G + B ~ 41%. #50499E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 158 = 311 (100%)
R 80 of 311 ~ 25.72%
G 73 of 311 ~ 23.47%
B 158 of 311 ~ 50.8%

%25.72
%23.47
%50.8

CMYK color model

#50499E color CMYK value is (49,54,0,38).

  • cyan value is 49.37%
  • magenta value is 53.80%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(49,54,0,38)
C49M54Y0K38 
(49%,54%,0%,38%)
(0.49/0.54/0.00/0.38)	

CMYK percentages

%49.37
%53.8
%0
%38.04

Codes

Color #50499E in popluar color models

50499E
RGB8073158
HSL245°36.80%45.29%
HSB/HSV245°53.80%61.96%
CMYK49.37%53.80%0.00%
38.04%

Color #50499E in popluar number systems.

HEX50499E
Decimal8073158
Binary1010000100100110011110
Octal120111236

Shades and tints

Shades of #50499E

#50499E
(80,73,158)
#494390
(73,67,144)
#423D82
(66,61,130)
#3B3774
(59,55,116)
#343166
(52,49,102)
#2D2B58
(45,43,88)
#26254A
(38,37,74)
#1F1F3C
(31,31,60)
#18192E
(24,25,46)
#111320
(17,19,32)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #50499E

#50499E
(80,73,158)
#5F59A6
(95,89,166)
#6E69AE
(110,105,174)
#7D79B6
(125,121,182)
#8C89BE
(140,137,190)
#9B99C6
(155,153,198)
#AAA9CE
(170,169,206)
#B9B9D6
(185,185,214)
#C8C9DE
(200,201,222)
#D7D9E6
(215,217,230)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50499E color. Also use rgb(80,73,158) instead hex code.

Text Font Color

.myTextColor { color: #50499E; }

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

This text font color is #50499E.


Background Color

.myBgColor { background-color: #50499E; }

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

This div background color is #50499E.


Border color

.myBorderColor { border: 1px solid #50499E; }

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

This div border color is #50499E.


Opacity

.myOpacity80 { color: #50499E; opacity: 0.8; }

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

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

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

This text has shadow with #50499E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50499E on black background.


Color preview on white background

This text has color #50499E on white background.



Black color preview on #50499E background

This text has black color on #50499E background.


White color preview on #50499E background

This text has white color on #50499E background.