COLOR #4C71C9

HEX: #4C71C9 RGB: (76,113,201)

Color info

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

RGB color model

#4C71C9 color RGB value is (76,113,201).

RGB: (76,113,201) (30%, 44%, 79%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 201 of 255 = 79%

76
113
201

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

Portions of RGB colors in percentages

R + G + B = 76 + 113 + 201 = 390 (100%)
R 76 of 390 ~ 19.49%
G 113 of 390 ~ 28.97%
B 201 of 390 ~ 51.54'%

%19.49
%28.97
%51.54

CMYK color model

#4C71C9 color CMYK value is (62,44,0,21).

  • cyan value is 62.19%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (62,44,0,21)
C62M44Y0K21 (62%, 44%, 0%, 21%)
(0.62 / 0.44 / 0.00 / 0.21)

CMYK percentages

%62.19
%43.78
%0
%21.18

Codes

Color #4C71C9 in popluar color models

4C 71 C9
RGB 76 113 201
HSL 222° 53.65% 54.31%
HSB/HSV 222° 62.19% 78.82%
CMYK 62.19% 43.78% 0.00%
21.18%

Color #4C71C9 in popluar number systems.

HEX 4C 71 C9
Decimal 76 113 201
Binary 1001100 1110001 11001001
Octal 114 161 311

Shades and tints

Shades of #4C71C9

#4C71C9
(76,113,201)
#4667B7
(70,103,183)
#405DA5
(64,93,165)
#3A5393
(58,83,147)
#344981
(52,73,129)
#2E3F6F
(46,63,111)
#28355D
(40,53,93)
#222B4B
(34,43,75)
#1C2139
(28,33,57)
#161727
(22,23,39)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #4C71C9

#4C71C9
(76,113,201)
#5C7DCD
(92,125,205)
#6C89D1
(108,137,209)
#7C95D5
(124,149,213)
#8CA1D9
(140,161,217)
#9CADDD
(156,173,221)
#ACB9E1
(172,185,225)
#BCC5E5
(188,197,229)
#CCD1E9
(204,209,233)
#DCDDED
(220,221,237)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C71C9 color. Also use rgb(76,113,201) instead hex code.

Text Font Color

.myTextColor { color: #4C71C9; }

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

This text font color is #4C71C9.

Background Color

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

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

This div background color is #4C71C9.

Border color

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

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

This div border color is #4C71C9.

Opacity

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

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

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

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

This text has shadow with #4C71C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C71C9.

Preview

Color preview on black background

This text has color #4C71C9 on black background.


Color preview on white background

This text has color #4C71C9 on white background.


Black color preview on #4C71C9 background

This text has black color on #4C71C9 background.


White color preview on #4C71C9 background

This text has white color on #4C71C9 background.


Related colors

Complementary color

Complementary color for #hex is #B38E36.


I love getcolorcode.com

Triadic colors

1 #C94C71 and #71C94C with #4C71C9 are triadic colors.

2 #C9714C and #714CC9 with #4C71C9 are triadic colors.