COLOR #4C8DD1

HEX: #4C8DD1
RGB: (76,141,209)

Color info

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

RGB color model

#4C8DD1 color RGB value is (76,141,209).

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

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 209 of 255 = 82%

76
141
209

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 209 = 426 (100%)
R 76 of 426 ~ 17.84%
G 141 of 426 ~ 33.1%
B 209 of 426 ~ 49.06%

%17.84
%33.1
%49.06

CMYK color model

#4C8DD1 color CMYK value is (64,33,0,18).

  • cyan value is 63.64%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(64,33,0,18)
C64M33Y0K18 
(64%,33%,0%,18%)
(0.64/0.33/0.00/0.18)	

CMYK percentages

%63.64
%32.54
%0
%18.04

Codes

Color #4C8DD1 in popluar color models

4C8DD1
RGB76141209
HSL211°59.11%55.88%
HSB/HSV211°63.64%81.96%
CMYK63.64%32.54%0.00%
18.04%

Color #4C8DD1 in popluar number systems.

HEX4C8DD1
Decimal76141209
Binary10011001000110111010001
Octal114215321

Shades and tints

Shades of #4C8DD1

#4C8DD1
(76,141,209)
#4681BE
(70,129,190)
#4075AB
(64,117,171)
#3A6998
(58,105,152)
#345D85
(52,93,133)
#2E5172
(46,81,114)
#28455F
(40,69,95)
#22394C
(34,57,76)
#1C2D39
(28,45,57)
#162126
(22,33,38)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #4C8DD1

#4C8DD1
(76,141,209)
#5C97D5
(92,151,213)
#6CA1D9
(108,161,217)
#7CABDD
(124,171,221)
#8CB5E1
(140,181,225)
#9CBFE5
(156,191,229)
#ACC9E9
(172,201,233)
#BCD3ED
(188,211,237)
#CCDDF1
(204,221,241)
#DCE7F5
(220,231,245)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8DD1; }

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

This text font color is #4C8DD1.


Background Color

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

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

This div background color is #4C8DD1.


Border color

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

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

This div border color is #4C8DD1.


Opacity

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

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

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

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

This text has shadow with #4C8DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8DD1 on black background.


Color preview on white background

This text has color #4C8DD1 on white background.



Black color preview on #4C8DD1 background

This text has black color on #4C8DD1 background.


White color preview on #4C8DD1 background

This text has white color on #4C8DD1 background.