COLOR #4C6DDD

HEX: #4C6DDD
RGB: (76,109,221)

Color info

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

RGB color model

#4C6DDD color RGB value is (76,109,221).

  • red value is 76;
  • green value is 109;
  • blue value is 221.
RGB:
(76,109,221)
(30%,43%,87%)

RGB channels and saturation

R 76 of 255 = 30%
G 109 of 255 = 43%
B 221 of 255 = 87%

76
109
221

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

Portions of RGB colors in percentages

R + G + B =
76 + 109 + 221 = 406 (100%)
R 76 of 406 ~ 18.72%
G 109 of 406 ~ 26.85%
B 221 of 406 ~ 54.43%

%18.72
%26.85
%54.43

CMYK color model

#4C6DDD color CMYK value is (66,51,0,13).

  • cyan value is 65.61%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(66,51,0,13)
C66M51Y0K13 
(66%,51%,0%,13%)
(0.66/0.51/0.00/0.13)	

CMYK percentages

%65.61
%50.68
%0
%13.33

Codes

Color #4C6DDD in popluar color models

4C6DDD
RGB76109221
HSL226°68.08%58.24%
HSB/HSV226°65.61%86.67%
CMYK65.61%50.68%0.00%
13.33%

Color #4C6DDD in popluar number systems.

HEX4C6DDD
Decimal76109221
Binary1001100110110111011101
Octal114155335

Shades and tints

Shades of #4C6DDD

#4C6DDD
(76,109,221)
#4664C9
(70,100,201)
#405BB5
(64,91,181)
#3A52A1
(58,82,161)
#34498D
(52,73,141)
#2E4079
(46,64,121)
#283765
(40,55,101)
#222E51
(34,46,81)
#1C253D
(28,37,61)
#161C29
(22,28,41)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #4C6DDD

#4C6DDD
(76,109,221)
#5C7AE0
(92,122,224)
#6C87E3
(108,135,227)
#7C94E6
(124,148,230)
#8CA1E9
(140,161,233)
#9CAEEC
(156,174,236)
#ACBBEF
(172,187,239)
#BCC8F2
(188,200,242)
#CCD5F5
(204,213,245)
#DCE2F8
(220,226,248)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6DDD color. Also use rgb(76,109,221) instead hex code.

Text Font Color

.myTextColor { color: #4C6DDD; }

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

This text font color is #4C6DDD.


Background Color

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

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

This div background color is #4C6DDD.


Border color

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

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

This div border color is #4C6DDD.


Opacity

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

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

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

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

This text has shadow with #4C6DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6DDD on black background.


Color preview on white background

This text has color #4C6DDD on white background.



Black color preview on #4C6DDD background

This text has black color on #4C6DDD background.


White color preview on #4C6DDD background

This text has white color on #4C6DDD background.