COLOR #4C7CB5

HEX: #4C7CB5 RGB: (76,124,181)

Color info

#4C7CB5 contains mainly green and blue colors. Web safe color of #4C7CB5 is #3366CC (or #36C).

RGB color model

#4C7CB5 color RGB value is (76,124,181).

RGB: (76,124,181) (30%, 49%, 71%)

RGB channels and saturation

R 76 of 255 = 30%
G 124 of 255 = 49%
B 181 of 255 = 71%

76
124
181

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

Portions of RGB colors in percentages

R + G + B = 76 + 124 + 181 = 381 (100%)
R 76 of 381 ~ 19.95%
G 124 of 381 ~ 32.55%
B 181 of 381 ~ 47.51'%

%19.95
%32.55
%47.51

CMYK color model

#4C7CB5 color CMYK value is (58,31,0,29).

  • cyan value is 58.01%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (58,31,0,29)
C58M31Y0K29 (58%, 31%, 0%, 29%)
(0.58 / 0.31 / 0.00 / 0.29)

CMYK percentages

%58.01
%31.49
%0
%29.02

Codes

Color #4C7CB5 in popluar color models

4C 7C B5
RGB 76 124 181
HSL 213° 41.50% 50.39%
HSB/HSV 213° 58.01% 70.98%
CMYK 58.01% 31.49% 0.00%
29.02%

Color #4C7CB5 in popluar number systems.

HEX 4C 7C B5
Decimal 76 124 181
Binary 1001100 1111100 10110101
Octal 114 174 265

Shades and tints

Shades of #4C7CB5

#4C7CB5
(76,124,181)
#4671A5
(70,113,165)
#406695
(64,102,149)
#3A5B85
(58,91,133)
#345075
(52,80,117)
#2E4565
(46,69,101)
#283A55
(40,58,85)
#222F45
(34,47,69)
#1C2435
(28,36,53)
#161925
(22,25,37)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #4C7CB5

#4C7CB5
(76,124,181)
#5C87BB
(92,135,187)
#6C92C1
(108,146,193)
#7C9DC7
(124,157,199)
#8CA8CD
(140,168,205)
#9CB3D3
(156,179,211)
#ACBED9
(172,190,217)
#BCC9DF
(188,201,223)
#CCD4E5
(204,212,229)
#DCDFEB
(220,223,235)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7CB5 color. Also use rgb(76,124,181) instead hex code.

Text Font Color

.myTextColor { color: #4C7CB5; }

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

This text font color is #4C7CB5.

Background Color

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

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

This div background color is #4C7CB5.

Border color

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

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

This div border color is #4C7CB5.

Opacity

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

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

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

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

This text has shadow with #4C7CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7CB5.

Preview

Color preview on black background

This text has color #4C7CB5 on black background.


Color preview on white background

This text has color #4C7CB5 on white background.


Black color preview on #4C7CB5 background

This text has black color on #4C7CB5 background.


White color preview on #4C7CB5 background

This text has white color on #4C7CB5 background.


Related colors

Complementary color

Complementary color for #hex is #B3834A.


I love getcolorcode.com

Triadic colors

1 #B54C7C and #7CB54C with #4C7CB5 are triadic colors.

2 #B57C4C and #7C4CB5 with #4C7CB5 are triadic colors.