COLOR #4D71F9

HEX: #4D71F9
RGB: (77,113,249)

Color info

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

RGB color model

#4D71F9 color RGB value is (77,113,249).

  • red value is 77;
  • green value is 113;
  • blue value is 249.
RGB:
(77,113,249)
(30%,44%,98%)

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 249 of 255 = 98%

77
113
249

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

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 249 = 439 (100%)
R 77 of 439 ~ 17.54%
G 113 of 439 ~ 25.74%
B 249 of 439 ~ 56.72%

%17.54
%25.74
%56.72

CMYK color model

#4D71F9 color CMYK value is (69,55,0,2).

  • cyan value is 69.08%
  • magenta value is 54.62%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(69,55,0,2)
C69M55Y0K2 
(69%,55%,0%,2%)
(0.69/0.55/0.00/0.02)	

CMYK percentages

%69.08
%54.62
%0
%2.35

Codes

Color #4D71F9 in popluar color models

4D71F9
RGB77113249
HSL227°93.48%63.92%
HSB/HSV227°69.08%97.65%
CMYK69.08%54.62%0.00%
2.35%

Color #4D71F9 in popluar number systems.

HEX4D71F9
Decimal77113249
Binary1001101111000111111001
Octal115161371

Shades and tints

Shades of #4D71F9

#4D71F9
(77,113,249)
#4667E3
(70,103,227)
#3F5DCD
(63,93,205)
#3853B7
(56,83,183)
#3149A1
(49,73,161)
#2A3F8B
(42,63,139)
#233575
(35,53,117)
#1C2B5F
(28,43,95)
#152149
(21,33,73)
#0E1733
(14,23,51)
#070D1D
(7,13,29)
#000000
(0,0,0)

Tints of #4D71F9

#4D71F9
(77,113,249)
#5D7DF9
(93,125,249)
#6D89F9
(109,137,249)
#7D95F9
(125,149,249)
#8DA1F9
(141,161,249)
#9DADF9
(157,173,249)
#ADB9F9
(173,185,249)
#BDC5F9
(189,197,249)
#CDD1F9
(205,209,249)
#DDDDF9
(221,221,249)
#EDE9F9
(237,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D71F9 color. Also use rgb(77,113,249) instead hex code.

Text Font Color

.myTextColor { color: #4D71F9; }

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

This text font color is #4D71F9.


Background Color

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

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

This div background color is #4D71F9.


Border color

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

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

This div border color is #4D71F9.


Opacity

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

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

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

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

This text has shadow with #4D71F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D71F9 on black background.


Color preview on white background

This text has color #4D71F9 on white background.



Black color preview on #4D71F9 background

This text has black color on #4D71F9 background.


White color preview on #4D71F9 background

This text has white color on #4D71F9 background.