COLOR #4D6FC4

HEX: #4D6FC4
RGB: (77,111,196)

Color info

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

RGB color model

#4D6FC4 color RGB value is (77,111,196).

  • red value is 77;
  • green value is 111;
  • blue value is 196.
RGB:
(77,111,196)
(30%,44%,77%)

RGB channels and saturation

R 77 of 255 = 30%
G 111 of 255 = 44%
B 196 of 255 = 77%

77
111
196

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

Portions of RGB colors in percentages

R + G + B =
77 + 111 + 196 = 384 (100%)
R 77 of 384 ~ 20.05%
G 111 of 384 ~ 28.91%
B 196 of 384 ~ 51.04%

%20.05
%28.91
%51.04

CMYK color model

#4D6FC4 color CMYK value is (61,43,0,23).

  • cyan value is 60.71%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(61,43,0,23)
C61M43Y0K23 
(61%,43%,0%,23%)
(0.61/0.43/0.00/0.23)	

CMYK percentages

%60.71
%43.37
%0
%23.14

Codes

Color #4D6FC4 in popluar color models

4D6FC4
RGB77111196
HSL223°50.21%53.53%
HSB/HSV223°60.71%76.86%
CMYK60.71%43.37%0.00%
23.14%

Color #4D6FC4 in popluar number systems.

HEX4D6FC4
Decimal77111196
Binary1001101110111111000100
Octal115157304

Shades and tints

Shades of #4D6FC4

#4D6FC4
(77,111,196)
#4665B3
(70,101,179)
#3F5BA2
(63,91,162)
#385191
(56,81,145)
#314780
(49,71,128)
#2A3D6F
(42,61,111)
#23335E
(35,51,94)
#1C294D
(28,41,77)
#151F3C
(21,31,60)
#0E152B
(14,21,43)
#070B1A
(7,11,26)
#000000
(0,0,0)

Tints of #4D6FC4

#4D6FC4
(77,111,196)
#5D7CC9
(93,124,201)
#6D89CE
(109,137,206)
#7D96D3
(125,150,211)
#8DA3D8
(141,163,216)
#9DB0DD
(157,176,221)
#ADBDE2
(173,189,226)
#BDCAE7
(189,202,231)
#CDD7EC
(205,215,236)
#DDE4F1
(221,228,241)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6FC4 color. Also use rgb(77,111,196) instead hex code.

Text Font Color

.myTextColor { color: #4D6FC4; }

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

This text font color is #4D6FC4.


Background Color

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

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

This div background color is #4D6FC4.


Border color

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

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

This div border color is #4D6FC4.


Opacity

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

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

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

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

This text has shadow with #4D6FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6FC4 on black background.


Color preview on white background

This text has color #4D6FC4 on white background.



Black color preview on #4D6FC4 background

This text has black color on #4D6FC4 background.


White color preview on #4D6FC4 background

This text has white color on #4D6FC4 background.