COLOR #4C275B

HEX: #4C275B RGB: (76,39,91)

Color info

#4C275B contains red, green and blue colors in about the same proportion. Web safe color of #4C275B is #333366 (or #336).

RGB color model

#4C275B color RGB value is (76,39,91).

RGB: (76,39,91) (30%, 15%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 39 of 255 = 15%
B 91 of 255 = 36%

76
39
91

R + G + B ~ 27%. #4C275B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 39 + 91 = 206 (100%)
R 76 of 206 ~ 36.89%
G 39 of 206 ~ 18.93%
B 91 of 206 ~ 44.17'%

%36.89
%18.93
%44.17

CMYK color model

#4C275B color CMYK value is (16,57,0,64).

  • cyan value is 16.48%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (16,57,0,64) C16M57Y0K64 (16%,57%,0%,64%) (0.16/0.57/0.00/0.64) 

CMYK percentages

%16.48
%57.14
%0
%64.31

Codes

Color #4C275B in popluar color models

4C 27 5B
RGB 76 39 91
HSL 283° 40.00% 25.49%
HSB/HSV 283° 57.14% 35.69%
CMYK 16.48% 57.14% 0.00%
64.31%

Color #4C275B in popluar number systems.

HEX 4C 27 5B
Decimal 76 39 91
Binary 1001100 100111 1011011
Octal 114 47 133

Shades and tints

Shades of #4C275B

#4C275B
(76,39,91)
#462453
(70,36,83)
#40214B
(64,33,75)
#3A1E43
(58,30,67)
#341B3B
(52,27,59)
#2E1833
(46,24,51)
#28152B
(40,21,43)
#221223
(34,18,35)
#1C0F1B
(28,15,27)
#160C13
(22,12,19)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C275B

#4C275B
(76,39,91)
#5C3A69
(92,58,105)
#6C4D77
(108,77,119)
#7C6085
(124,96,133)
#8C7393
(140,115,147)
#9C86A1
(156,134,161)
#AC99AF
(172,153,175)
#BCACBD
(188,172,189)
#CCBFCB
(204,191,203)
#DCD2D9
(220,210,217)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C275B color. Also use rgb(76,39,91) instead hex code.

Text Font Color

.myTextColor { color: #4C275B; }

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

This text font color is #4C275B.

Background Color

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

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

This div background color is #4C275B.

Border color

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

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

This div border color is #4C275B.

Opacity

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

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

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

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

This text has shadow with #4C275B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C275B.

Preview

Color preview on black background

This text has color #4C275B on black background.


Color preview on white background

This text has color #4C275B on white background.


Black color preview on #4C275B background

This text has black color on #4C275B background.


White color preview on #4C275B background

This text has white color on #4C275B background.


Related colors

Complementary color

Complementary color for #hex is #B3D8A4.


I love getcolorcode.com

Triadic colors

1 #5B4C27 and #275B4C with #4C275B are triadic colors.

2 #5B274C and #274C5B with #4C275B are triadic colors.