COLOR #504AA9

HEX: #504AA9
RGB: (80,74,169)

Color info

#504AA9 contains mainly blue color. Web safe color of #504AA9 is #663399 (or #639).

RGB color model

#504AA9 color RGB value is (80,74,169).

  • red value is 80;
  • green value is 74;
  • blue value is 169.
RGB:
(80,74,169)
(31%,29%,66%)

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 169 of 255 = 66%

80
74
169

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

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 169 = 323 (100%)
R 80 of 323 ~ 24.77%
G 74 of 323 ~ 22.91%
B 169 of 323 ~ 52.32%

%24.77
%22.91
%52.32

CMYK color model

#504AA9 color CMYK value is (53,56,0,34).

  • cyan value is 52.66%
  • magenta value is 56.21%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(53,56,0,34)
C53M56Y0K34 
(53%,56%,0%,34%)
(0.53/0.56/0.00/0.34)	

CMYK percentages

%52.66
%56.21
%0
%33.73

Codes

Color #504AA9 in popluar color models

504AA9
RGB8074169
HSL244°39.09%47.65%
HSB/HSV244°56.21%66.27%
CMYK52.66%56.21%0.00%
33.73%

Color #504AA9 in popluar number systems.

HEX504AA9
Decimal8074169
Binary1010000100101010101001
Octal120112251

Shades and tints

Shades of #504AA9

#504AA9
(80,74,169)
#49449A
(73,68,154)
#423E8B
(66,62,139)
#3B387C
(59,56,124)
#34326D
(52,50,109)
#2D2C5E
(45,44,94)
#26264F
(38,38,79)
#1F2040
(31,32,64)
#181A31
(24,26,49)
#111422
(17,20,34)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #504AA9

#504AA9
(80,74,169)
#5F5AB0
(95,90,176)
#6E6AB7
(110,106,183)
#7D7ABE
(125,122,190)
#8C8AC5
(140,138,197)
#9B9ACC
(155,154,204)
#AAAAD3
(170,170,211)
#B9BADA
(185,186,218)
#C8CAE1
(200,202,225)
#D7DAE8
(215,218,232)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504AA9 color. Also use rgb(80,74,169) instead hex code.

Text Font Color

.myTextColor { color: #504AA9; }

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

This text font color is #504AA9.


Background Color

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

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

This div background color is #504AA9.


Border color

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

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

This div border color is #504AA9.


Opacity

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

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

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

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

This text has shadow with #504AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504AA9 on black background.


Color preview on white background

This text has color #504AA9 on white background.



Black color preview on #504AA9 background

This text has black color on #504AA9 background.


White color preview on #504AA9 background

This text has white color on #504AA9 background.