COLOR #4C296A

HEX: #4C296A RGB: (76,41,106)

Color info

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

RGB color model

#4C296A color RGB value is (76,41,106).

RGB: (76,41,106) (30%, 16%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 106 of 255 = 42%

76
41
106

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

Portions of RGB colors in percentages

R + G + B = 76 + 41 + 106 = 223 (100%)
R 76 of 223 ~ 34.08%
G 41 of 223 ~ 18.39%
B 106 of 223 ~ 47.53'%

%34.08
%18.39
%47.53

CMYK color model

#4C296A color CMYK value is (28,61,0,58).

  • cyan value is 28.30%
  • magenta value is 61.32%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (28,61,0,58)
C28M61Y0K58 (28%, 61%, 0%, 58%)
(0.28 / 0.61 / 0.00 / 0.58)

CMYK percentages

%28.3
%61.32
%0
%58.43

Codes

Color #4C296A in popluar color models

4C 29 6A
RGB 76 41 106
HSL 272° 44.22% 28.82%
HSB/HSV 272° 61.32% 41.57%
CMYK 28.30% 61.32% 0.00%
58.43%

Color #4C296A in popluar number systems.

HEX 4C 29 6A
Decimal 76 41 106
Binary 1001100 101001 1101010
Octal 114 51 152

Shades and tints

Shades of #4C296A

#4C296A
(76,41,106)
#462661
(70,38,97)
#402358
(64,35,88)
#3A204F
(58,32,79)
#341D46
(52,29,70)
#2E1A3D
(46,26,61)
#281734
(40,23,52)
#22142B
(34,20,43)
#1C1122
(28,17,34)
#160E19
(22,14,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C296A

#4C296A
(76,41,106)
#5C3C77
(92,60,119)
#6C4F84
(108,79,132)
#7C6291
(124,98,145)
#8C759E
(140,117,158)
#9C88AB
(156,136,171)
#AC9BB8
(172,155,184)
#BCAEC5
(188,174,197)
#CCC1D2
(204,193,210)
#DCD4DF
(220,212,223)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C296A color. Also use rgb(76,41,106) instead hex code.

Text Font Color

.myTextColor { color: #4C296A; }

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

This text font color is #4C296A.

Background Color

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

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

This div background color is #4C296A.

Border color

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

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

This div border color is #4C296A.

Opacity

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

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

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

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

This text has shadow with #4C296A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C296A.

Preview

Color preview on black background

This text has color #4C296A on black background.


Color preview on white background

This text has color #4C296A on white background.


Black color preview on #4C296A background

This text has black color on #4C296A background.


White color preview on #4C296A background

This text has white color on #4C296A background.


Related colors

Complementary color

Complementary color for #hex is #B3D695.


I love getcolorcode.com

Triadic colors

1 #6A4C29 and #296A4C with #4C296A are triadic colors.

2 #6A294C and #294C6A with #4C296A are triadic colors.