COLOR #4C2898

HEX: #4C2898
RGB: (76,40,152)

Color info

#4C2898 contains mainly blue color. Web safe color of #4C2898 is #333399 (or #339).

RGB color model

#4C2898 color RGB value is (76,40,152).

  • red value is 76;
  • green value is 40;
  • blue value is 152.
RGB:
(76,40,152)
(30%,16%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 152 of 255 = 60%

76
40
152

R + G + B ~ 35%. #4C2898 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 152 = 268 (100%)
R 76 of 268 ~ 28.36%
G 40 of 268 ~ 14.93%
B 152 of 268 ~ 56.72%

%28.36
%14.93
%56.72

CMYK color model

#4C2898 color CMYK value is (50,74,0,40).

  • cyan value is 50.00%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(50,74,0,40)
C50M74Y0K40 
(50%,74%,0%,40%)
(0.50/0.74/0.00/0.40)	

CMYK percentages

%50
%73.68
%0
%40.39

Codes

Color #4C2898 in popluar color models

4C2898
RGB7640152
HSL259°58.33%37.65%
HSB/HSV259°73.68%59.61%
CMYK50.00%73.68%0.00%
40.39%

Color #4C2898 in popluar number systems.

HEX4C2898
Decimal7640152
Binary100110010100010011000
Octal11450230

Shades and tints

Shades of #4C2898

#4C2898
(76,40,152)
#46258B
(70,37,139)
#40227E
(64,34,126)
#3A1F71
(58,31,113)
#341C64
(52,28,100)
#2E1957
(46,25,87)
#28164A
(40,22,74)
#22133D
(34,19,61)
#1C1030
(28,16,48)
#160D23
(22,13,35)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #4C2898

#4C2898
(76,40,152)
#5C3BA1
(92,59,161)
#6C4EAA
(108,78,170)
#7C61B3
(124,97,179)
#8C74BC
(140,116,188)
#9C87C5
(156,135,197)
#AC9ACE
(172,154,206)
#BCADD7
(188,173,215)
#CCC0E0
(204,192,224)
#DCD3E9
(220,211,233)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2898 color. Also use rgb(76,40,152) instead hex code.

Text Font Color

.myTextColor { color: #4C2898; }

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

This text font color is #4C2898.


Background Color

.myBgColor { background-color: #4C2898; }

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

This div background color is #4C2898.


Border color

.myBorderColor { border: 1px solid #4C2898; }

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

This div border color is #4C2898.


Opacity

.myOpacity80 { color: #4C2898; opacity: 0.8; }

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

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

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

This text has shadow with #4C2898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2898 on black background.


Color preview on white background

This text has color #4C2898 on white background.



Black color preview on #4C2898 background

This text has black color on #4C2898 background.


White color preview on #4C2898 background

This text has white color on #4C2898 background.