COLOR #4D2892

HEX: #4D2892
RGB: (77,40,146)

Color info

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

RGB color model

#4D2892 color RGB value is (77,40,146).

  • red value is 77;
  • green value is 40;
  • blue value is 146.
RGB:
(77,40,146)
(30%,16%,57%)

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 146 of 255 = 57%

77
40
146

R + G + B ~ 34%. #4D2892 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 40 + 146 = 263 (100%)
R 77 of 263 ~ 29.28%
G 40 of 263 ~ 15.21%
B 146 of 263 ~ 55.51%

%29.28
%15.21
%55.51

CMYK color model

#4D2892 color CMYK value is (47,73,0,43).

  • cyan value is 47.26%
  • magenta value is 72.60%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(47,73,0,43)
C47M73Y0K43 
(47%,73%,0%,43%)
(0.47/0.73/0.00/0.43)	

CMYK percentages

%47.26
%72.6
%0
%42.75

Codes

Color #4D2892 in popluar color models

4D2892
RGB7740146
HSL261°56.99%36.47%
HSB/HSV261°72.60%57.25%
CMYK47.26%72.60%0.00%
42.75%

Color #4D2892 in popluar number systems.

HEX4D2892
Decimal7740146
Binary100110110100010010010
Octal11550222

Shades and tints

Shades of #4D2892

#4D2892
(77,40,146)
#462585
(70,37,133)
#3F2278
(63,34,120)
#381F6B
(56,31,107)
#311C5E
(49,28,94)
#2A1951
(42,25,81)
#231644
(35,22,68)
#1C1337
(28,19,55)
#15102A
(21,16,42)
#0E0D1D
(14,13,29)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D2892

#4D2892
(77,40,146)
#5D3B9B
(93,59,155)
#6D4EA4
(109,78,164)
#7D61AD
(125,97,173)
#8D74B6
(141,116,182)
#9D87BF
(157,135,191)
#AD9AC8
(173,154,200)
#BDADD1
(189,173,209)
#CDC0DA
(205,192,218)
#DDD3E3
(221,211,227)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2892 color. Also use rgb(77,40,146) instead hex code.

Text Font Color

.myTextColor { color: #4D2892; }

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

This text font color is #4D2892.


Background Color

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

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

This div background color is #4D2892.


Border color

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

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

This div border color is #4D2892.


Opacity

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

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

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

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

This text has shadow with #4D2892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2892 on black background.


Color preview on white background

This text has color #4D2892 on white background.



Black color preview on #4D2892 background

This text has black color on #4D2892 background.


White color preview on #4D2892 background

This text has white color on #4D2892 background.