COLOR #4C266B

HEX: #4C266B
RGB: (76,38,107)

Color info

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

RGB color model

#4C266B color RGB value is (76,38,107).

  • red value is 76;
  • green value is 38;
  • blue value is 107.
RGB:
(76,38,107)
(30%,15%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 38 of 255 = 15%
B 107 of 255 = 42%

76
38
107

R + G + B ~ 29%. #4C266B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 38 + 107 = 221 (100%)
R 76 of 221 ~ 34.39%
G 38 of 221 ~ 17.19%
B 107 of 221 ~ 48.42%

%34.39
%17.19
%48.42

CMYK color model

#4C266B color CMYK value is (29,64,0,58).

  • cyan value is 28.97%
  • magenta value is 64.49%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(29,64,0,58)
C29M64Y0K58 
(29%,64%,0%,58%)
(0.29/0.64/0.00/0.58)	

CMYK percentages

%28.97
%64.49
%0
%58.04

Codes

Color #4C266B in popluar color models

4C266B
RGB7638107
HSL273°47.59%28.43%
HSB/HSV273°64.49%41.96%
CMYK28.97%64.49%0.00%
58.04%

Color #4C266B in popluar number systems.

HEX4C266B
Decimal7638107
Binary10011001001101101011
Octal11446153

Shades and tints

Shades of #4C266B

#4C266B
(76,38,107)
#462362
(70,35,98)
#402059
(64,32,89)
#3A1D50
(58,29,80)
#341A47
(52,26,71)
#2E173E
(46,23,62)
#281435
(40,20,53)
#22112C
(34,17,44)
#1C0E23
(28,14,35)
#160B1A
(22,11,26)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #4C266B

#4C266B
(76,38,107)
#5C3978
(92,57,120)
#6C4C85
(108,76,133)
#7C5F92
(124,95,146)
#8C729F
(140,114,159)
#9C85AC
(156,133,172)
#AC98B9
(172,152,185)
#BCABC6
(188,171,198)
#CCBED3
(204,190,211)
#DCD1E0
(220,209,224)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C266B; }

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

This text font color is #4C266B.


Background Color

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

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

This div background color is #4C266B.


Border color

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

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

This div border color is #4C266B.


Opacity

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

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

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

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

This text has shadow with #4C266B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C266B on black background.


Color preview on white background

This text has color #4C266B on white background.



Black color preview on #4C266B background

This text has black color on #4C266B background.


White color preview on #4C266B background

This text has white color on #4C266B background.