COLOR #4C3874

HEX: #4C3874 RGB: (76,56,116)

Color info

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

RGB color model

#4C3874 color RGB value is (76,56,116).

RGB: (76,56,116) (30%, 22%, 45%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 116 of 255 = 45%

76
56
116

R + G + B ~ 32%. #4C3874 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 116 = 248 (100%)
R 76 of 248 ~ 30.65%
G 56 of 248 ~ 22.58%
B 116 of 248 ~ 46.77'%

%30.65
%22.58
%46.77

CMYK color model

#4C3874 color CMYK value is (34,52,0,55).

  • cyan value is 34.48%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (34,52,0,55)
C34M52Y0K55 (34%, 52%, 0%, 55%)
(0.34 / 0.52 / 0.00 / 0.55)

CMYK percentages

%34.48
%51.72
%0
%54.51

Codes

Color #4C3874 in popluar color models

4C 38 74
RGB 76 56 116
HSL 260° 34.88% 33.73%
HSB/HSV 260° 51.72% 45.49%
CMYK 34.48% 51.72% 0.00%
54.51%

Color #4C3874 in popluar number systems.

HEX 4C 38 74
Decimal 76 56 116
Binary 1001100 111000 1110100
Octal 114 70 164

Shades and tints

Shades of #4C3874

#4C3874
(76,56,116)
#46336A
(70,51,106)
#402E60
(64,46,96)
#3A2956
(58,41,86)
#34244C
(52,36,76)
#2E1F42
(46,31,66)
#281A38
(40,26,56)
#22152E
(34,21,46)
#1C1024
(28,16,36)
#160B1A
(22,11,26)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #4C3874

#4C3874
(76,56,116)
#5C4A80
(92,74,128)
#6C5C8C
(108,92,140)
#7C6E98
(124,110,152)
#8C80A4
(140,128,164)
#9C92B0
(156,146,176)
#ACA4BC
(172,164,188)
#BCB6C8
(188,182,200)
#CCC8D4
(204,200,212)
#DCDAE0
(220,218,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3874 color. Also use rgb(76,56,116) instead hex code.

Text Font Color

.myTextColor { color: #4C3874; }

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

This text font color is #4C3874.

Background Color

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

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

This div background color is #4C3874.

Border color

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

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

This div border color is #4C3874.

Opacity

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

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

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

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

This text has shadow with #4C3874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3874.

Preview

Color preview on black background

This text has color #4C3874 on black background.


Color preview on white background

This text has color #4C3874 on white background.


Black color preview on #4C3874 background

This text has black color on #4C3874 background.


White color preview on #4C3874 background

This text has white color on #4C3874 background.


Related colors

Complementary color

Complementary color for #hex is #B3C78B.


I love getcolorcode.com

Triadic colors

1 #744C38 and #38744C with #4C3874 are triadic colors.

2 #74384C and #384C74 with #4C3874 are triadic colors.