COLOR #5046BB

HEX: #5046BB
RGB: (80,70,187)

Color info

#5046BB contains mainly blue color. Web safe color of #5046BB is #6633CC (or #63C).

RGB color model

#5046BB color RGB value is (80,70,187).

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

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 187 of 255 = 73%

80
70
187

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

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 187 = 337 (100%)
R 80 of 337 ~ 23.74%
G 70 of 337 ~ 20.77%
B 187 of 337 ~ 55.49%

%23.74
%20.77
%55.49

CMYK color model

#5046BB color CMYK value is (57,63,0,27).

  • cyan value is 57.22%
  • magenta value is 62.57%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(57,63,0,27)
C57M63Y0K27 
(57%,63%,0%,27%)
(0.57/0.63/0.00/0.27)	

CMYK percentages

%57.22
%62.57
%0
%26.67

Codes

Color #5046BB in popluar color models

5046BB
RGB8070187
HSL245°46.25%50.39%
HSB/HSV245°62.57%73.33%
CMYK57.22%62.57%0.00%
26.67%

Color #5046BB in popluar number systems.

HEX5046BB
Decimal8070187
Binary1010000100011010111011
Octal120106273

Shades and tints

Shades of #5046BB

#5046BB
(80,70,187)
#4940AA
(73,64,170)
#423A99
(66,58,153)
#3B3488
(59,52,136)
#342E77
(52,46,119)
#2D2866
(45,40,102)
#262255
(38,34,85)
#1F1C44
(31,28,68)
#181633
(24,22,51)
#111022
(17,16,34)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5046BB

#5046BB
(80,70,187)
#5F56C1
(95,86,193)
#6E66C7
(110,102,199)
#7D76CD
(125,118,205)
#8C86D3
(140,134,211)
#9B96D9
(155,150,217)
#AAA6DF
(170,166,223)
#B9B6E5
(185,182,229)
#C8C6EB
(200,198,235)
#D7D6F1
(215,214,241)
#E6E6F7
(230,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5046BB; }

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

This text font color is #5046BB.


Background Color

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

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

This div background color is #5046BB.


Border color

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

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

This div border color is #5046BB.


Opacity

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

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

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

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

This text has shadow with #5046BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5046BB on black background.


Color preview on white background

This text has color #5046BB on white background.



Black color preview on #5046BB background

This text has black color on #5046BB background.


White color preview on #5046BB background

This text has white color on #5046BB background.