COLOR #504F94

HEX: #504F94
RGB: (80,79,148)

Color info

#504F94 contains mainly blue color. Web safe color of #504F94 is #666699 (or #669).

RGB color model

#504F94 color RGB value is (80,79,148).

  • red value is 80;
  • green value is 79;
  • blue value is 148.
RGB:
(80,79,148)
(31%,31%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 148 of 255 = 58%

80
79
148

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

Portions of RGB colors in percentages

R + G + B =
80 + 79 + 148 = 307 (100%)
R 80 of 307 ~ 26.06%
G 79 of 307 ~ 25.73%
B 148 of 307 ~ 48.21%

%26.06
%25.73
%48.21

CMYK color model

#504F94 color CMYK value is (46,47,0,42).

  • cyan value is 45.95%
  • magenta value is 46.62%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(46,47,0,42)
C46M47Y0K42 
(46%,47%,0%,42%)
(0.46/0.47/0.00/0.42)	

CMYK percentages

%45.95
%46.62
%0
%41.96

Codes

Color #504F94 in popluar color models

504F94
RGB8079148
HSL241°30.40%44.51%
HSB/HSV241°46.62%58.04%
CMYK45.95%46.62%0.00%
41.96%

Color #504F94 in popluar number systems.

HEX504F94
Decimal8079148
Binary1010000100111110010100
Octal120117224

Shades and tints

Shades of #504F94

#504F94
(80,79,148)
#494887
(73,72,135)
#42417A
(66,65,122)
#3B3A6D
(59,58,109)
#343360
(52,51,96)
#2D2C53
(45,44,83)
#262546
(38,37,70)
#1F1E39
(31,30,57)
#18172C
(24,23,44)
#11101F
(17,16,31)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #504F94

#504F94
(80,79,148)
#5F5F9D
(95,95,157)
#6E6FA6
(110,111,166)
#7D7FAF
(125,127,175)
#8C8FB8
(140,143,184)
#9B9FC1
(155,159,193)
#AAAFCA
(170,175,202)
#B9BFD3
(185,191,211)
#C8CFDC
(200,207,220)
#D7DFE5
(215,223,229)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F94 color. Also use rgb(80,79,148) instead hex code.

Text Font Color

.myTextColor { color: #504F94; }

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

This text font color is #504F94.


Background Color

.myBgColor { background-color: #504F94; }

<div style="background-color:#504F94">Inner text</div>

This div background color is #504F94.


Border color

.myBorderColor { border: 1px solid #504F94; }

<div style="border:3px solid #504F94">Div</div>

This div border color is #504F94.


Opacity

.myOpacity80 { color: #504F94; opacity: 0.8; }

<p style="color:#504F94;opacity:0.8;">80%</p>

Text with #504F94 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 #504F94;}

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

This text has shadow with #504F94 color.

.textShadow {text-shadow: 3px 3px 1px #504F94, 3px 3px 1px red;}

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

This text has shadow with #504F94 primary color and red secondary color.


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

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

This text has shadow with #504F94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504F94 on black background.


Color preview on white background

This text has color #504F94 on white background.



Black color preview on #504F94 background

This text has black color on #504F94 background.


White color preview on #504F94 background

This text has white color on #504F94 background.