COLOR #4C2079

HEX: #4C2079 RGB: (76,32,121)

Color info

#4C2079 contains mainly red and blue colors. Web safe color of #4C2079 is #333366 (or #336).

RGB color model

#4C2079 color RGB value is (76,32,121).

RGB: (76,32,121) (30%, 13%, 47%)

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 121 of 255 = 47%

76
32
121

R + G + B ~ 30%. #4C2079 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 32 + 121 = 229 (100%)
R 76 of 229 ~ 33.19%
G 32 of 229 ~ 13.97%
B 121 of 229 ~ 52.84'%

%33.19
%13.97
%52.84

CMYK color model

#4C2079 color CMYK value is (37,74,0,53).

  • cyan value is 37.19%
  • magenta value is 73.55%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (37,74,0,53)
C37M74Y0K53 (37%, 74%, 0%, 53%)
(0.37 / 0.74 / 0.00 / 0.53)

CMYK percentages

%37.19
%73.55
%0
%52.55

Codes

Color #4C2079 in popluar color models

4C 20 79
RGB 76 32 121
HSL 270° 58.17% 30.00%
HSB/HSV 270° 73.55% 47.45%
CMYK 37.19% 73.55% 0.00%
52.55%

Color #4C2079 in popluar number systems.

HEX 4C 20 79
Decimal 76 32 121
Binary 1001100 100000 1111001
Octal 114 40 171

Shades and tints

Shades of #4C2079

#4C2079
(76,32,121)
#461E6E
(70,30,110)
#401C63
(64,28,99)
#3A1A58
(58,26,88)
#34184D
(52,24,77)
#2E1642
(46,22,66)
#281437
(40,20,55)
#22122C
(34,18,44)
#1C1021
(28,16,33)
#160E16
(22,14,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C2079

#4C2079
(76,32,121)
#5C3485
(92,52,133)
#6C4891
(108,72,145)
#7C5C9D
(124,92,157)
#8C70A9
(140,112,169)
#9C84B5
(156,132,181)
#AC98C1
(172,152,193)
#BCACCD
(188,172,205)
#CCC0D9
(204,192,217)
#DCD4E5
(220,212,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2079 color. Also use rgb(76,32,121) instead hex code.

Text Font Color

.myTextColor { color: #4C2079; }

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

This text font color is #4C2079.

Background Color

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

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

This div background color is #4C2079.

Border color

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

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

This div border color is #4C2079.

Opacity

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

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

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

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

This text has shadow with #4C2079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2079.

Preview

Color preview on black background

This text has color #4C2079 on black background.


Color preview on white background

This text has color #4C2079 on white background.


Black color preview on #4C2079 background

This text has black color on #4C2079 background.


White color preview on #4C2079 background

This text has white color on #4C2079 background.


Related colors

Complementary color

Complementary color for #hex is #B3DF86.


I love getcolorcode.com

Triadic colors

1 #794C20 and #20794C with #4C2079 are triadic colors.

2 #79204C and #204C79 with #4C2079 are triadic colors.