COLOR #4C1390

HEX: #4C1390
RGB: (76,19,144)

Color info

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

RGB color model

#4C1390 color RGB value is (76,19,144).

  • red value is 76;
  • green value is 19;
  • blue value is 144.
RGB:
(76,19,144)
(30%,7%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 19 of 255 = 7%
B 144 of 255 = 56%

76
19
144

R + G + B ~ 31%. #4C1390 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 19 + 144 = 239 (100%)
R 76 of 239 ~ 31.8%
G 19 of 239 ~ 7.95%
B 144 of 239 ~ 60.25%

%31.8
%60.25

CMYK color model

#4C1390 color CMYK value is (47,87,0,44).

  • cyan value is 47.22%
  • magenta value is 86.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(47,87,0,44)
C47M87Y0K44 
(47%,87%,0%,44%)
(0.47/0.87/0.00/0.44)	

CMYK percentages

%47.22
%86.81
%0
%43.53

Codes

Color #4C1390 in popluar color models

4C1390
RGB7619144
HSL267°76.69%31.96%
HSB/HSV267°86.81%56.47%
CMYK47.22%86.81%0.00%
43.53%

Color #4C1390 in popluar number systems.

HEX4C1390
Decimal7619144
Binary10011001001110010000
Octal11423220

Shades and tints

Shades of #4C1390

#4C1390
(76,19,144)
#461283
(70,18,131)
#401176
(64,17,118)
#3A1069
(58,16,105)
#340F5C
(52,15,92)
#2E0E4F
(46,14,79)
#280D42
(40,13,66)
#220C35
(34,12,53)
#1C0B28
(28,11,40)
#160A1B
(22,10,27)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C1390

#4C1390
(76,19,144)
#5C289A
(92,40,154)
#6C3DA4
(108,61,164)
#7C52AE
(124,82,174)
#8C67B8
(140,103,184)
#9C7CC2
(156,124,194)
#AC91CC
(172,145,204)
#BCA6D6
(188,166,214)
#CCBBE0
(204,187,224)
#DCD0EA
(220,208,234)
#ECE5F4
(236,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1390 color. Also use rgb(76,19,144) instead hex code.

Text Font Color

.myTextColor { color: #4C1390; }

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

This text font color is #4C1390.


Background Color

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

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

This div background color is #4C1390.


Border color

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

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

This div border color is #4C1390.


Opacity

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

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

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

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

This text has shadow with #4C1390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1390 on black background.


Color preview on white background

This text has color #4C1390 on white background.



Black color preview on #4C1390 background

This text has black color on #4C1390 background.


White color preview on #4C1390 background

This text has white color on #4C1390 background.