COLOR #4D429B

HEX: #4D429B
RGB: (77,66,155)

Color info

#4D429B contains mainly blue color. Web safe color of #4D429B is #333399 (or #339).

RGB color model

#4D429B color RGB value is (77,66,155).

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

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 155 of 255 = 61%

77
66
155

R + G + B ~ 39%. #4D429B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 155 = 298 (100%)
R 77 of 298 ~ 25.84%
G 66 of 298 ~ 22.15%
B 155 of 298 ~ 52.01%

%25.84
%22.15
%52.01

CMYK color model

#4D429B color CMYK value is (50,57,0,39).

  • cyan value is 50.32%
  • magenta value is 57.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(50,57,0,39)
C50M57Y0K39 
(50%,57%,0%,39%)
(0.50/0.57/0.00/0.39)	

CMYK percentages

%50.32
%57.42
%0
%39.22

Codes

Color #4D429B in popluar color models

4D429B
RGB7766155
HSL247°40.27%43.33%
HSB/HSV247°57.42%60.78%
CMYK50.32%57.42%0.00%
39.22%

Color #4D429B in popluar number systems.

HEX4D429B
Decimal7766155
Binary1001101100001010011011
Octal115102233

Shades and tints

Shades of #4D429B

#4D429B
(77,66,155)
#463C8D
(70,60,141)
#3F367F
(63,54,127)
#383071
(56,48,113)
#312A63
(49,42,99)
#2A2455
(42,36,85)
#231E47
(35,30,71)
#1C1839
(28,24,57)
#15122B
(21,18,43)
#0E0C1D
(14,12,29)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D429B

#4D429B
(77,66,155)
#5D53A4
(93,83,164)
#6D64AD
(109,100,173)
#7D75B6
(125,117,182)
#8D86BF
(141,134,191)
#9D97C8
(157,151,200)
#ADA8D1
(173,168,209)
#BDB9DA
(189,185,218)
#CDCAE3
(205,202,227)
#DDDBEC
(221,219,236)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D429B; }

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

This text font color is #4D429B.


Background Color

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

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

This div background color is #4D429B.


Border color

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

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

This div border color is #4D429B.


Opacity

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

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

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

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

This text has shadow with #4D429B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D429B on black background.


Color preview on white background

This text has color #4D429B on white background.



Black color preview on #4D429B background

This text has black color on #4D429B background.


White color preview on #4D429B background

This text has white color on #4D429B background.