COLOR #4C41B2

HEX: #4C41B2
RGB: (76,65,178)

Color info

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

RGB color model

#4C41B2 color RGB value is (76,65,178).

  • red value is 76;
  • green value is 65;
  • blue value is 178.
RGB:
(76,65,178)
(30%,25%,70%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 178 of 255 = 70%

76
65
178

R + G + B ~ 42%. #4C41B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 65 + 178 = 319 (100%)
R 76 of 319 ~ 23.82%
G 65 of 319 ~ 20.38%
B 178 of 319 ~ 55.8%

%23.82
%20.38
%55.8

CMYK color model

#4C41B2 color CMYK value is (57,63,0,30).

  • cyan value is 57.30%
  • magenta value is 63.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(57,63,0,30)
C57M63Y0K30 
(57%,63%,0%,30%)
(0.57/0.63/0.00/0.30)	

CMYK percentages

%57.3
%63.48
%0
%30.2

Codes

Color #4C41B2 in popluar color models

4C41B2
RGB7665178
HSL246°46.50%47.65%
HSB/HSV246°63.48%69.80%
CMYK57.30%63.48%0.00%
30.20%

Color #4C41B2 in popluar number systems.

HEX4C41B2
Decimal7665178
Binary1001100100000110110010
Octal114101262

Shades and tints

Shades of #4C41B2

#4C41B2
(76,65,178)
#463CA2
(70,60,162)
#403792
(64,55,146)
#3A3282
(58,50,130)
#342D72
(52,45,114)
#2E2862
(46,40,98)
#282352
(40,35,82)
#221E42
(34,30,66)
#1C1932
(28,25,50)
#161422
(22,20,34)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #4C41B2

#4C41B2
(76,65,178)
#5C52B9
(92,82,185)
#6C63C0
(108,99,192)
#7C74C7
(124,116,199)
#8C85CE
(140,133,206)
#9C96D5
(156,150,213)
#ACA7DC
(172,167,220)
#BCB8E3
(188,184,227)
#CCC9EA
(204,201,234)
#DCDAF1
(220,218,241)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C41B2 color. Also use rgb(76,65,178) instead hex code.

Text Font Color

.myTextColor { color: #4C41B2; }

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

This text font color is #4C41B2.


Background Color

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

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

This div background color is #4C41B2.


Border color

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

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

This div border color is #4C41B2.


Opacity

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

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

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

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

This text has shadow with #4C41B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C41B2 on black background.


Color preview on white background

This text has color #4C41B2 on white background.



Black color preview on #4C41B2 background

This text has black color on #4C41B2 background.


White color preview on #4C41B2 background

This text has white color on #4C41B2 background.