COLOR #4C4A84

HEX: #4C4A84
RGB: (76,74,132)

Color info

#4C4A84 contains red, green and blue colors in about the same proportion. Web safe color of #4C4A84 is #333399 (or #339).

RGB color model

#4C4A84 color RGB value is (76,74,132).

  • red value is 76;
  • green value is 74;
  • blue value is 132.
RGB:
(76,74,132)
(30%,29%,52%)

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 132 of 255 = 52%

76
74
132

R + G + B ~ 37%. #4C4A84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 74 + 132 = 282 (100%)
R 76 of 282 ~ 26.95%
G 74 of 282 ~ 26.24%
B 132 of 282 ~ 46.81%

%26.95
%26.24
%46.81

CMYK color model

#4C4A84 color CMYK value is (42,44,0,48).

  • cyan value is 42.42%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,44,0,48)
C42M44Y0K48 
(42%,44%,0%,48%)
(0.42/0.44/0.00/0.48)	

CMYK percentages

%42.42
%43.94
%0
%48.24

Codes

Color #4C4A84 in popluar color models

4C4A84
RGB7674132
HSL242°28.16%40.39%
HSB/HSV242°43.94%51.76%
CMYK42.42%43.94%0.00%
48.24%

Color #4C4A84 in popluar number systems.

HEX4C4A84
Decimal7674132
Binary1001100100101010000100
Octal114112204

Shades and tints

Shades of #4C4A84

#4C4A84
(76,74,132)
#464478
(70,68,120)
#403E6C
(64,62,108)
#3A3860
(58,56,96)
#343254
(52,50,84)
#2E2C48
(46,44,72)
#28263C
(40,38,60)
#222030
(34,32,48)
#1C1A24
(28,26,36)
#161418
(22,20,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C4A84

#4C4A84
(76,74,132)
#5C5A8F
(92,90,143)
#6C6A9A
(108,106,154)
#7C7AA5
(124,122,165)
#8C8AB0
(140,138,176)
#9C9ABB
(156,154,187)
#ACAAC6
(172,170,198)
#BCBAD1
(188,186,209)
#CCCADC
(204,202,220)
#DCDAE7
(220,218,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4A84 color. Also use rgb(76,74,132) instead hex code.

Text Font Color

.myTextColor { color: #4C4A84; }

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

This text font color is #4C4A84.


Background Color

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

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

This div background color is #4C4A84.


Border color

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

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

This div border color is #4C4A84.


Opacity

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

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

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

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

This text has shadow with #4C4A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A84 on black background.


Color preview on white background

This text has color #4C4A84 on white background.



Black color preview on #4C4A84 background

This text has black color on #4C4A84 background.


White color preview on #4C4A84 background

This text has white color on #4C4A84 background.