COLOR #4828A6

HEX: #4828A6
RGB: (72,40,166)

Color info

#4828A6 contains mainly blue color. Web safe color of #4828A6 is #333399 (or #339).

RGB color model

#4828A6 color RGB value is (72,40,166).

  • red value is 72;
  • green value is 40;
  • blue value is 166.
RGB:
(72,40,166)
(28%,16%,65%)

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 166 of 255 = 65%

72
40
166

R + G + B ~ 36%. #4828A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 166 = 278 (100%)
R 72 of 278 ~ 25.9%
G 40 of 278 ~ 14.39%
B 166 of 278 ~ 59.71%

%25.9
%14.39
%59.71

CMYK color model

#4828A6 color CMYK value is (57,76,0,35).

  • cyan value is 56.63%
  • magenta value is 75.90%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(57,76,0,35)
C57M76Y0K35 
(57%,76%,0%,35%)
(0.57/0.76/0.00/0.35)	

CMYK percentages

%56.63
%75.9
%0
%34.9

Codes

Color #4828A6 in popluar color models

4828A6
RGB7240166
HSL255°61.17%40.39%
HSB/HSV255°75.90%65.10%
CMYK56.63%75.90%0.00%
34.90%

Color #4828A6 in popluar number systems.

HEX4828A6
Decimal7240166
Binary100100010100010100110
Octal11050246

Shades and tints

Shades of #4828A6

#4828A6
(72,40,166)
#422597
(66,37,151)
#3C2288
(60,34,136)
#361F79
(54,31,121)
#301C6A
(48,28,106)
#2A195B
(42,25,91)
#24164C
(36,22,76)
#1E133D
(30,19,61)
#18102E
(24,16,46)
#120D1F
(18,13,31)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #4828A6

#4828A6
(72,40,166)
#583BAE
(88,59,174)
#684EB6
(104,78,182)
#7861BE
(120,97,190)
#8874C6
(136,116,198)
#9887CE
(152,135,206)
#A89AD6
(168,154,214)
#B8ADDE
(184,173,222)
#C8C0E6
(200,192,230)
#D8D3EE
(216,211,238)
#E8E6F6
(232,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4828A6 color. Also use rgb(72,40,166) instead hex code.

Text Font Color

.myTextColor { color: #4828A6; }

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

This text font color is #4828A6.


Background Color

.myBgColor { background-color: #4828A6; }

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

This div background color is #4828A6.


Border color

.myBorderColor { border: 1px solid #4828A6; }

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

This div border color is #4828A6.


Opacity

.myOpacity80 { color: #4828A6; opacity: 0.8; }

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

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

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

This text has shadow with #4828A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4828A6 on black background.


Color preview on white background

This text has color #4828A6 on white background.



Black color preview on #4828A6 background

This text has black color on #4828A6 background.


White color preview on #4828A6 background

This text has white color on #4828A6 background.