COLOR #50489F

HEX: #50489F RGB: (80,72,159)

Color info

#50489F contains mainly blue color. Web safe color of #50489F is #663399 (or #639).

RGB color model

#50489F color RGB value is (80,72,159).

RGB: (80,72,159) (31%, 28%, 62%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 159 of 255 = 62%

80
72
159

R + G + B ~ 40%. #50489F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 72 + 159 = 311 (100%)
R 80 of 311 ~ 25.72%
G 72 of 311 ~ 23.15%
B 159 of 311 ~ 51.13'%

%25.72
%23.15
%51.13

CMYK color model

#50489F color CMYK value is (50,55,0,38).

  • cyan value is 49.69%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (50,55,0,38)
C50M55Y0K38 (50%, 55%, 0%, 38%)
(0.50 / 0.55 / 0.00 / 0.38)

CMYK percentages

%49.69
%54.72
%0
%37.65

Codes

Color #50489F in popluar color models

50 48 9F
RGB 80 72 159
HSL 246° 37.66% 45.29%
HSB/HSV 246° 54.72% 62.35%
CMYK 49.69% 54.72% 0.00%
37.65%

Color #50489F in popluar number systems.

HEX 50 48 9F
Decimal 80 72 159
Binary 1010000 1001000 10011111
Octal 120 110 237

Shades and tints

Shades of #50489F

#50489F
(80,72,159)
#494291
(73,66,145)
#423C83
(66,60,131)
#3B3675
(59,54,117)
#343067
(52,48,103)
#2D2A59
(45,42,89)
#26244B
(38,36,75)
#1F1E3D
(31,30,61)
#18182F
(24,24,47)
#111221
(17,18,33)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #50489F

#50489F
(80,72,159)
#5F58A7
(95,88,167)
#6E68AF
(110,104,175)
#7D78B7
(125,120,183)
#8C88BF
(140,136,191)
#9B98C7
(155,152,199)
#AAA8CF
(170,168,207)
#B9B8D7
(185,184,215)
#C8C8DF
(200,200,223)
#D7D8E7
(215,216,231)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50489F color. Also use rgb(80,72,159) instead hex code.

Text Font Color

.myTextColor { color: #50489F; }

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

This text font color is #50489F.

Background Color

.myBgColor { background-color: #50489F; }

<div style="background-color:#50489F">Inner text</div>

This div background color is #50489F.

Border color

.myBorderColor { border: 1px solid #50489F; }

<div style="border:3px solid #50489F">Div</div>

This div border color is #50489F.

Opacity

.myOpacity80 { color: #50489F; opacity: 0.8; }

<p style="color:#50489F;opacity:0.8;">80%</p>

Text with #50489F 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 #50489F;}

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

This text has shadow with #50489F color.


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

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

This text has shadow with #50489F primary color and red secondary color.


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

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

This text has shadow with #50489F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50489F.

Preview

Color preview on black background

This text has color #50489F on black background.


Color preview on white background

This text has color #50489F on white background.


Black color preview on #50489F background

This text has black color on #50489F background.


White color preview on #50489F background

This text has white color on #50489F background.


Related colors

Complementary color

Complementary color for #hex is #AFB760.


I love getcolorcode.com

Triadic colors

1 #9F5048 and #489F50 with #50489F are triadic colors.

2 #9F4850 and #48509F with #50489F are triadic colors.