COLOR #4C49A1

HEX: #4C49A1
RGB: (76,73,161)

Color info

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

RGB color model

#4C49A1 color RGB value is (76,73,161).

  • red value is 76;
  • green value is 73;
  • blue value is 161.
RGB:
(76,73,161)
(30%,29%,63%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 161 of 255 = 63%

76
73
161

R + G + B ~ 41%. #4C49A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 73 + 161 = 310 (100%)
R 76 of 310 ~ 24.52%
G 73 of 310 ~ 23.55%
B 161 of 310 ~ 51.94%

%24.52
%23.55
%51.94

CMYK color model

#4C49A1 color CMYK value is (53,55,0,37).

  • cyan value is 52.80%
  • magenta value is 54.66%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(53,55,0,37)
C53M55Y0K37 
(53%,55%,0%,37%)
(0.53/0.55/0.00/0.37)	

CMYK percentages

%52.8
%54.66
%0
%36.86

Codes

Color #4C49A1 in popluar color models

4C49A1
RGB7673161
HSL242°37.61%45.88%
HSB/HSV242°54.66%63.14%
CMYK52.80%54.66%0.00%
36.86%

Color #4C49A1 in popluar number systems.

HEX4C49A1
Decimal7673161
Binary1001100100100110100001
Octal114111241

Shades and tints

Shades of #4C49A1

#4C49A1
(76,73,161)
#464393
(70,67,147)
#403D85
(64,61,133)
#3A3777
(58,55,119)
#343169
(52,49,105)
#2E2B5B
(46,43,91)
#28254D
(40,37,77)
#221F3F
(34,31,63)
#1C1931
(28,25,49)
#161323
(22,19,35)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #4C49A1

#4C49A1
(76,73,161)
#5C59A9
(92,89,169)
#6C69B1
(108,105,177)
#7C79B9
(124,121,185)
#8C89C1
(140,137,193)
#9C99C9
(156,153,201)
#ACA9D1
(172,169,209)
#BCB9D9
(188,185,217)
#CCC9E1
(204,201,225)
#DCD9E9
(220,217,233)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C49A1 color. Also use rgb(76,73,161) instead hex code.

Text Font Color

.myTextColor { color: #4C49A1; }

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

This text font color is #4C49A1.


Background Color

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

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

This div background color is #4C49A1.


Border color

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

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

This div border color is #4C49A1.


Opacity

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

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

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

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

This text has shadow with #4C49A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C49A1 on black background.


Color preview on white background

This text has color #4C49A1 on white background.



Black color preview on #4C49A1 background

This text has black color on #4C49A1 background.


White color preview on #4C49A1 background

This text has white color on #4C49A1 background.