COLOR #504499

HEX: #504499
RGB: (80,68,153)

Color info

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

RGB color model

#504499 color RGB value is (80,68,153).

  • red value is 80;
  • green value is 68;
  • blue value is 153.
RGB:
(80,68,153)
(31%,27%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 153 of 255 = 60%

80
68
153

R + G + B ~ 39%. #504499 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 153 = 301 (100%)
R 80 of 301 ~ 26.58%
G 68 of 301 ~ 22.59%
B 153 of 301 ~ 50.83%

%26.58
%22.59
%50.83

CMYK color model

#504499 color CMYK value is (48,56,0,40).

  • cyan value is 47.71%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,56,0,40)
C48M56Y0K40 
(48%,56%,0%,40%)
(0.48/0.56/0.00/0.40)	

CMYK percentages

%47.71
%55.56
%0
%40

Codes

Color #504499 in popluar color models

504499
RGB8068153
HSL248°38.46%43.33%
HSB/HSV248°55.56%60.00%
CMYK47.71%55.56%0.00%
40.00%

Color #504499 in popluar number systems.

HEX504499
Decimal8068153
Binary1010000100010010011001
Octal120104231

Shades and tints

Shades of #504499

#504499
(80,68,153)
#493E8C
(73,62,140)
#42387F
(66,56,127)
#3B3272
(59,50,114)
#342C65
(52,44,101)
#2D2658
(45,38,88)
#26204B
(38,32,75)
#1F1A3E
(31,26,62)
#181431
(24,20,49)
#110E24
(17,14,36)
#0A0817
(10,8,23)
#000000
(0,0,0)

Tints of #504499

#504499
(80,68,153)
#5F55A2
(95,85,162)
#6E66AB
(110,102,171)
#7D77B4
(125,119,180)
#8C88BD
(140,136,189)
#9B99C6
(155,153,198)
#AAAACF
(170,170,207)
#B9BBD8
(185,187,216)
#C8CCE1
(200,204,225)
#D7DDEA
(215,221,234)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504499 color. Also use rgb(80,68,153) instead hex code.

Text Font Color

.myTextColor { color: #504499; }

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

This text font color is #504499.


Background Color

.myBgColor { background-color: #504499; }

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

This div background color is #504499.


Border color

.myBorderColor { border: 1px solid #504499; }

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

This div border color is #504499.


Opacity

.myOpacity80 { color: #504499; opacity: 0.8; }

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

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

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

This text has shadow with #504499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504499 on black background.


Color preview on white background

This text has color #504499 on white background.



Black color preview on #504499 background

This text has black color on #504499 background.


White color preview on #504499 background

This text has white color on #504499 background.