COLOR #4C66C3

HEX: #4C66C3
RGB: (76,102,195)

Color info

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

RGB color model

#4C66C3 color RGB value is (76,102,195).

  • red value is 76;
  • green value is 102;
  • blue value is 195.
RGB:
(76,102,195)
(30%,40%,76%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 195 of 255 = 76%

76
102
195

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

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 195 = 373 (100%)
R 76 of 373 ~ 20.38%
G 102 of 373 ~ 27.35%
B 195 of 373 ~ 52.28%

%20.38
%27.35
%52.28

CMYK color model

#4C66C3 color CMYK value is (61,48,0,24).

  • cyan value is 61.03%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(61,48,0,24)
C61M48Y0K24 
(61%,48%,0%,24%)
(0.61/0.48/0.00/0.24)	

CMYK percentages

%61.03
%47.69
%0
%23.53

Codes

Color #4C66C3 in popluar color models

4C66C3
RGB76102195
HSL227°49.79%53.14%
HSB/HSV227°61.03%76.47%
CMYK61.03%47.69%0.00%
23.53%

Color #4C66C3 in popluar number systems.

HEX4C66C3
Decimal76102195
Binary1001100110011011000011
Octal114146303

Shades and tints

Shades of #4C66C3

#4C66C3
(76,102,195)
#465DB2
(70,93,178)
#4054A1
(64,84,161)
#3A4B90
(58,75,144)
#34427F
(52,66,127)
#2E396E
(46,57,110)
#28305D
(40,48,93)
#22274C
(34,39,76)
#1C1E3B
(28,30,59)
#16152A
(22,21,42)
#100C19
(16,12,25)
#000000
(0,0,0)

Tints of #4C66C3

#4C66C3
(76,102,195)
#5C73C8
(92,115,200)
#6C80CD
(108,128,205)
#7C8DD2
(124,141,210)
#8C9AD7
(140,154,215)
#9CA7DC
(156,167,220)
#ACB4E1
(172,180,225)
#BCC1E6
(188,193,230)
#CCCEEB
(204,206,235)
#DCDBF0
(220,219,240)
#ECE8F5
(236,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C66C3 color. Also use rgb(76,102,195) instead hex code.

Text Font Color

.myTextColor { color: #4C66C3; }

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

This text font color is #4C66C3.


Background Color

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

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

This div background color is #4C66C3.


Border color

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

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

This div border color is #4C66C3.


Opacity

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

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

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

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

This text has shadow with #4C66C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C66C3 on black background.


Color preview on white background

This text has color #4C66C3 on white background.



Black color preview on #4C66C3 background

This text has black color on #4C66C3 background.


White color preview on #4C66C3 background

This text has white color on #4C66C3 background.