COLOR #4C8FE1

HEX: #4C8FE1
RGB: (76,143,225)

Color info

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

RGB color model

#4C8FE1 color RGB value is (76,143,225).

  • red value is 76;
  • green value is 143;
  • blue value is 225.
RGB:
(76,143,225)
(30%,56%,88%)

RGB channels and saturation

R 76 of 255 = 30%
G 143 of 255 = 56%
B 225 of 255 = 88%

76
143
225

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

Portions of RGB colors in percentages

R + G + B =
76 + 143 + 225 = 444 (100%)
R 76 of 444 ~ 17.12%
G 143 of 444 ~ 32.21%
B 225 of 444 ~ 50.68%

%17.12
%32.21
%50.68

CMYK color model

#4C8FE1 color CMYK value is (66,36,0,12).

  • cyan value is 66.22%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(66,36,0,12)
C66M36Y0K12 
(66%,36%,0%,12%)
(0.66/0.36/0.00/0.12)	

CMYK percentages

%66.22
%36.44
%0
%11.76

Codes

Color #4C8FE1 in popluar color models

4C8FE1
RGB76143225
HSL213°71.29%59.02%
HSB/HSV213°66.22%88.24%
CMYK66.22%36.44%0.00%
11.76%

Color #4C8FE1 in popluar number systems.

HEX4C8FE1
Decimal76143225
Binary10011001000111111100001
Octal114217341

Shades and tints

Shades of #4C8FE1

#4C8FE1
(76,143,225)
#4682CD
(70,130,205)
#4075B9
(64,117,185)
#3A68A5
(58,104,165)
#345B91
(52,91,145)
#2E4E7D
(46,78,125)
#284169
(40,65,105)
#223455
(34,52,85)
#1C2741
(28,39,65)
#161A2D
(22,26,45)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #4C8FE1

#4C8FE1
(76,143,225)
#5C99E3
(92,153,227)
#6CA3E5
(108,163,229)
#7CADE7
(124,173,231)
#8CB7E9
(140,183,233)
#9CC1EB
(156,193,235)
#ACCBED
(172,203,237)
#BCD5EF
(188,213,239)
#CCDFF1
(204,223,241)
#DCE9F3
(220,233,243)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8FE1 color. Also use rgb(76,143,225) instead hex code.

Text Font Color

.myTextColor { color: #4C8FE1; }

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

This text font color is #4C8FE1.


Background Color

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

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

This div background color is #4C8FE1.


Border color

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

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

This div border color is #4C8FE1.


Opacity

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

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

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

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

This text has shadow with #4C8FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8FE1 on black background.


Color preview on white background

This text has color #4C8FE1 on white background.



Black color preview on #4C8FE1 background

This text has black color on #4C8FE1 background.


White color preview on #4C8FE1 background

This text has white color on #4C8FE1 background.