COLOR #4D62AC

HEX: #4D62AC
RGB: (77,98,172)

Color info

#4D62AC contains mainly blue color. Web safe color of #4D62AC is #336699 (or #369).

RGB color model

#4D62AC color RGB value is (77,98,172).

  • red value is 77;
  • green value is 98;
  • blue value is 172.
RGB:
(77,98,172)
(30%,38%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 172 of 255 = 67%

77
98
172

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

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 172 = 347 (100%)
R 77 of 347 ~ 22.19%
G 98 of 347 ~ 28.24%
B 172 of 347 ~ 49.57%

%22.19
%28.24
%49.57

CMYK color model

#4D62AC color CMYK value is (55,43,0,33).

  • cyan value is 55.23%
  • magenta value is 43.02%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(55,43,0,33)
C55M43Y0K33 
(55%,43%,0%,33%)
(0.55/0.43/0.00/0.33)	

CMYK percentages

%55.23
%43.02
%0
%32.55

Codes

Color #4D62AC in popluar color models

4D62AC
RGB7798172
HSL227°38.15%48.82%
HSB/HSV227°55.23%67.45%
CMYK55.23%43.02%0.00%
32.55%

Color #4D62AC in popluar number systems.

HEX4D62AC
Decimal7798172
Binary1001101110001010101100
Octal115142254

Shades and tints

Shades of #4D62AC

#4D62AC
(77,98,172)
#465A9D
(70,90,157)
#3F528E
(63,82,142)
#384A7F
(56,74,127)
#314270
(49,66,112)
#2A3A61
(42,58,97)
#233252
(35,50,82)
#1C2A43
(28,42,67)
#152234
(21,34,52)
#0E1A25
(14,26,37)
#071216
(7,18,22)
#000000
(0,0,0)

Tints of #4D62AC

#4D62AC
(77,98,172)
#5D70B3
(93,112,179)
#6D7EBA
(109,126,186)
#7D8CC1
(125,140,193)
#8D9AC8
(141,154,200)
#9DA8CF
(157,168,207)
#ADB6D6
(173,182,214)
#BDC4DD
(189,196,221)
#CDD2E4
(205,210,228)
#DDE0EB
(221,224,235)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D62AC color. Also use rgb(77,98,172) instead hex code.

Text Font Color

.myTextColor { color: #4D62AC; }

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

This text font color is #4D62AC.


Background Color

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

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

This div background color is #4D62AC.


Border color

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

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

This div border color is #4D62AC.


Opacity

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

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

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

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

This text has shadow with #4D62AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D62AC on black background.


Color preview on white background

This text has color #4D62AC on white background.



Black color preview on #4D62AC background

This text has black color on #4D62AC background.


White color preview on #4D62AC background

This text has white color on #4D62AC background.