COLOR #5046B1

HEX: #5046B1
RGB: (80,70,177)

Color info

#5046B1 contains mainly blue color. Web safe color of #5046B1 is #663399 (or #639).

RGB color model

#5046B1 color RGB value is (80,70,177).

  • red value is 80;
  • green value is 70;
  • blue value is 177.
RGB:
(80,70,177)
(31%,27%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 177 of 255 = 69%

80
70
177

R + G + B ~ 42%. #5046B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 177 = 327 (100%)
R 80 of 327 ~ 24.46%
G 70 of 327 ~ 21.41%
B 177 of 327 ~ 54.13%

%24.46
%21.41
%54.13

CMYK color model

#5046B1 color CMYK value is (55,60,0,31).

  • cyan value is 54.80%
  • magenta value is 60.45%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(55,60,0,31)
C55M60Y0K31 
(55%,60%,0%,31%)
(0.55/0.60/0.00/0.31)	

CMYK percentages

%54.8
%60.45
%0
%30.59

Codes

Color #5046B1 in popluar color models

5046B1
RGB8070177
HSL246°43.32%48.43%
HSB/HSV246°60.45%69.41%
CMYK54.80%60.45%0.00%
30.59%

Color #5046B1 in popluar number systems.

HEX5046B1
Decimal8070177
Binary1010000100011010110001
Octal120106261

Shades and tints

Shades of #5046B1

#5046B1
(80,70,177)
#4940A1
(73,64,161)
#423A91
(66,58,145)
#3B3481
(59,52,129)
#342E71
(52,46,113)
#2D2861
(45,40,97)
#262251
(38,34,81)
#1F1C41
(31,28,65)
#181631
(24,22,49)
#111021
(17,16,33)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5046B1

#5046B1
(80,70,177)
#5F56B8
(95,86,184)
#6E66BF
(110,102,191)
#7D76C6
(125,118,198)
#8C86CD
(140,134,205)
#9B96D4
(155,150,212)
#AAA6DB
(170,166,219)
#B9B6E2
(185,182,226)
#C8C6E9
(200,198,233)
#D7D6F0
(215,214,240)
#E6E6F7
(230,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5046B1 color. Also use rgb(80,70,177) instead hex code.

Text Font Color

.myTextColor { color: #5046B1; }

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

This text font color is #5046B1.


Background Color

.myBgColor { background-color: #5046B1; }

<div style="background-color:#5046B1">Inner text</div>

This div background color is #5046B1.


Border color

.myBorderColor { border: 1px solid #5046B1; }

<div style="border:3px solid #5046B1">Div</div>

This div border color is #5046B1.


Opacity

.myOpacity80 { color: #5046B1; opacity: 0.8; }

<p style="color:#5046B1;opacity:0.8;">80%</p>

Text with #5046B1 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 #5046B1;}

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

This text has shadow with #5046B1 color.

.textShadow {text-shadow: 3px 3px 1px #5046B1, 3px 3px 1px red;}

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

This text has shadow with #5046B1 primary color and red secondary color.


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

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

This text has shadow with #5046B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5046B1 on black background.


Color preview on white background

This text has color #5046B1 on white background.



Black color preview on #5046B1 background

This text has black color on #5046B1 background.


White color preview on #5046B1 background

This text has white color on #5046B1 background.