COLOR #4C2671

HEX: #4C2671 RGB: (76,38,113)

Color info

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

RGB color model

#4C2671 color RGB value is (76,38,113).

RGB: (76,38,113) (30%, 15%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 38 of 255 = 15%
B 113 of 255 = 44%

76
38
113

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

Portions of RGB colors in percentages

R + G + B = 76 + 38 + 113 = 227 (100%)
R 76 of 227 ~ 33.48%
G 38 of 227 ~ 16.74%
B 113 of 227 ~ 49.78'%

%33.48
%16.74
%49.78

CMYK color model

#4C2671 color CMYK value is (33,66,0,56).

  • cyan value is 32.74%
  • magenta value is 66.37%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (33,66,0,56)
C33M66Y0K56 (33%, 66%, 0%, 56%)
(0.33 / 0.66 / 0.00 / 0.56)

CMYK percentages

%32.74
%66.37
%0
%55.69

Codes

Color #4C2671 in popluar color models

4C 26 71
RGB 76 38 113
HSL 270° 49.67% 29.61%
HSB/HSV 270° 66.37% 44.31%
CMYK 32.74% 66.37% 0.00%
55.69%

Color #4C2671 in popluar number systems.

HEX 4C 26 71
Decimal 76 38 113
Binary 1001100 100110 1110001
Octal 114 46 161

Shades and tints

Shades of #4C2671

#4C2671
(76,38,113)
#462367
(70,35,103)
#40205D
(64,32,93)
#3A1D53
(58,29,83)
#341A49
(52,26,73)
#2E173F
(46,23,63)
#281435
(40,20,53)
#22112B
(34,17,43)
#1C0E21
(28,14,33)
#160B17
(22,11,23)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C2671

#4C2671
(76,38,113)
#5C397D
(92,57,125)
#6C4C89
(108,76,137)
#7C5F95
(124,95,149)
#8C72A1
(140,114,161)
#9C85AD
(156,133,173)
#AC98B9
(172,152,185)
#BCABC5
(188,171,197)
#CCBED1
(204,190,209)
#DCD1DD
(220,209,221)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2671 color. Also use rgb(76,38,113) instead hex code.

Text Font Color

.myTextColor { color: #4C2671; }

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

This text font color is #4C2671.

Background Color

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

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

This div background color is #4C2671.

Border color

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

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

This div border color is #4C2671.

Opacity

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

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

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

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

This text has shadow with #4C2671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2671.

Preview

Color preview on black background

This text has color #4C2671 on black background.


Color preview on white background

This text has color #4C2671 on white background.


Black color preview on #4C2671 background

This text has black color on #4C2671 background.


White color preview on #4C2671 background

This text has white color on #4C2671 background.


Related colors

Complementary color

Complementary color for #hex is #B3D98E.


I love getcolorcode.com

Triadic colors

1 #714C26 and #26714C with #4C2671 are triadic colors.

2 #71264C and #264C71 with #4C2671 are triadic colors.