COLOR #4C42A9

HEX: #4C42A9 RGB: (76,66,169)

Color info

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

RGB color model

#4C42A9 color RGB value is (76,66,169).

RGB: (76,66,169) (30%, 26%, 66%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 169 of 255 = 66%

76
66
169

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

Portions of RGB colors in percentages

R + G + B = 76 + 66 + 169 = 311 (100%)
R 76 of 311 ~ 24.44%
G 66 of 311 ~ 21.22%
B 169 of 311 ~ 54.34'%

%24.44
%21.22
%54.34

CMYK color model

#4C42A9 color CMYK value is (55,61,0,34).

  • cyan value is 55.03%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (55,61,0,34)
C55M61Y0K34 (55%, 61%, 0%, 34%)
(0.55 / 0.61 / 0.00 / 0.34)

CMYK percentages

%55.03
%60.95
%0
%33.73

Codes

Color #4C42A9 in popluar color models

4C 42 A9
RGB 76 66 169
HSL 246° 43.83% 46.08%
HSB/HSV 246° 60.95% 66.27%
CMYK 55.03% 60.95% 0.00%
33.73%

Color #4C42A9 in popluar number systems.

HEX 4C 42 A9
Decimal 76 66 169
Binary 1001100 1000010 10101001
Octal 114 102 251

Shades and tints

Shades of #4C42A9

#4C42A9
(76,66,169)
#463C9A
(70,60,154)
#40368B
(64,54,139)
#3A307C
(58,48,124)
#342A6D
(52,42,109)
#2E245E
(46,36,94)
#281E4F
(40,30,79)
#221840
(34,24,64)
#1C1231
(28,18,49)
#160C22
(22,12,34)
#100613
(16,6,19)
#000000
(0,0,0)

Tints of #4C42A9

#4C42A9
(76,66,169)
#5C53B0
(92,83,176)
#6C64B7
(108,100,183)
#7C75BE
(124,117,190)
#8C86C5
(140,134,197)
#9C97CC
(156,151,204)
#ACA8D3
(172,168,211)
#BCB9DA
(188,185,218)
#CCCAE1
(204,202,225)
#DCDBE8
(220,219,232)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C42A9 color. Also use rgb(76,66,169) instead hex code.

Text Font Color

.myTextColor { color: #4C42A9; }

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

This text font color is #4C42A9.

Background Color

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

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

This div background color is #4C42A9.

Border color

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

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

This div border color is #4C42A9.

Opacity

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

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

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

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

This text has shadow with #4C42A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C42A9.

Preview

Color preview on black background

This text has color #4C42A9 on black background.


Color preview on white background

This text has color #4C42A9 on white background.


Black color preview on #4C42A9 background

This text has black color on #4C42A9 background.


White color preview on #4C42A9 background

This text has white color on #4C42A9 background.


Related colors

Complementary color

Complementary color for #hex is #B3BD56.


I love getcolorcode.com

Triadic colors

1 #A94C42 and #42A94C with #4C42A9 are triadic colors.

2 #A9424C and #424CA9 with #4C42A9 are triadic colors.