COLOR #4C2EB2

HEX: #4C2EB2 RGB: (76,46,178)

Color info

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

RGB color model

#4C2EB2 color RGB value is (76,46,178).

RGB: (76,46,178) (30%, 18%, 70%)

RGB channels and saturation

R 76 of 255 = 30%
G 46 of 255 = 18%
B 178 of 255 = 70%

76
46
178

R + G + B ~ 39%. #4C2EB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 46 + 178 = 300 (100%)
R 76 of 300 ~ 25.33%
G 46 of 300 ~ 15.33%
B 178 of 300 ~ 59.33'%

%25.33
%15.33
%59.33

CMYK color model

#4C2EB2 color CMYK value is (57,74,0,30).

  • cyan value is 57.30%
  • magenta value is 74.16%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (57,74,0,30)
C57M74Y0K30 (57%, 74%, 0%, 30%)
(0.57 / 0.74 / 0.00 / 0.30)

CMYK percentages

%57.3
%74.16
%0
%30.2

Codes

Color #4C2EB2 in popluar color models

4C 2E B2
RGB 76 46 178
HSL 254° 58.93% 43.92%
HSB/HSV 254° 74.16% 69.80%
CMYK 57.30% 74.16% 0.00%
30.20%

Color #4C2EB2 in popluar number systems.

HEX 4C 2E B2
Decimal 76 46 178
Binary 1001100 101110 10110010
Octal 114 56 262

Shades and tints

Shades of #4C2EB2

#4C2EB2
(76,46,178)
#462AA2
(70,42,162)
#402692
(64,38,146)
#3A2282
(58,34,130)
#341E72
(52,30,114)
#2E1A62
(46,26,98)
#281652
(40,22,82)
#221242
(34,18,66)
#1C0E32
(28,14,50)
#160A22
(22,10,34)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #4C2EB2

#4C2EB2
(76,46,178)
#5C41B9
(92,65,185)
#6C54C0
(108,84,192)
#7C67C7
(124,103,199)
#8C7ACE
(140,122,206)
#9C8DD5
(156,141,213)
#ACA0DC
(172,160,220)
#BCB3E3
(188,179,227)
#CCC6EA
(204,198,234)
#DCD9F1
(220,217,241)
#ECECF8
(236,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2EB2 color. Also use rgb(76,46,178) instead hex code.

Text Font Color

.myTextColor { color: #4C2EB2; }

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

This text font color is #4C2EB2.

Background Color

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

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

This div background color is #4C2EB2.

Border color

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

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

This div border color is #4C2EB2.

Opacity

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

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

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

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

This text has shadow with #4C2EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2EB2.

Preview

Color preview on black background

This text has color #4C2EB2 on black background.


Color preview on white background

This text has color #4C2EB2 on white background.


Black color preview on #4C2EB2 background

This text has black color on #4C2EB2 background.


White color preview on #4C2EB2 background

This text has white color on #4C2EB2 background.


Related colors

Complementary color

Complementary color for #hex is #B3D14D.


I love getcolorcode.com

Triadic colors

1 #B24C2E and #2EB24C with #4C2EB2 are triadic colors.

2 #B22E4C and #2E4CB2 with #4C2EB2 are triadic colors.