COLOR #4C4DD6

HEX: #4C4DD6
RGB: (76,77,214)

Color info

#4C4DD6 contains mainly blue color. Web safe color of #4C4DD6 is #3333CC (or #33C).

RGB color model

#4C4DD6 color RGB value is (76,77,214).

  • red value is 76;
  • green value is 77;
  • blue value is 214.
RGB:
(76,77,214)
(30%,30%,84%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 214 of 255 = 84%

76
77
214

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

Portions of RGB colors in percentages

R + G + B =
76 + 77 + 214 = 367 (100%)
R 76 of 367 ~ 20.71%
G 77 of 367 ~ 20.98%
B 214 of 367 ~ 58.31%

%20.71
%20.98
%58.31

CMYK color model

#4C4DD6 color CMYK value is (64,64,0,16).

  • cyan value is 64.49%
  • magenta value is 64.02%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(64,64,0,16)
C64M64Y0K16 
(64%,64%,0%,16%)
(0.64/0.64/0.00/0.16)	

CMYK percentages

%64.49
%64.02
%0
%16.08

Codes

Color #4C4DD6 in popluar color models

4C4DD6
RGB7677214
HSL240°62.73%56.86%
HSB/HSV240°64.49%83.92%
CMYK64.49%64.02%0.00%
16.08%

Color #4C4DD6 in popluar number systems.

HEX4C4DD6
Decimal7677214
Binary1001100100110111010110
Octal114115326

Shades and tints

Shades of #4C4DD6

#4C4DD6
(76,77,214)
#4646C3
(70,70,195)
#403FB0
(64,63,176)
#3A389D
(58,56,157)
#34318A
(52,49,138)
#2E2A77
(46,42,119)
#282364
(40,35,100)
#221C51
(34,28,81)
#1C153E
(28,21,62)
#160E2B
(22,14,43)
#100718
(16,7,24)
#000000
(0,0,0)

Tints of #4C4DD6

#4C4DD6
(76,77,214)
#5C5DD9
(92,93,217)
#6C6DDC
(108,109,220)
#7C7DDF
(124,125,223)
#8C8DE2
(140,141,226)
#9C9DE5
(156,157,229)
#ACADE8
(172,173,232)
#BCBDEB
(188,189,235)
#CCCDEE
(204,205,238)
#DCDDF1
(220,221,241)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4DD6 color. Also use rgb(76,77,214) instead hex code.

Text Font Color

.myTextColor { color: #4C4DD6; }

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

This text font color is #4C4DD6.


Background Color

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

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

This div background color is #4C4DD6.


Border color

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

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

This div border color is #4C4DD6.


Opacity

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

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

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

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

This text has shadow with #4C4DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4DD6 on black background.


Color preview on white background

This text has color #4C4DD6 on white background.



Black color preview on #4C4DD6 background

This text has black color on #4C4DD6 background.


White color preview on #4C4DD6 background

This text has white color on #4C4DD6 background.