COLOR #4777C6

HEX: #4777C6 RGB: (71,119,198)

Color info

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

RGB color model

#4777C6 color RGB value is (71,119,198).

RGB: (71,119,198) (28%, 47%, 78%)

RGB channels and saturation

R 71 of 255 = 28%
G 119 of 255 = 47%
B 198 of 255 = 78%

71
119
198

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

Portions of RGB colors in percentages

R + G + B = 71 + 119 + 198 = 388 (100%)
R 71 of 388 ~ 18.3%
G 119 of 388 ~ 30.67%
B 198 of 388 ~ 51.03'%

%18.3
%30.67
%51.03

CMYK color model

#4777C6 color CMYK value is (64,40,0,22).

  • cyan value is 64.14%
  • magenta value is 39.90%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (64,40,0,22) C64M40Y0K22 (64%,40%,0%,22%) (0.64/0.40/0.00/0.22) 

CMYK percentages

%64.14
%39.9
%0
%22.35

Codes

Color #4777C6 in popluar color models

47 77 C6
RGB 71 119 198
HSL 217° 52.70% 52.75%
HSB/HSV 217° 64.14% 77.65%
CMYK 64.14% 39.90% 0.00%
22.35%

Color #4777C6 in popluar number systems.

HEX 47 77 C6
Decimal 71 119 198
Binary 1000111 1110111 11000110
Octal 107 167 306

Shades and tints

Shades of #4777C6

#4777C6
(71,119,198)
#416DB4
(65,109,180)
#3B63A2
(59,99,162)
#355990
(53,89,144)
#2F4F7E
(47,79,126)
#29456C
(41,69,108)
#233B5A
(35,59,90)
#1D3148
(29,49,72)
#172736
(23,39,54)
#111D24
(17,29,36)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #4777C6

#4777C6
(71,119,198)
#5783CB
(87,131,203)
#678FD0
(103,143,208)
#779BD5
(119,155,213)
#87A7DA
(135,167,218)
#97B3DF
(151,179,223)
#A7BFE4
(167,191,228)
#B7CBE9
(183,203,233)
#C7D7EE
(199,215,238)
#D7E3F3
(215,227,243)
#E7EFF8
(231,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4777C6 color. Also use rgb(71,119,198) instead hex code.

Text Font Color

.myTextColor { color: #4777C6; }

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

This text font color is #4777C6.

Background Color

.myBgColor { background-color: #4777C6; }

<div style="background-color:#4777C6">Inner text</div>

This div background color is #4777C6.

Border color

.myBorderColor { border: 1px solid #4777C6; }

<div style="border:3px solid #4777C6">Div</div>

This div border color is #4777C6.

Opacity

.myOpacity80 { color: #4777C6; opacity: 0.8; }

<p style="color:#4777C6;opacity:0.8;">80%</p>

Text with #4777C6 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 #4777C6;}

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

This text has shadow with #4777C6 color.


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

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

This text has shadow with #4777C6 primary color and red secondary color.


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

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

This text has shadow with #4777C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4777C6.

Preview

Color preview on black background

This text has color #4777C6 on black background.


Color preview on white background

This text has color #4777C6 on white background.


Black color preview on #4777C6 background

This text has black color on #4777C6 background.


White color preview on #4777C6 background

This text has white color on #4777C6 background.


Related colors

Complementary color

Complementary color for #hex is #B88839.


I love getcolorcode.com

Triadic colors

1 #C64777 and #77C647 with #4777C6 are triadic colors.

2 #C67747 and #7747C6 with #4777C6 are triadic colors.