COLOR #4C3198

HEX: #4C3198 RGB: (76,49,152)

Color info

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

RGB color model

#4C3198 color RGB value is (76,49,152).

RGB: (76,49,152) (30%, 19%, 60%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 152 of 255 = 60%

76
49
152

R + G + B ~ 36%. #4C3198 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 49 + 152 = 277 (100%)
R 76 of 277 ~ 27.44%
G 49 of 277 ~ 17.69%
B 152 of 277 ~ 54.87'%

%27.44
%17.69
%54.87

CMYK color model

#4C3198 color CMYK value is (50,68,0,40).

  • cyan value is 50.00%
  • magenta value is 67.76%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (50,68,0,40)
C50M68Y0K40 (50%, 68%, 0%, 40%)
(0.50 / 0.68 / 0.00 / 0.40)

CMYK percentages

%50
%67.76
%0
%40.39

Codes

Color #4C3198 in popluar color models

4C 31 98
RGB 76 49 152
HSL 256° 51.24% 39.41%
HSB/HSV 256° 67.76% 59.61%
CMYK 50.00% 67.76% 0.00%
40.39%

Color #4C3198 in popluar number systems.

HEX 4C 31 98
Decimal 76 49 152
Binary 1001100 110001 10011000
Octal 114 61 230

Shades and tints

Shades of #4C3198

#4C3198
(76,49,152)
#462D8B
(70,45,139)
#40297E
(64,41,126)
#3A2571
(58,37,113)
#342164
(52,33,100)
#2E1D57
(46,29,87)
#28194A
(40,25,74)
#22153D
(34,21,61)
#1C1130
(28,17,48)
#160D23
(22,13,35)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #4C3198

#4C3198
(76,49,152)
#5C43A1
(92,67,161)
#6C55AA
(108,85,170)
#7C67B3
(124,103,179)
#8C79BC
(140,121,188)
#9C8BC5
(156,139,197)
#AC9DCE
(172,157,206)
#BCAFD7
(188,175,215)
#CCC1E0
(204,193,224)
#DCD3E9
(220,211,233)
#ECE5F2
(236,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3198 color. Also use rgb(76,49,152) instead hex code.

Text Font Color

.myTextColor { color: #4C3198; }

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

This text font color is #4C3198.

Background Color

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

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

This div background color is #4C3198.

Border color

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

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

This div border color is #4C3198.

Opacity

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

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

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

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

This text has shadow with #4C3198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3198.

Preview

Color preview on black background

This text has color #4C3198 on black background.


Color preview on white background

This text has color #4C3198 on white background.


Black color preview on #4C3198 background

This text has black color on #4C3198 background.


White color preview on #4C3198 background

This text has white color on #4C3198 background.


Related colors

Complementary color

Complementary color for #hex is #B3CE67.


I love getcolorcode.com

Triadic colors

1 #984C31 and #31984C with #4C3198 are triadic colors.

2 #98314C and #314C98 with #4C3198 are triadic colors.