COLOR #4C8DD9

HEX: #4C8DD9
RGB: (76,141,217)

Color info

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

RGB color model

#4C8DD9 color RGB value is (76,141,217).

  • red value is 76;
  • green value is 141;
  • blue value is 217.
RGB:
(76,141,217)
(30%,55%,85%)

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 217 of 255 = 85%

76
141
217

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 217 = 434 (100%)
R 76 of 434 ~ 17.51%
G 141 of 434 ~ 32.49%
B 217 of 434 ~ 50%

%17.51
%32.49
%50

CMYK color model

#4C8DD9 color CMYK value is (65,35,0,15).

  • cyan value is 64.98%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(65,35,0,15)
C65M35Y0K15 
(65%,35%,0%,15%)
(0.65/0.35/0.00/0.15)	

CMYK percentages

%64.98
%35.02
%0
%14.9

Codes

Color #4C8DD9 in popluar color models

4C8DD9
RGB76141217
HSL212°64.98%57.45%
HSB/HSV212°64.98%85.10%
CMYK64.98%35.02%0.00%
14.90%

Color #4C8DD9 in popluar number systems.

HEX4C8DD9
Decimal76141217
Binary10011001000110111011001
Octal114215331

Shades and tints

Shades of #4C8DD9

#4C8DD9
(76,141,217)
#4681C6
(70,129,198)
#4075B3
(64,117,179)
#3A69A0
(58,105,160)
#345D8D
(52,93,141)
#2E517A
(46,81,122)
#284567
(40,69,103)
#223954
(34,57,84)
#1C2D41
(28,45,65)
#16212E
(22,33,46)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #4C8DD9

#4C8DD9
(76,141,217)
#5C97DC
(92,151,220)
#6CA1DF
(108,161,223)
#7CABE2
(124,171,226)
#8CB5E5
(140,181,229)
#9CBFE8
(156,191,232)
#ACC9EB
(172,201,235)
#BCD3EE
(188,211,238)
#CCDDF1
(204,221,241)
#DCE7F4
(220,231,244)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8DD9 color. Also use rgb(76,141,217) instead hex code.

Text Font Color

.myTextColor { color: #4C8DD9; }

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

This text font color is #4C8DD9.


Background Color

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

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

This div background color is #4C8DD9.


Border color

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

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

This div border color is #4C8DD9.


Opacity

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

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

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

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

This text has shadow with #4C8DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8DD9 on black background.


Color preview on white background

This text has color #4C8DD9 on white background.



Black color preview on #4C8DD9 background

This text has black color on #4C8DD9 background.


White color preview on #4C8DD9 background

This text has white color on #4C8DD9 background.