COLOR #4D74BE

HEX: #4D74BE
RGB: (77,116,190)

Color info

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

RGB color model

#4D74BE color RGB value is (77,116,190).

  • red value is 77;
  • green value is 116;
  • blue value is 190.
RGB:
(77,116,190)
(30%,45%,75%)

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 190 of 255 = 75%

77
116
190

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

Portions of RGB colors in percentages

R + G + B =
77 + 116 + 190 = 383 (100%)
R 77 of 383 ~ 20.1%
G 116 of 383 ~ 30.29%
B 190 of 383 ~ 49.61%

%20.1
%30.29
%49.61

CMYK color model

#4D74BE color CMYK value is (59,39,0,25).

  • cyan value is 59.47%
  • magenta value is 38.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(59,39,0,25)
C59M39Y0K25 
(59%,39%,0%,25%)
(0.59/0.39/0.00/0.25)	

CMYK percentages

%59.47
%38.95
%0
%25.49

Codes

Color #4D74BE in popluar color models

4D74BE
RGB77116190
HSL219°46.50%52.35%
HSB/HSV219°59.47%74.51%
CMYK59.47%38.95%0.00%
25.49%

Color #4D74BE in popluar number systems.

HEX4D74BE
Decimal77116190
Binary1001101111010010111110
Octal115164276

Shades and tints

Shades of #4D74BE

#4D74BE
(77,116,190)
#466AAD
(70,106,173)
#3F609C
(63,96,156)
#38568B
(56,86,139)
#314C7A
(49,76,122)
#2A4269
(42,66,105)
#233858
(35,56,88)
#1C2E47
(28,46,71)
#152436
(21,36,54)
#0E1A25
(14,26,37)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #4D74BE

#4D74BE
(77,116,190)
#5D80C3
(93,128,195)
#6D8CC8
(109,140,200)
#7D98CD
(125,152,205)
#8DA4D2
(141,164,210)
#9DB0D7
(157,176,215)
#ADBCDC
(173,188,220)
#BDC8E1
(189,200,225)
#CDD4E6
(205,212,230)
#DDE0EB
(221,224,235)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D74BE color. Also use rgb(77,116,190) instead hex code.

Text Font Color

.myTextColor { color: #4D74BE; }

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

This text font color is #4D74BE.


Background Color

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

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

This div background color is #4D74BE.


Border color

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

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

This div border color is #4D74BE.


Opacity

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

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

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

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

This text has shadow with #4D74BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D74BE on black background.


Color preview on white background

This text has color #4D74BE on white background.



Black color preview on #4D74BE background

This text has black color on #4D74BE background.


White color preview on #4D74BE background

This text has white color on #4D74BE background.