COLOR #4C1FA3

HEX: #4C1FA3
RGB: (76,31,163)

Color info

#4C1FA3 contains mainly blue color. Web safe color of #4C1FA3 is #333399 (or #339).

RGB color model

#4C1FA3 color RGB value is (76,31,163).

  • red value is 76;
  • green value is 31;
  • blue value is 163.
RGB:
(76,31,163)
(30%,12%,64%)

RGB channels and saturation

R 76 of 255 = 30%
G 31 of 255 = 12%
B 163 of 255 = 64%

76
31
163

R + G + B ~ 35%. #4C1FA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 31 + 163 = 270 (100%)
R 76 of 270 ~ 28.15%
G 31 of 270 ~ 11.48%
B 163 of 270 ~ 60.37%

%28.15
%11.48
%60.37

CMYK color model

#4C1FA3 color CMYK value is (53,81,0,36).

  • cyan value is 53.37%
  • magenta value is 80.98%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(53,81,0,36)
C53M81Y0K36 
(53%,81%,0%,36%)
(0.53/0.81/0.00/0.36)	

CMYK percentages

%53.37
%80.98
%0
%36.08

Codes

Color #4C1FA3 in popluar color models

4C1FA3
RGB7631163
HSL260°68.04%38.04%
HSB/HSV260°80.98%63.92%
CMYK53.37%80.98%0.00%
36.08%

Color #4C1FA3 in popluar number systems.

HEX4C1FA3
Decimal7631163
Binary10011001111110100011
Octal11437243

Shades and tints

Shades of #4C1FA3

#4C1FA3
(76,31,163)
#461D95
(70,29,149)
#401B87
(64,27,135)
#3A1979
(58,25,121)
#34176B
(52,23,107)
#2E155D
(46,21,93)
#28134F
(40,19,79)
#221141
(34,17,65)
#1C0F33
(28,15,51)
#160D25
(22,13,37)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #4C1FA3

#4C1FA3
(76,31,163)
#5C33AB
(92,51,171)
#6C47B3
(108,71,179)
#7C5BBB
(124,91,187)
#8C6FC3
(140,111,195)
#9C83CB
(156,131,203)
#AC97D3
(172,151,211)
#BCABDB
(188,171,219)
#CCBFE3
(204,191,227)
#DCD3EB
(220,211,235)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1FA3 color. Also use rgb(76,31,163) instead hex code.

Text Font Color

.myTextColor { color: #4C1FA3; }

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

This text font color is #4C1FA3.


Background Color

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

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

This div background color is #4C1FA3.


Border color

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

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

This div border color is #4C1FA3.


Opacity

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

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

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

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

This text has shadow with #4C1FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1FA3 on black background.


Color preview on white background

This text has color #4C1FA3 on white background.



Black color preview on #4C1FA3 background

This text has black color on #4C1FA3 background.


White color preview on #4C1FA3 background

This text has white color on #4C1FA3 background.