COLOR #4776F7

HEX: #4776F7
RGB: (71,118,247)

Color info

#4776F7 contains mainly blue color. Web safe color of #4776F7 is #3366FF (or #36F).

RGB color model

#4776F7 color RGB value is (71,118,247).

  • red value is 71;
  • green value is 118;
  • blue value is 247.
RGB:
(71,118,247)
(28%,46%,97%)

RGB channels and saturation

R 71 of 255 = 28%
G 118 of 255 = 46%
B 247 of 255 = 97%

71
118
247

R + G + B ~ 57%. #4776F7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 118 + 247 = 436 (100%)
R 71 of 436 ~ 16.28%
G 118 of 436 ~ 27.06%
B 247 of 436 ~ 56.65%

%16.28
%27.06
%56.65

CMYK color model

#4776F7 color CMYK value is (71,52,0,3).

  • cyan value is 71.26%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(71,52,0,3)
C71M52Y0K3 
(71%,52%,0%,3%)
(0.71/0.52/0.00/0.03)	

CMYK percentages

%71.26
%52.23
%0
%3.14

Codes

Color #4776F7 in popluar color models

4776F7
RGB71118247
HSL224°91.67%62.35%
HSB/HSV224°71.26%96.86%
CMYK71.26%52.23%0.00%
3.14%

Color #4776F7 in popluar number systems.

HEX4776F7
Decimal71118247
Binary1000111111011011110111
Octal107166367

Shades and tints

Shades of #4776F7

#4776F7
(71,118,247)
#416CE1
(65,108,225)
#3B62CB
(59,98,203)
#3558B5
(53,88,181)
#2F4E9F
(47,78,159)
#294489
(41,68,137)
#233A73
(35,58,115)
#1D305D
(29,48,93)
#172647
(23,38,71)
#111C31
(17,28,49)
#0B121B
(11,18,27)
#000000
(0,0,0)

Tints of #4776F7

#4776F7
(71,118,247)
#5782F7
(87,130,247)
#678EF7
(103,142,247)
#779AF7
(119,154,247)
#87A6F7
(135,166,247)
#97B2F7
(151,178,247)
#A7BEF7
(167,190,247)
#B7CAF7
(183,202,247)
#C7D6F7
(199,214,247)
#D7E2F7
(215,226,247)
#E7EEF7
(231,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4776F7 color. Also use rgb(71,118,247) instead hex code.

Text Font Color

.myTextColor { color: #4776F7; }

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

This text font color is #4776F7.


Background Color

.myBgColor { background-color: #4776F7; }

<div style="background-color:#4776F7">Inner text</div>

This div background color is #4776F7.


Border color

.myBorderColor { border: 1px solid #4776F7; }

<div style="border:3px solid #4776F7">Div</div>

This div border color is #4776F7.


Opacity

.myOpacity80 { color: #4776F7; opacity: 0.8; }

<p style="color:#4776F7;opacity:0.8;">80%</p>

Text with #4776F7 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 #4776F7;}

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

This text has shadow with #4776F7 color.

.textShadow {text-shadow: 3px 3px 1px #4776F7, 3px 3px 1px red;}

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

This text has shadow with #4776F7 primary color and red secondary color.


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

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

This text has shadow with #4776F7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4776F7 on black background.


Color preview on white background

This text has color #4776F7 on white background.



Black color preview on #4776F7 background

This text has black color on #4776F7 background.


White color preview on #4776F7 background

This text has white color on #4776F7 background.