COLOR #4C1269

HEX: #4C1269
RGB: (76,18,105)

Color info

#4C1269 contains mainly red and blue colors. Web safe color of #4C1269 is #330066 (or #306).

RGB color model

#4C1269 color RGB value is (76,18,105).

  • red value is 76;
  • green value is 18;
  • blue value is 105.
RGB:
(76,18,105)
(30%,7%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 105 of 255 = 41%

76
18
105

R + G + B ~ 26%. #4C1269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 18 + 105 = 199 (100%)
R 76 of 199 ~ 38.19%
G 18 of 199 ~ 9.05%
B 105 of 199 ~ 52.76%

%38.19
%52.76

CMYK color model

#4C1269 color CMYK value is (28,83,0,59).

  • cyan value is 27.62%
  • magenta value is 82.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(28,83,0,59)
C28M83Y0K59 
(28%,83%,0%,59%)
(0.28/0.83/0.00/0.59)	

CMYK percentages

%27.62
%82.86
%0
%58.82

Codes

Color #4C1269 in popluar color models

4C1269
RGB7618105
HSL280°70.73%24.12%
HSB/HSV280°82.86%41.18%
CMYK27.62%82.86%0.00%
58.82%

Color #4C1269 in popluar number systems.

HEX4C1269
Decimal7618105
Binary1001100100101101001
Octal11422151

Shades and tints

Shades of #4C1269

#4C1269
(76,18,105)
#461160
(70,17,96)
#401057
(64,16,87)
#3A0F4E
(58,15,78)
#340E45
(52,14,69)
#2E0D3C
(46,13,60)
#280C33
(40,12,51)
#220B2A
(34,11,42)
#1C0A21
(28,10,33)
#160918
(22,9,24)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #4C1269

#4C1269
(76,18,105)
#5C2776
(92,39,118)
#6C3C83
(108,60,131)
#7C5190
(124,81,144)
#8C669D
(140,102,157)
#9C7BAA
(156,123,170)
#AC90B7
(172,144,183)
#BCA5C4
(188,165,196)
#CCBAD1
(204,186,209)
#DCCFDE
(220,207,222)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1269 color. Also use rgb(76,18,105) instead hex code.

Text Font Color

.myTextColor { color: #4C1269; }

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

This text font color is #4C1269.


Background Color

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

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

This div background color is #4C1269.


Border color

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

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

This div border color is #4C1269.


Opacity

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

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

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

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

This text has shadow with #4C1269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1269 on black background.


Color preview on white background

This text has color #4C1269 on white background.



Black color preview on #4C1269 background

This text has black color on #4C1269 background.


White color preview on #4C1269 background

This text has white color on #4C1269 background.