COLOR #4C4A90

HEX: #4C4A90
RGB: (76,74,144)

Color info

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

RGB color model

#4C4A90 color RGB value is (76,74,144).

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

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 144 of 255 = 56%

76
74
144

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

Portions of RGB colors in percentages

R + G + B =
76 + 74 + 144 = 294 (100%)
R 76 of 294 ~ 25.85%
G 74 of 294 ~ 25.17%
B 144 of 294 ~ 48.98%

%25.85
%25.17
%48.98

CMYK color model

#4C4A90 color CMYK value is (47,49,0,44).

  • cyan value is 47.22%
  • magenta value is 48.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(47,49,0,44)
C47M49Y0K44 
(47%,49%,0%,44%)
(0.47/0.49/0.00/0.44)	

CMYK percentages

%47.22
%48.61
%0
%43.53

Codes

Color #4C4A90 in popluar color models

4C4A90
RGB7674144
HSL242°32.11%42.75%
HSB/HSV242°48.61%56.47%
CMYK47.22%48.61%0.00%
43.53%

Color #4C4A90 in popluar number systems.

HEX4C4A90
Decimal7674144
Binary1001100100101010010000
Octal114112220

Shades and tints

Shades of #4C4A90

#4C4A90
(76,74,144)
#464483
(70,68,131)
#403E76
(64,62,118)
#3A3869
(58,56,105)
#34325C
(52,50,92)
#2E2C4F
(46,44,79)
#282642
(40,38,66)
#222035
(34,32,53)
#1C1A28
(28,26,40)
#16141B
(22,20,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C4A90

#4C4A90
(76,74,144)
#5C5A9A
(92,90,154)
#6C6AA4
(108,106,164)
#7C7AAE
(124,122,174)
#8C8AB8
(140,138,184)
#9C9AC2
(156,154,194)
#ACAACC
(172,170,204)
#BCBAD6
(188,186,214)
#CCCAE0
(204,202,224)
#DCDAEA
(220,218,234)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A90; }

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

This text font color is #4C4A90.


Background Color

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

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

This div background color is #4C4A90.


Border color

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

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

This div border color is #4C4A90.


Opacity

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

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

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

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

This text has shadow with #4C4A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A90 on black background.


Color preview on white background

This text has color #4C4A90 on white background.



Black color preview on #4C4A90 background

This text has black color on #4C4A90 background.


White color preview on #4C4A90 background

This text has white color on #4C4A90 background.