COLOR #4D58D6

HEX: #4D58D6
RGB: (77,88,214)

Color info

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

RGB color model

#4D58D6 color RGB value is (77,88,214).

  • red value is 77;
  • green value is 88;
  • blue value is 214.
RGB:
(77,88,214)
(30%,35%,84%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 214 of 255 = 84%

77
88
214

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

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 214 = 379 (100%)
R 77 of 379 ~ 20.32%
G 88 of 379 ~ 23.22%
B 214 of 379 ~ 56.46%

%20.32
%23.22
%56.46

CMYK color model

#4D58D6 color CMYK value is (64,59,0,16).

  • cyan value is 64.02%
  • magenta value is 58.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(64,59,0,16)
C64M59Y0K16 
(64%,59%,0%,16%)
(0.64/0.59/0.00/0.16)	

CMYK percentages

%64.02
%58.88
%0
%16.08

Codes

Color #4D58D6 in popluar color models

4D58D6
RGB7788214
HSL235°62.56%57.06%
HSB/HSV235°64.02%83.92%
CMYK64.02%58.88%0.00%
16.08%

Color #4D58D6 in popluar number systems.

HEX4D58D6
Decimal7788214
Binary1001101101100011010110
Octal115130326

Shades and tints

Shades of #4D58D6

#4D58D6
(77,88,214)
#4650C3
(70,80,195)
#3F48B0
(63,72,176)
#38409D
(56,64,157)
#31388A
(49,56,138)
#2A3077
(42,48,119)
#232864
(35,40,100)
#1C2051
(28,32,81)
#15183E
(21,24,62)
#0E102B
(14,16,43)
#070818
(7,8,24)
#000000
(0,0,0)

Tints of #4D58D6

#4D58D6
(77,88,214)
#5D67D9
(93,103,217)
#6D76DC
(109,118,220)
#7D85DF
(125,133,223)
#8D94E2
(141,148,226)
#9DA3E5
(157,163,229)
#ADB2E8
(173,178,232)
#BDC1EB
(189,193,235)
#CDD0EE
(205,208,238)
#DDDFF1
(221,223,241)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D58D6 color. Also use rgb(77,88,214) instead hex code.

Text Font Color

.myTextColor { color: #4D58D6; }

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

This text font color is #4D58D6.


Background Color

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

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

This div background color is #4D58D6.


Border color

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

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

This div border color is #4D58D6.


Opacity

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

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

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

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

This text has shadow with #4D58D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D58D6 on black background.


Color preview on white background

This text has color #4D58D6 on white background.



Black color preview on #4D58D6 background

This text has black color on #4D58D6 background.


White color preview on #4D58D6 background

This text has white color on #4D58D6 background.