COLOR #4C00B1

HEX: #4C00B1
RGB: (76,0,177)

Color info

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

RGB color model

#4C00B1 color RGB value is (76,0,177).

  • red value is 76;
  • green value is 0;
  • blue value is 177.
RGB:
(76,0,177)
(30%,0%,69%)

RGB channels and saturation

R 76 of 255 = 30%
G 0 of 255 = 0%
B 177 of 255 = 69%

76
0
177

R + G + B ~ 33%. #4C00B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 0 + 177 = 253 (100%)
R 76 of 253 ~ 30.04%
G 0 of 253 ~ 0%
B 177 of 253 ~ 69.96%

%30.04
%69.96

CMYK color model

#4C00B1 color CMYK value is (57,100,0,31).

  • cyan value is 57.06%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(57,100,0,31)
C57M100Y0K31 
(57%,100%,0%,31%)
(0.57/1.00/0.00/0.31)	

CMYK percentages

%57.06
%100
%0
%30.59

Codes

Color #4C00B1 in popluar color models

4C00B1
RGB760177
HSL266°100.00%34.71%
HSB/HSV266°100.00%69.41%
CMYK57.06%100.00%0.00%
30.59%

Color #4C00B1 in popluar number systems.

HEX4C00B1
Decimal760177
Binary1001100010110001
Octal1140261

Shades and tints

Shades of #4C00B1

#4C00B1
(76,0,177)
#4600A1
(70,0,161)
#400091
(64,0,145)
#3A0081
(58,0,129)
#340071
(52,0,113)
#2E0061
(46,0,97)
#280051
(40,0,81)
#220041
(34,0,65)
#1C0031
(28,0,49)
#160021
(22,0,33)
#100011
(16,0,17)
#000000
(0,0,0)

Tints of #4C00B1

#4C00B1
(76,0,177)
#5C17B8
(92,23,184)
#6C2EBF
(108,46,191)
#7C45C6
(124,69,198)
#8C5CCD
(140,92,205)
#9C73D4
(156,115,212)
#AC8ADB
(172,138,219)
#BCA1E2
(188,161,226)
#CCB8E9
(204,184,233)
#DCCFF0
(220,207,240)
#ECE6F7
(236,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C00B1 color. Also use rgb(76,0,177) instead hex code.

Text Font Color

.myTextColor { color: #4C00B1; }

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

This text font color is #4C00B1.


Background Color

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

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

This div background color is #4C00B1.


Border color

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

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

This div border color is #4C00B1.


Opacity

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

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

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

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

This text has shadow with #4C00B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C00B1 on black background.


Color preview on white background

This text has color #4C00B1 on white background.



Black color preview on #4C00B1 background

This text has black color on #4C00B1 background.


White color preview on #4C00B1 background

This text has white color on #4C00B1 background.