COLOR #4C4383

HEX: #4C4383 RGB: (76,67,131)

Color info

#4C4383 contains mainly red and blue colors. Web safe color of #4C4383 is #333399 (or #339).

RGB color model

#4C4383 color RGB value is (76,67,131).

RGB: (76,67,131) (30%, 26%, 51%)

RGB channels and saturation

R 76 of 255 = 30%
G 67 of 255 = 26%
B 131 of 255 = 51%

76
67
131

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

Portions of RGB colors in percentages

R + G + B = 76 + 67 + 131 = 274 (100%)
R 76 of 274 ~ 27.74%
G 67 of 274 ~ 24.45%
B 131 of 274 ~ 47.81'%

%27.74
%24.45
%47.81

CMYK color model

#4C4383 color CMYK value is (42,49,0,49).

  • cyan value is 41.98%
  • magenta value is 48.85%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (42,49,0,49)
C42M49Y0K49 (42%, 49%, 0%, 49%)
(0.42 / 0.49 / 0.00 / 0.49)

CMYK percentages

%41.98
%48.85
%0
%48.63

Codes

Color #4C4383 in popluar color models

4C 43 83
RGB 76 67 131
HSL 248° 32.32% 38.82%
HSB/HSV 248° 48.85% 51.37%
CMYK 41.98% 48.85% 0.00%
48.63%

Color #4C4383 in popluar number systems.

HEX 4C 43 83
Decimal 76 67 131
Binary 1001100 1000011 10000011
Octal 114 103 203

Shades and tints

Shades of #4C4383

#4C4383
(76,67,131)
#463D78
(70,61,120)
#40376D
(64,55,109)
#3A3162
(58,49,98)
#342B57
(52,43,87)
#2E254C
(46,37,76)
#281F41
(40,31,65)
#221936
(34,25,54)
#1C132B
(28,19,43)
#160D20
(22,13,32)
#100715
(16,7,21)
#000000
(0,0,0)

Tints of #4C4383

#4C4383
(76,67,131)
#5C548E
(92,84,142)
#6C6599
(108,101,153)
#7C76A4
(124,118,164)
#8C87AF
(140,135,175)
#9C98BA
(156,152,186)
#ACA9C5
(172,169,197)
#BCBAD0
(188,186,208)
#CCCBDB
(204,203,219)
#DCDCE6
(220,220,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4383 color. Also use rgb(76,67,131) instead hex code.

Text Font Color

.myTextColor { color: #4C4383; }

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

This text font color is #4C4383.

Background Color

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

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

This div background color is #4C4383.

Border color

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

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

This div border color is #4C4383.

Opacity

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

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

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

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

This text has shadow with #4C4383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4383.

Preview

Color preview on black background

This text has color #4C4383 on black background.


Color preview on white background

This text has color #4C4383 on white background.


Black color preview on #4C4383 background

This text has black color on #4C4383 background.


White color preview on #4C4383 background

This text has white color on #4C4383 background.


Related colors

Complementary color

Complementary color for #hex is #B3BC7C.


I love getcolorcode.com

Triadic colors

1 #834C43 and #43834C with #4C4383 are triadic colors.

2 #83434C and #434C83 with #4C4383 are triadic colors.