COLOR #4D61BB

HEX: #4D61BB
RGB: (77,97,187)

Color info

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

RGB color model

#4D61BB color RGB value is (77,97,187).

  • red value is 77;
  • green value is 97;
  • blue value is 187.
RGB:
(77,97,187)
(30%,38%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 187 of 255 = 73%

77
97
187

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

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 187 = 361 (100%)
R 77 of 361 ~ 21.33%
G 97 of 361 ~ 26.87%
B 187 of 361 ~ 51.8%

%21.33
%26.87
%51.8

CMYK color model

#4D61BB color CMYK value is (59,48,0,27).

  • cyan value is 58.82%
  • magenta value is 48.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(59,48,0,27)
C59M48Y0K27 
(59%,48%,0%,27%)
(0.59/0.48/0.00/0.27)	

CMYK percentages

%58.82
%48.13
%0
%26.67

Codes

Color #4D61BB in popluar color models

4D61BB
RGB7797187
HSL229°44.72%51.76%
HSB/HSV229°58.82%73.33%
CMYK58.82%48.13%0.00%
26.67%

Color #4D61BB in popluar number systems.

HEX4D61BB
Decimal7797187
Binary1001101110000110111011
Octal115141273

Shades and tints

Shades of #4D61BB

#4D61BB
(77,97,187)
#4659AA
(70,89,170)
#3F5199
(63,81,153)
#384988
(56,73,136)
#314177
(49,65,119)
#2A3966
(42,57,102)
#233155
(35,49,85)
#1C2944
(28,41,68)
#152133
(21,33,51)
#0E1922
(14,25,34)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #4D61BB

#4D61BB
(77,97,187)
#5D6FC1
(93,111,193)
#6D7DC7
(109,125,199)
#7D8BCD
(125,139,205)
#8D99D3
(141,153,211)
#9DA7D9
(157,167,217)
#ADB5DF
(173,181,223)
#BDC3E5
(189,195,229)
#CDD1EB
(205,209,235)
#DDDFF1
(221,223,241)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D61BB color. Also use rgb(77,97,187) instead hex code.

Text Font Color

.myTextColor { color: #4D61BB; }

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

This text font color is #4D61BB.


Background Color

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

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

This div background color is #4D61BB.


Border color

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

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

This div border color is #4D61BB.


Opacity

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

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

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

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

This text has shadow with #4D61BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D61BB on black background.


Color preview on white background

This text has color #4D61BB on white background.



Black color preview on #4D61BB background

This text has black color on #4D61BB background.


White color preview on #4D61BB background

This text has white color on #4D61BB background.