COLOR #4D55B7

HEX: #4D55B7
RGB: (77,85,183)

Color info

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

RGB color model

#4D55B7 color RGB value is (77,85,183).

  • red value is 77;
  • green value is 85;
  • blue value is 183.
RGB:
(77,85,183)
(30%,33%,72%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 183 of 255 = 72%

77
85
183

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

Portions of RGB colors in percentages

R + G + B =
77 + 85 + 183 = 345 (100%)
R 77 of 345 ~ 22.32%
G 85 of 345 ~ 24.64%
B 183 of 345 ~ 53.04%

%22.32
%24.64
%53.04

CMYK color model

#4D55B7 color CMYK value is (58,54,0,28).

  • cyan value is 57.92%
  • magenta value is 53.55%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(58,54,0,28)
C58M54Y0K28 
(58%,54%,0%,28%)
(0.58/0.54/0.00/0.28)	

CMYK percentages

%57.92
%53.55
%0
%28.24

Codes

Color #4D55B7 in popluar color models

4D55B7
RGB7785183
HSL235°42.40%50.98%
HSB/HSV235°57.92%71.76%
CMYK57.92%53.55%0.00%
28.24%

Color #4D55B7 in popluar number systems.

HEX4D55B7
Decimal7785183
Binary1001101101010110110111
Octal115125267

Shades and tints

Shades of #4D55B7

#4D55B7
(77,85,183)
#464EA7
(70,78,167)
#3F4797
(63,71,151)
#384087
(56,64,135)
#313977
(49,57,119)
#2A3267
(42,50,103)
#232B57
(35,43,87)
#1C2447
(28,36,71)
#151D37
(21,29,55)
#0E1627
(14,22,39)
#070F17
(7,15,23)
#000000
(0,0,0)

Tints of #4D55B7

#4D55B7
(77,85,183)
#5D64BD
(93,100,189)
#6D73C3
(109,115,195)
#7D82C9
(125,130,201)
#8D91CF
(141,145,207)
#9DA0D5
(157,160,213)
#ADAFDB
(173,175,219)
#BDBEE1
(189,190,225)
#CDCDE7
(205,205,231)
#DDDCED
(221,220,237)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D55B7 color. Also use rgb(77,85,183) instead hex code.

Text Font Color

.myTextColor { color: #4D55B7; }

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

This text font color is #4D55B7.


Background Color

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

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

This div background color is #4D55B7.


Border color

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

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

This div border color is #4D55B7.


Opacity

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

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

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

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

This text has shadow with #4D55B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D55B7 on black background.


Color preview on white background

This text has color #4D55B7 on white background.



Black color preview on #4D55B7 background

This text has black color on #4D55B7 background.


White color preview on #4D55B7 background

This text has white color on #4D55B7 background.