COLOR #4C70B4

HEX: #4C70B4
RGB: (76,112,180)

Color info

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

RGB color model

#4C70B4 color RGB value is (76,112,180).

  • red value is 76;
  • green value is 112;
  • blue value is 180.
RGB:
(76,112,180)
(30%,44%,71%)

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 180 of 255 = 71%

76
112
180

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

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 180 = 368 (100%)
R 76 of 368 ~ 20.65%
G 112 of 368 ~ 30.43%
B 180 of 368 ~ 48.91%

%20.65
%30.43
%48.91

CMYK color model

#4C70B4 color CMYK value is (58,38,0,29).

  • cyan value is 57.78%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(58,38,0,29)
C58M38Y0K29 
(58%,38%,0%,29%)
(0.58/0.38/0.00/0.29)	

CMYK percentages

%57.78
%37.78
%0
%29.41

Codes

Color #4C70B4 in popluar color models

4C70B4
RGB76112180
HSL219°40.94%50.20%
HSB/HSV219°57.78%70.59%
CMYK57.78%37.78%0.00%
29.41%

Color #4C70B4 in popluar number systems.

HEX4C70B4
Decimal76112180
Binary1001100111000010110100
Octal114160264

Shades and tints

Shades of #4C70B4

#4C70B4
(76,112,180)
#4666A4
(70,102,164)
#405C94
(64,92,148)
#3A5284
(58,82,132)
#344874
(52,72,116)
#2E3E64
(46,62,100)
#283454
(40,52,84)
#222A44
(34,42,68)
#1C2034
(28,32,52)
#161624
(22,22,36)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #4C70B4

#4C70B4
(76,112,180)
#5C7DBA
(92,125,186)
#6C8AC0
(108,138,192)
#7C97C6
(124,151,198)
#8CA4CC
(140,164,204)
#9CB1D2
(156,177,210)
#ACBED8
(172,190,216)
#BCCBDE
(188,203,222)
#CCD8E4
(204,216,228)
#DCE5EA
(220,229,234)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C70B4 color. Also use rgb(76,112,180) instead hex code.

Text Font Color

.myTextColor { color: #4C70B4; }

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

This text font color is #4C70B4.


Background Color

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

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

This div background color is #4C70B4.


Border color

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

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

This div border color is #4C70B4.


Opacity

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

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

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

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

This text has shadow with #4C70B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C70B4 on black background.


Color preview on white background

This text has color #4C70B4 on white background.



Black color preview on #4C70B4 background

This text has black color on #4C70B4 background.


White color preview on #4C70B4 background

This text has white color on #4C70B4 background.