COLOR #4C038C

HEX: #4C038C
RGB: (76,3,140)

Color info

#4C038C contains mainly blue color. Web safe color of #4C038C is #330099 (or #309).

RGB color model

#4C038C color RGB value is (76,3,140).

  • red value is 76;
  • green value is 3;
  • blue value is 140.
RGB:
(76,3,140)
(30%,1%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 3 of 255 = 1%
B 140 of 255 = 55%

76
3
140

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

Portions of RGB colors in percentages

R + G + B =
76 + 3 + 140 = 219 (100%)
R 76 of 219 ~ 34.7%
G 3 of 219 ~ 1.37%
B 140 of 219 ~ 63.93%

%34.7
%63.93

CMYK color model

#4C038C color CMYK value is (46,98,0,45).

  • cyan value is 45.71%
  • magenta value is 97.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,98,0,45)
C46M98Y0K45 
(46%,98%,0%,45%)
(0.46/0.98/0.00/0.45)	

CMYK percentages

%45.71
%97.86
%0
%45.1

Codes

Color #4C038C in popluar color models

4C038C
RGB763140
HSL272°95.80%28.04%
HSB/HSV272°97.86%54.90%
CMYK45.71%97.86%0.00%
45.10%

Color #4C038C in popluar number systems.

HEX4C038C
Decimal763140
Binary10011001110001100
Octal1143214

Shades and tints

Shades of #4C038C

#4C038C
(76,3,140)
#460380
(70,3,128)
#400374
(64,3,116)
#3A0368
(58,3,104)
#34035C
(52,3,92)
#2E0350
(46,3,80)
#280344
(40,3,68)
#220338
(34,3,56)
#1C032C
(28,3,44)
#160320
(22,3,32)
#100314
(16,3,20)
#000000
(0,0,0)

Tints of #4C038C

#4C038C
(76,3,140)
#5C1996
(92,25,150)
#6C2FA0
(108,47,160)
#7C45AA
(124,69,170)
#8C5BB4
(140,91,180)
#9C71BE
(156,113,190)
#AC87C8
(172,135,200)
#BC9DD2
(188,157,210)
#CCB3DC
(204,179,220)
#DCC9E6
(220,201,230)
#ECDFF0
(236,223,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C038C color. Also use rgb(76,3,140) instead hex code.

Text Font Color

.myTextColor { color: #4C038C; }

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

This text font color is #4C038C.


Background Color

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

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

This div background color is #4C038C.


Border color

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

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

This div border color is #4C038C.


Opacity

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

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

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

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

This text has shadow with #4C038C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C038C on black background.


Color preview on white background

This text has color #4C038C on white background.



Black color preview on #4C038C background

This text has black color on #4C038C background.


White color preview on #4C038C background

This text has white color on #4C038C background.