COLOR #4D42C0

HEX: #4D42C0
RGB: (77,66,192)

Color info

#4D42C0 contains mainly blue color. Web safe color of #4D42C0 is #3333CC (or #33C).

RGB color model

#4D42C0 color RGB value is (77,66,192).

  • red value is 77;
  • green value is 66;
  • blue value is 192.
RGB:
(77,66,192)
(30%,26%,75%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 192 of 255 = 75%

77
66
192

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

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 192 = 335 (100%)
R 77 of 335 ~ 22.99%
G 66 of 335 ~ 19.7%
B 192 of 335 ~ 57.31%

%22.99
%19.7
%57.31

CMYK color model

#4D42C0 color CMYK value is (60,66,0,25).

  • cyan value is 59.90%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(60,66,0,25)
C60M66Y0K25 
(60%,66%,0%,25%)
(0.60/0.66/0.00/0.25)	

CMYK percentages

%59.9
%65.63
%0
%24.71

Codes

Color #4D42C0 in popluar color models

4D42C0
RGB7766192
HSL245°50.00%50.59%
HSB/HSV245°65.63%75.29%
CMYK59.90%65.63%0.00%
24.71%

Color #4D42C0 in popluar number systems.

HEX4D42C0
Decimal7766192
Binary1001101100001011000000
Octal115102300

Shades and tints

Shades of #4D42C0

#4D42C0
(77,66,192)
#463CAF
(70,60,175)
#3F369E
(63,54,158)
#38308D
(56,48,141)
#312A7C
(49,42,124)
#2A246B
(42,36,107)
#231E5A
(35,30,90)
#1C1849
(28,24,73)
#151238
(21,18,56)
#0E0C27
(14,12,39)
#070616
(7,6,22)
#000000
(0,0,0)

Tints of #4D42C0

#4D42C0
(77,66,192)
#5D53C5
(93,83,197)
#6D64CA
(109,100,202)
#7D75CF
(125,117,207)
#8D86D4
(141,134,212)
#9D97D9
(157,151,217)
#ADA8DE
(173,168,222)
#BDB9E3
(189,185,227)
#CDCAE8
(205,202,232)
#DDDBED
(221,219,237)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D42C0 color. Also use rgb(77,66,192) instead hex code.

Text Font Color

.myTextColor { color: #4D42C0; }

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

This text font color is #4D42C0.


Background Color

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

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

This div background color is #4D42C0.


Border color

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

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

This div border color is #4D42C0.


Opacity

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

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

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

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

This text has shadow with #4D42C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D42C0 on black background.


Color preview on white background

This text has color #4D42C0 on white background.



Black color preview on #4D42C0 background

This text has black color on #4D42C0 background.


White color preview on #4D42C0 background

This text has white color on #4D42C0 background.