COLOR #4C66BD

HEX: #4C66BD
RGB: (76,102,189)

Color info

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

RGB color model

#4C66BD color RGB value is (76,102,189).

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

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 189 of 255 = 74%

76
102
189

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

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 189 = 367 (100%)
R 76 of 367 ~ 20.71%
G 102 of 367 ~ 27.79%
B 189 of 367 ~ 51.5%

%20.71
%27.79
%51.5

CMYK color model

#4C66BD color CMYK value is (60,46,0,26).

  • cyan value is 59.79%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(60,46,0,26)
C60M46Y0K26 
(60%,46%,0%,26%)
(0.60/0.46/0.00/0.26)	

CMYK percentages

%59.79
%46.03
%0
%25.88

Codes

Color #4C66BD in popluar color models

4C66BD
RGB76102189
HSL226°46.12%51.96%
HSB/HSV226°59.79%74.12%
CMYK59.79%46.03%0.00%
25.88%

Color #4C66BD in popluar number systems.

HEX4C66BD
Decimal76102189
Binary1001100110011010111101
Octal114146275

Shades and tints

Shades of #4C66BD

#4C66BD
(76,102,189)
#465DAC
(70,93,172)
#40549B
(64,84,155)
#3A4B8A
(58,75,138)
#344279
(52,66,121)
#2E3968
(46,57,104)
#283057
(40,48,87)
#222746
(34,39,70)
#1C1E35
(28,30,53)
#161524
(22,21,36)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #4C66BD

#4C66BD
(76,102,189)
#5C73C3
(92,115,195)
#6C80C9
(108,128,201)
#7C8DCF
(124,141,207)
#8C9AD5
(140,154,213)
#9CA7DB
(156,167,219)
#ACB4E1
(172,180,225)
#BCC1E7
(188,193,231)
#CCCEED
(204,206,237)
#DCDBF3
(220,219,243)
#ECE8F9
(236,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C66BD; }

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

This text font color is #4C66BD.


Background Color

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

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

This div background color is #4C66BD.


Border color

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

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

This div border color is #4C66BD.


Opacity

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

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

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

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

This text has shadow with #4C66BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C66BD on black background.


Color preview on white background

This text has color #4C66BD on white background.



Black color preview on #4C66BD background

This text has black color on #4C66BD background.


White color preview on #4C66BD background

This text has white color on #4C66BD background.