COLOR #4C0775

HEX: #4C0775
RGB: (76,7,117)

Color info

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

RGB color model

#4C0775 color RGB value is (76,7,117).

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

RGB channels and saturation

R 76 of 255 = 30%
G 7 of 255 = 3%
B 117 of 255 = 46%

76
7
117

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

Portions of RGB colors in percentages

R + G + B =
76 + 7 + 117 = 200 (100%)
R 76 of 200 ~ 38%
G 7 of 200 ~ 3.5%
B 117 of 200 ~ 58.5%

%38
%58.5

CMYK color model

#4C0775 color CMYK value is (35,94,0,54).

  • cyan value is 35.04%
  • magenta value is 94.02%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(35,94,0,54)
C35M94Y0K54 
(35%,94%,0%,54%)
(0.35/0.94/0.00/0.54)	

CMYK percentages

%35.04
%94.02
%0
%54.12

Codes

Color #4C0775 in popluar color models

4C0775
RGB767117
HSL278°88.71%24.31%
HSB/HSV278°94.02%45.88%
CMYK35.04%94.02%0.00%
54.12%

Color #4C0775 in popluar number systems.

HEX4C0775
Decimal767117
Binary10011001111110101
Octal1147165

Shades and tints

Shades of #4C0775

#4C0775
(76,7,117)
#46076B
(70,7,107)
#400761
(64,7,97)
#3A0757
(58,7,87)
#34074D
(52,7,77)
#2E0743
(46,7,67)
#280739
(40,7,57)
#22072F
(34,7,47)
#1C0725
(28,7,37)
#16071B
(22,7,27)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #4C0775

#4C0775
(76,7,117)
#5C1D81
(92,29,129)
#6C338D
(108,51,141)
#7C4999
(124,73,153)
#8C5FA5
(140,95,165)
#9C75B1
(156,117,177)
#AC8BBD
(172,139,189)
#BCA1C9
(188,161,201)
#CCB7D5
(204,183,213)
#DCCDE1
(220,205,225)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0775; }

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

This text font color is #4C0775.


Background Color

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

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

This div background color is #4C0775.


Border color

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

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

This div border color is #4C0775.


Opacity

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

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

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

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

This text has shadow with #4C0775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0775 on black background.


Color preview on white background

This text has color #4C0775 on white background.



Black color preview on #4C0775 background

This text has black color on #4C0775 background.


White color preview on #4C0775 background

This text has white color on #4C0775 background.