COLOR #4C6BE6

HEX: #4C6BE6
RGB: (76,107,230)

Color info

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

RGB color model

#4C6BE6 color RGB value is (76,107,230).

  • red value is 76;
  • green value is 107;
  • blue value is 230.
RGB:
(76,107,230)
(30%,42%,90%)

RGB channels and saturation

R 76 of 255 = 30%
G 107 of 255 = 42%
B 230 of 255 = 90%

76
107
230

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

Portions of RGB colors in percentages

R + G + B =
76 + 107 + 230 = 413 (100%)
R 76 of 413 ~ 18.4%
G 107 of 413 ~ 25.91%
B 230 of 413 ~ 55.69%

%18.4
%25.91
%55.69

CMYK color model

#4C6BE6 color CMYK value is (67,53,0,10).

  • cyan value is 66.96%
  • magenta value is 53.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(67,53,0,10)
C67M53Y0K10 
(67%,53%,0%,10%)
(0.67/0.53/0.00/0.10)	

CMYK percentages

%66.96
%53.48
%0
%9.8

Codes

Color #4C6BE6 in popluar color models

4C6BE6
RGB76107230
HSL228°75.49%60.00%
HSB/HSV228°66.96%90.20%
CMYK66.96%53.48%0.00%
9.80%

Color #4C6BE6 in popluar number systems.

HEX4C6BE6
Decimal76107230
Binary1001100110101111100110
Octal114153346

Shades and tints

Shades of #4C6BE6

#4C6BE6
(76,107,230)
#4662D2
(70,98,210)
#4059BE
(64,89,190)
#3A50AA
(58,80,170)
#344796
(52,71,150)
#2E3E82
(46,62,130)
#28356E
(40,53,110)
#222C5A
(34,44,90)
#1C2346
(28,35,70)
#161A32
(22,26,50)
#10111E
(16,17,30)
#000000
(0,0,0)

Tints of #4C6BE6

#4C6BE6
(76,107,230)
#5C78E8
(92,120,232)
#6C85EA
(108,133,234)
#7C92EC
(124,146,236)
#8C9FEE
(140,159,238)
#9CACF0
(156,172,240)
#ACB9F2
(172,185,242)
#BCC6F4
(188,198,244)
#CCD3F6
(204,211,246)
#DCE0F8
(220,224,248)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6BE6 color. Also use rgb(76,107,230) instead hex code.

Text Font Color

.myTextColor { color: #4C6BE6; }

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

This text font color is #4C6BE6.


Background Color

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

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

This div background color is #4C6BE6.


Border color

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

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

This div border color is #4C6BE6.


Opacity

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

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

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

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

This text has shadow with #4C6BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6BE6 on black background.


Color preview on white background

This text has color #4C6BE6 on white background.



Black color preview on #4C6BE6 background

This text has black color on #4C6BE6 background.


White color preview on #4C6BE6 background

This text has white color on #4C6BE6 background.