COLOR #4D62AB

HEX: #4D62AB
RGB: (77,98,171)

Color info

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

RGB color model

#4D62AB color RGB value is (77,98,171).

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

RGB channels and saturation

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

77
98
171

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

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 171 = 346 (100%)
R 77 of 346 ~ 22.25%
G 98 of 346 ~ 28.32%
B 171 of 346 ~ 49.42%

%22.25
%28.32
%49.42

CMYK color model

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

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

CMYK percentages

%54.97
%42.69
%0
%32.94

Codes

Color #4D62AB in popluar color models

4D62AB
RGB7798171
HSL227°37.90%48.63%
HSB/HSV227°54.97%67.06%
CMYK54.97%42.69%0.00%
32.94%

Color #4D62AB in popluar number systems.

HEX4D62AB
Decimal7798171
Binary1001101110001010101011
Octal115142253

Shades and tints

Shades of #4D62AB

#4D62AB
(77,98,171)
#465A9C
(70,90,156)
#3F528D
(63,82,141)
#384A7E
(56,74,126)
#31426F
(49,66,111)
#2A3A60
(42,58,96)
#233251
(35,50,81)
#1C2A42
(28,42,66)
#152233
(21,34,51)
#0E1A24
(14,26,36)
#071215
(7,18,21)
#000000
(0,0,0)

Tints of #4D62AB

#4D62AB
(77,98,171)
#5D70B2
(93,112,178)
#6D7EB9
(109,126,185)
#7D8CC0
(125,140,192)
#8D9AC7
(141,154,199)
#9DA8CE
(157,168,206)
#ADB6D5
(173,182,213)
#BDC4DC
(189,196,220)
#CDD2E3
(205,210,227)
#DDE0EA
(221,224,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D62AB; }

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

This text font color is #4D62AB.


Background Color

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

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

This div background color is #4D62AB.


Border color

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

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

This div border color is #4D62AB.


Opacity

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

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

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

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

This text has shadow with #4D62AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D62AB on black background.


Color preview on white background

This text has color #4D62AB on white background.



Black color preview on #4D62AB background

This text has black color on #4D62AB background.


White color preview on #4D62AB background

This text has white color on #4D62AB background.