COLOR #4C266D

HEX: #4C266D
RGB: (76,38,109)

Color info

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

RGB color model

#4C266D color RGB value is (76,38,109).

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

RGB channels and saturation

R 76 of 255 = 30%
G 38 of 255 = 15%
B 109 of 255 = 43%

76
38
109

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

Portions of RGB colors in percentages

R + G + B =
76 + 38 + 109 = 223 (100%)
R 76 of 223 ~ 34.08%
G 38 of 223 ~ 17.04%
B 109 of 223 ~ 48.88%

%34.08
%17.04
%48.88

CMYK color model

#4C266D color CMYK value is (30,65,0,57).

  • cyan value is 30.28%
  • magenta value is 65.14%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(30,65,0,57)
C30M65Y0K57 
(30%,65%,0%,57%)
(0.30/0.65/0.00/0.57)	

CMYK percentages

%30.28
%65.14
%0
%57.25

Codes

Color #4C266D in popluar color models

4C266D
RGB7638109
HSL272°48.30%28.82%
HSB/HSV272°65.14%42.75%
CMYK30.28%65.14%0.00%
57.25%

Color #4C266D in popluar number systems.

HEX4C266D
Decimal7638109
Binary10011001001101101101
Octal11446155

Shades and tints

Shades of #4C266D

#4C266D
(76,38,109)
#462364
(70,35,100)
#40205B
(64,32,91)
#3A1D52
(58,29,82)
#341A49
(52,26,73)
#2E1740
(46,23,64)
#281437
(40,20,55)
#22112E
(34,17,46)
#1C0E25
(28,14,37)
#160B1C
(22,11,28)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #4C266D

#4C266D
(76,38,109)
#5C397A
(92,57,122)
#6C4C87
(108,76,135)
#7C5F94
(124,95,148)
#8C72A1
(140,114,161)
#9C85AE
(156,133,174)
#AC98BB
(172,152,187)
#BCABC8
(188,171,200)
#CCBED5
(204,190,213)
#DCD1E2
(220,209,226)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C266D; }

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

This text font color is #4C266D.


Background Color

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

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

This div background color is #4C266D.


Border color

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

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

This div border color is #4C266D.


Opacity

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

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

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

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

This text has shadow with #4C266D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C266D on black background.


Color preview on white background

This text has color #4C266D on white background.



Black color preview on #4C266D background

This text has black color on #4C266D background.


White color preview on #4C266D background

This text has white color on #4C266D background.