COLOR #4C1475

HEX: #4C1475
RGB: (76,20,117)

Color info

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

RGB color model

#4C1475 color RGB value is (76,20,117).

  • red value is 76;
  • green value is 20;
  • blue value is 117.
RGB:
(76,20,117)
(30%,8%,46%)

RGB channels and saturation

R 76 of 255 = 30%
G 20 of 255 = 8%
B 117 of 255 = 46%

76
20
117

R + G + B ~ 28%. #4C1475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 20 + 117 = 213 (100%)
R 76 of 213 ~ 35.68%
G 20 of 213 ~ 9.39%
B 117 of 213 ~ 54.93%

%35.68
%54.93

CMYK color model

#4C1475 color CMYK value is (35,83,0,54).

  • cyan value is 35.04%
  • magenta value is 82.91%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(35,83,0,54)
C35M83Y0K54 
(35%,83%,0%,54%)
(0.35/0.83/0.00/0.54)	

CMYK percentages

%35.04
%82.91
%0
%54.12

Codes

Color #4C1475 in popluar color models

4C1475
RGB7620117
HSL275°70.80%26.86%
HSB/HSV275°82.91%45.88%
CMYK35.04%82.91%0.00%
54.12%

Color #4C1475 in popluar number systems.

HEX4C1475
Decimal7620117
Binary1001100101001110101
Octal11424165

Shades and tints

Shades of #4C1475

#4C1475
(76,20,117)
#46136B
(70,19,107)
#401261
(64,18,97)
#3A1157
(58,17,87)
#34104D
(52,16,77)
#2E0F43
(46,15,67)
#280E39
(40,14,57)
#220D2F
(34,13,47)
#1C0C25
(28,12,37)
#160B1B
(22,11,27)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #4C1475

#4C1475
(76,20,117)
#5C2981
(92,41,129)
#6C3E8D
(108,62,141)
#7C5399
(124,83,153)
#8C68A5
(140,104,165)
#9C7DB1
(156,125,177)
#AC92BD
(172,146,189)
#BCA7C9
(188,167,201)
#CCBCD5
(204,188,213)
#DCD1E1
(220,209,225)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1475 color. Also use rgb(76,20,117) instead hex code.

Text Font Color

.myTextColor { color: #4C1475; }

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

This text font color is #4C1475.


Background Color

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

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

This div background color is #4C1475.


Border color

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

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

This div border color is #4C1475.


Opacity

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

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

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

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

This text has shadow with #4C1475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1475 on black background.


Color preview on white background

This text has color #4C1475 on white background.



Black color preview on #4C1475 background

This text has black color on #4C1475 background.


White color preview on #4C1475 background

This text has white color on #4C1475 background.