COLOR #4771C1

HEX: #4771C1 RGB: (71,113,193)

Color info

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

RGB color model

#4771C1 color RGB value is (71,113,193).

RGB: (71,113,193) (28%, 44%, 76%)

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 193 of 255 = 76%

71
113
193

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

Portions of RGB colors in percentages

R + G + B = 71 + 113 + 193 = 377 (100%)
R 71 of 377 ~ 18.83%
G 113 of 377 ~ 29.97%
B 193 of 377 ~ 51.19'%

%18.83
%29.97
%51.19

CMYK color model

#4771C1 color CMYK value is (63,41,0,24).

  • cyan value is 63.21%
  • magenta value is 41.45%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (63,41,0,24)
C63M41Y0K24 (63%, 41%, 0%, 24%)
(0.63 / 0.41 / 0.00 / 0.24)

CMYK percentages

%63.21
%41.45
%0
%24.31

Codes

Color #4771C1 in popluar color models

47 71 C1
RGB 71 113 193
HSL 219° 49.59% 51.76%
HSB/HSV 219° 63.21% 75.69%
CMYK 63.21% 41.45% 0.00%
24.31%

Color #4771C1 in popluar number systems.

HEX 47 71 C1
Decimal 71 113 193
Binary 1000111 1110001 11000001
Octal 107 161 301

Shades and tints

Shades of #4771C1

#4771C1
(71,113,193)
#4167B0
(65,103,176)
#3B5D9F
(59,93,159)
#35538E
(53,83,142)
#2F497D
(47,73,125)
#293F6C
(41,63,108)
#23355B
(35,53,91)
#1D2B4A
(29,43,74)
#172139
(23,33,57)
#111728
(17,23,40)
#0B0D17
(11,13,23)
#000000
(0,0,0)

Tints of #4771C1

#4771C1
(71,113,193)
#577DC6
(87,125,198)
#6789CB
(103,137,203)
#7795D0
(119,149,208)
#87A1D5
(135,161,213)
#97ADDA
(151,173,218)
#A7B9DF
(167,185,223)
#B7C5E4
(183,197,228)
#C7D1E9
(199,209,233)
#D7DDEE
(215,221,238)
#E7E9F3
(231,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4771C1 color. Also use rgb(71,113,193) instead hex code.

Text Font Color

.myTextColor { color: #4771C1; }

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

This text font color is #4771C1.

Background Color

.myBgColor { background-color: #4771C1; }

<div style="background-color:#4771C1">Inner text</div>

This div background color is #4771C1.

Border color

.myBorderColor { border: 1px solid #4771C1; }

<div style="border:3px solid #4771C1">Div</div>

This div border color is #4771C1.

Opacity

.myOpacity80 { color: #4771C1; opacity: 0.8; }

<p style="color:#4771C1;opacity:0.8;">80%</p>

Text with #4771C1 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 #4771C1;}

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

This text has shadow with #4771C1 color.


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

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

This text has shadow with #4771C1 primary color and red secondary color.


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

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

This text has shadow with #4771C1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4771C1.

Preview

Color preview on black background

This text has color #4771C1 on black background.


Color preview on white background

This text has color #4771C1 on white background.


Black color preview on #4771C1 background

This text has black color on #4771C1 background.


White color preview on #4771C1 background

This text has white color on #4771C1 background.


Related colors

Complementary color

Complementary color for #hex is #B88E3E.


I love getcolorcode.com

Triadic colors

1 #C14771 and #71C147 with #4771C1 are triadic colors.

2 #C17147 and #7147C1 with #4771C1 are triadic colors.