COLOR #4C72B7

HEX: #4C72B7
RGB: (76,114,183)

Color info

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

RGB color model

#4C72B7 color RGB value is (76,114,183).

  • red value is 76;
  • green value is 114;
  • blue value is 183.
RGB:
(76,114,183)
(30%,45%,72%)

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 183 of 255 = 72%

76
114
183

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 183 = 373 (100%)
R 76 of 373 ~ 20.38%
G 114 of 373 ~ 30.56%
B 183 of 373 ~ 49.06%

%20.38
%30.56
%49.06

CMYK color model

#4C72B7 color CMYK value is (58,38,0,28).

  • cyan value is 58.47%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(58,38,0,28)
C58M38Y0K28 
(58%,38%,0%,28%)
(0.58/0.38/0.00/0.28)	

CMYK percentages

%58.47
%37.7
%0
%28.24

Codes

Color #4C72B7 in popluar color models

4C72B7
RGB76114183
HSL219°42.63%50.78%
HSB/HSV219°58.47%71.76%
CMYK58.47%37.70%0.00%
28.24%

Color #4C72B7 in popluar number systems.

HEX4C72B7
Decimal76114183
Binary1001100111001010110111
Octal114162267

Shades and tints

Shades of #4C72B7

#4C72B7
(76,114,183)
#4668A7
(70,104,167)
#405E97
(64,94,151)
#3A5487
(58,84,135)
#344A77
(52,74,119)
#2E4067
(46,64,103)
#283657
(40,54,87)
#222C47
(34,44,71)
#1C2237
(28,34,55)
#161827
(22,24,39)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #4C72B7

#4C72B7
(76,114,183)
#5C7EBD
(92,126,189)
#6C8AC3
(108,138,195)
#7C96C9
(124,150,201)
#8CA2CF
(140,162,207)
#9CAED5
(156,174,213)
#ACBADB
(172,186,219)
#BCC6E1
(188,198,225)
#CCD2E7
(204,210,231)
#DCDEED
(220,222,237)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C72B7 color. Also use rgb(76,114,183) instead hex code.

Text Font Color

.myTextColor { color: #4C72B7; }

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

This text font color is #4C72B7.


Background Color

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

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

This div background color is #4C72B7.


Border color

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

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

This div border color is #4C72B7.


Opacity

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

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

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

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

This text has shadow with #4C72B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C72B7 on black background.


Color preview on white background

This text has color #4C72B7 on white background.



Black color preview on #4C72B7 background

This text has black color on #4C72B7 background.


White color preview on #4C72B7 background

This text has white color on #4C72B7 background.