COLOR #4C79DC

HEX: #4C79DC
RGB: (76,121,220)

Color info

#4C79DC contains mainly blue color. Web safe color of #4C79DC is #3366CC (or #36C).

RGB color model

#4C79DC color RGB value is (76,121,220).

  • red value is 76;
  • green value is 121;
  • blue value is 220.
RGB:
(76,121,220)
(30%,47%,86%)

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 220 of 255 = 86%

76
121
220

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

Portions of RGB colors in percentages

R + G + B =
76 + 121 + 220 = 417 (100%)
R 76 of 417 ~ 18.23%
G 121 of 417 ~ 29.02%
B 220 of 417 ~ 52.76%

%18.23
%29.02
%52.76

CMYK color model

#4C79DC color CMYK value is (65,45,0,14).

  • cyan value is 65.45%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(65,45,0,14)
C65M45Y0K14 
(65%,45%,0%,14%)
(0.65/0.45/0.00/0.14)	

CMYK percentages

%65.45
%45
%0
%13.73

Codes

Color #4C79DC in popluar color models

4C79DC
RGB76121220
HSL221°67.29%58.04%
HSB/HSV221°65.45%86.27%
CMYK65.45%45.00%0.00%
13.73%

Color #4C79DC in popluar number systems.

HEX4C79DC
Decimal76121220
Binary1001100111100111011100
Octal114171334

Shades and tints

Shades of #4C79DC

#4C79DC
(76,121,220)
#466EC8
(70,110,200)
#4063B4
(64,99,180)
#3A58A0
(58,88,160)
#344D8C
(52,77,140)
#2E4278
(46,66,120)
#283764
(40,55,100)
#222C50
(34,44,80)
#1C213C
(28,33,60)
#161628
(22,22,40)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #4C79DC

#4C79DC
(76,121,220)
#5C85DF
(92,133,223)
#6C91E2
(108,145,226)
#7C9DE5
(124,157,229)
#8CA9E8
(140,169,232)
#9CB5EB
(156,181,235)
#ACC1EE
(172,193,238)
#BCCDF1
(188,205,241)
#CCD9F4
(204,217,244)
#DCE5F7
(220,229,247)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C79DC color. Also use rgb(76,121,220) instead hex code.

Text Font Color

.myTextColor { color: #4C79DC; }

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

This text font color is #4C79DC.


Background Color

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

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

This div background color is #4C79DC.


Border color

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

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

This div border color is #4C79DC.


Opacity

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

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

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

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

This text has shadow with #4C79DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C79DC on black background.


Color preview on white background

This text has color #4C79DC on white background.



Black color preview on #4C79DC background

This text has black color on #4C79DC background.


White color preview on #4C79DC background

This text has white color on #4C79DC background.