COLOR #4D7ABA

HEX: #4D7ABA
RGB: (77,122,186)

Color info

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

RGB color model

#4D7ABA color RGB value is (77,122,186).

  • red value is 77;
  • green value is 122;
  • blue value is 186.
RGB:
(77,122,186)
(30%,48%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 122 of 255 = 48%
B 186 of 255 = 73%

77
122
186

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

Portions of RGB colors in percentages

R + G + B =
77 + 122 + 186 = 385 (100%)
R 77 of 385 ~ 20%
G 122 of 385 ~ 31.69%
B 186 of 385 ~ 48.31%

%20
%31.69
%48.31

CMYK color model

#4D7ABA color CMYK value is (59,34,0,27).

  • cyan value is 58.60%
  • magenta value is 34.41%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(59,34,0,27)
C59M34Y0K27 
(59%,34%,0%,27%)
(0.59/0.34/0.00/0.27)	

CMYK percentages

%58.6
%34.41
%0
%27.06

Codes

Color #4D7ABA in popluar color models

4D7ABA
RGB77122186
HSL215°44.13%51.57%
HSB/HSV215°58.60%72.94%
CMYK58.60%34.41%0.00%
27.06%

Color #4D7ABA in popluar number systems.

HEX4D7ABA
Decimal77122186
Binary1001101111101010111010
Octal115172272

Shades and tints

Shades of #4D7ABA

#4D7ABA
(77,122,186)
#466FAA
(70,111,170)
#3F649A
(63,100,154)
#38598A
(56,89,138)
#314E7A
(49,78,122)
#2A436A
(42,67,106)
#23385A
(35,56,90)
#1C2D4A
(28,45,74)
#15223A
(21,34,58)
#0E172A
(14,23,42)
#070C1A
(7,12,26)
#000000
(0,0,0)

Tints of #4D7ABA

#4D7ABA
(77,122,186)
#5D86C0
(93,134,192)
#6D92C6
(109,146,198)
#7D9ECC
(125,158,204)
#8DAAD2
(141,170,210)
#9DB6D8
(157,182,216)
#ADC2DE
(173,194,222)
#BDCEE4
(189,206,228)
#CDDAEA
(205,218,234)
#DDE6F0
(221,230,240)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7ABA color. Also use rgb(77,122,186) instead hex code.

Text Font Color

.myTextColor { color: #4D7ABA; }

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

This text font color is #4D7ABA.


Background Color

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

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

This div background color is #4D7ABA.


Border color

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

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

This div border color is #4D7ABA.


Opacity

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

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

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

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

This text has shadow with #4D7ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7ABA on black background.


Color preview on white background

This text has color #4D7ABA on white background.



Black color preview on #4D7ABA background

This text has black color on #4D7ABA background.


White color preview on #4D7ABA background

This text has white color on #4D7ABA background.