COLOR #4C8ED0

HEX: #4C8ED0
RGB: (76,142,208)

Color info

#4C8ED0 contains mainly blue color. Web safe color of #4C8ED0 is #3399CC (or #39C).

RGB color model

#4C8ED0 color RGB value is (76,142,208).

  • red value is 76;
  • green value is 142;
  • blue value is 208.
RGB:
(76,142,208)
(30%,56%,82%)

RGB channels and saturation

R 76 of 255 = 30%
G 142 of 255 = 56%
B 208 of 255 = 82%

76
142
208

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

Portions of RGB colors in percentages

R + G + B =
76 + 142 + 208 = 426 (100%)
R 76 of 426 ~ 17.84%
G 142 of 426 ~ 33.33%
B 208 of 426 ~ 48.83%

%17.84
%33.33
%48.83

CMYK color model

#4C8ED0 color CMYK value is (63,32,0,18).

  • cyan value is 63.46%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(63,32,0,18)
C63M32Y0K18 
(63%,32%,0%,18%)
(0.63/0.32/0.00/0.18)	

CMYK percentages

%63.46
%31.73
%0
%18.43

Codes

Color #4C8ED0 in popluar color models

4C8ED0
RGB76142208
HSL210°58.41%55.69%
HSB/HSV210°63.46%81.57%
CMYK63.46%31.73%0.00%
18.43%

Color #4C8ED0 in popluar number systems.

HEX4C8ED0
Decimal76142208
Binary10011001000111011010000
Octal114216320

Shades and tints

Shades of #4C8ED0

#4C8ED0
(76,142,208)
#4682BE
(70,130,190)
#4076AC
(64,118,172)
#3A6A9A
(58,106,154)
#345E88
(52,94,136)
#2E5276
(46,82,118)
#284664
(40,70,100)
#223A52
(34,58,82)
#1C2E40
(28,46,64)
#16222E
(22,34,46)
#10161C
(16,22,28)
#000000
(0,0,0)

Tints of #4C8ED0

#4C8ED0
(76,142,208)
#5C98D4
(92,152,212)
#6CA2D8
(108,162,216)
#7CACDC
(124,172,220)
#8CB6E0
(140,182,224)
#9CC0E4
(156,192,228)
#ACCAE8
(172,202,232)
#BCD4EC
(188,212,236)
#CCDEF0
(204,222,240)
#DCE8F4
(220,232,244)
#ECF2F8
(236,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8ED0 color. Also use rgb(76,142,208) instead hex code.

Text Font Color

.myTextColor { color: #4C8ED0; }

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

This text font color is #4C8ED0.


Background Color

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

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

This div background color is #4C8ED0.


Border color

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

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

This div border color is #4C8ED0.


Opacity

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

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

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

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

This text has shadow with #4C8ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8ED0 on black background.


Color preview on white background

This text has color #4C8ED0 on white background.



Black color preview on #4C8ED0 background

This text has black color on #4C8ED0 background.


White color preview on #4C8ED0 background

This text has white color on #4C8ED0 background.