COLOR #52479E

HEX: #52479E
RGB: (82,71,158)

Color info

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

RGB color model

#52479E color RGB value is (82,71,158).

  • red value is 82;
  • green value is 71;
  • blue value is 158.
RGB:
(82,71,158)
(32%,28%,62%)

RGB channels and saturation

R 82 of 255 = 32%
G 71 of 255 = 28%
B 158 of 255 = 62%

82
71
158

R + G + B ~ 41%. #52479E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 158 = 311 (100%)
R 82 of 311 ~ 26.37%
G 71 of 311 ~ 22.83%
B 158 of 311 ~ 50.8%

%26.37
%22.83
%50.8

CMYK color model

#52479E color CMYK value is (48,55,0,38).

  • cyan value is 48.10%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(48,55,0,38)
C48M55Y0K38 
(48%,55%,0%,38%)
(0.48/0.55/0.00/0.38)	

CMYK percentages

%48.1
%55.06
%0
%38.04

Codes

Color #52479E in popluar color models

52479E
RGB8271158
HSL248°37.99%44.90%
HSB/HSV248°55.06%61.96%
CMYK48.10%55.06%0.00%
38.04%

Color #52479E in popluar number systems.

HEX52479E
Decimal8271158
Binary1010010100011110011110
Octal122107236

Shades and tints

Shades of #52479E

#52479E
(82,71,158)
#4B4190
(75,65,144)
#443B82
(68,59,130)
#3D3574
(61,53,116)
#362F66
(54,47,102)
#2F2958
(47,41,88)
#28234A
(40,35,74)
#211D3C
(33,29,60)
#1A172E
(26,23,46)
#131120
(19,17,32)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #52479E

#52479E
(82,71,158)
#6157A6
(97,87,166)
#7067AE
(112,103,174)
#7F77B6
(127,119,182)
#8E87BE
(142,135,190)
#9D97C6
(157,151,198)
#ACA7CE
(172,167,206)
#BBB7D6
(187,183,214)
#CAC7DE
(202,199,222)
#D9D7E6
(217,215,230)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52479E color. Also use rgb(82,71,158) instead hex code.

Text Font Color

.myTextColor { color: #52479E; }

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

This text font color is #52479E.


Background Color

.myBgColor { background-color: #52479E; }

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

This div background color is #52479E.


Border color

.myBorderColor { border: 1px solid #52479E; }

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

This div border color is #52479E.


Opacity

.myOpacity80 { color: #52479E; opacity: 0.8; }

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

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

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

This text has shadow with #52479E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52479E on black background.


Color preview on white background

This text has color #52479E on white background.



Black color preview on #52479E background

This text has black color on #52479E background.


White color preview on #52479E background

This text has white color on #52479E background.