COLOR #4C4492

HEX: #4C4492
RGB: (76,68,146)

Color info

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

RGB color model

#4C4492 color RGB value is (76,68,146).

  • red value is 76;
  • green value is 68;
  • blue value is 146.
RGB:
(76,68,146)
(30%,27%,57%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 146 of 255 = 57%

76
68
146

R + G + B ~ 38%. #4C4492 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 68 + 146 = 290 (100%)
R 76 of 290 ~ 26.21%
G 68 of 290 ~ 23.45%
B 146 of 290 ~ 50.34%

%26.21
%23.45
%50.34

CMYK color model

#4C4492 color CMYK value is (48,53,0,43).

  • cyan value is 47.95%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(48,53,0,43)
C48M53Y0K43 
(48%,53%,0%,43%)
(0.48/0.53/0.00/0.43)	

CMYK percentages

%47.95
%53.42
%0
%42.75

Codes

Color #4C4492 in popluar color models

4C4492
RGB7668146
HSL246°36.45%41.96%
HSB/HSV246°53.42%57.25%
CMYK47.95%53.42%0.00%
42.75%

Color #4C4492 in popluar number systems.

HEX4C4492
Decimal7668146
Binary1001100100010010010010
Octal114104222

Shades and tints

Shades of #4C4492

#4C4492
(76,68,146)
#463E85
(70,62,133)
#403878
(64,56,120)
#3A326B
(58,50,107)
#342C5E
(52,44,94)
#2E2651
(46,38,81)
#282044
(40,32,68)
#221A37
(34,26,55)
#1C142A
(28,20,42)
#160E1D
(22,14,29)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #4C4492

#4C4492
(76,68,146)
#5C559B
(92,85,155)
#6C66A4
(108,102,164)
#7C77AD
(124,119,173)
#8C88B6
(140,136,182)
#9C99BF
(156,153,191)
#ACAAC8
(172,170,200)
#BCBBD1
(188,187,209)
#CCCCDA
(204,204,218)
#DCDDE3
(220,221,227)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4492 color. Also use rgb(76,68,146) instead hex code.

Text Font Color

.myTextColor { color: #4C4492; }

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

This text font color is #4C4492.


Background Color

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

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

This div background color is #4C4492.


Border color

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

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

This div border color is #4C4492.


Opacity

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

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

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

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

This text has shadow with #4C4492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4492 on black background.


Color preview on white background

This text has color #4C4492 on white background.



Black color preview on #4C4492 background

This text has black color on #4C4492 background.


White color preview on #4C4492 background

This text has white color on #4C4492 background.