COLOR #4D108B

HEX: #4D108B
RGB: (77,16,139)

Color info

#4D108B contains mainly blue color. Web safe color of #4D108B is #330099 (or #309).

RGB color model

#4D108B color RGB value is (77,16,139).

  • red value is 77;
  • green value is 16;
  • blue value is 139.
RGB:
(77,16,139)
(30%,6%,55%)

RGB channels and saturation

R 77 of 255 = 30%
G 16 of 255 = 6%
B 139 of 255 = 55%

77
16
139

R + G + B ~ 30%. #4D108B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 16 + 139 = 232 (100%)
R 77 of 232 ~ 33.19%
G 16 of 232 ~ 6.9%
B 139 of 232 ~ 59.91%

%33.19
%59.91

CMYK color model

#4D108B color CMYK value is (45,88,0,45).

  • cyan value is 44.60%
  • magenta value is 88.49%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(45,88,0,45)
C45M88Y0K45 
(45%,88%,0%,45%)
(0.45/0.88/0.00/0.45)	

CMYK percentages

%44.6
%88.49
%0
%45.49

Codes

Color #4D108B in popluar color models

4D108B
RGB7716139
HSL270°79.35%30.39%
HSB/HSV270°88.49%54.51%
CMYK44.60%88.49%0.00%
45.49%

Color #4D108B in popluar number systems.

HEX4D108B
Decimal7716139
Binary10011011000010001011
Octal11520213

Shades and tints

Shades of #4D108B

#4D108B
(77,16,139)
#460F7F
(70,15,127)
#3F0E73
(63,14,115)
#380D67
(56,13,103)
#310C5B
(49,12,91)
#2A0B4F
(42,11,79)
#230A43
(35,10,67)
#1C0937
(28,9,55)
#15082B
(21,8,43)
#0E071F
(14,7,31)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #4D108B

#4D108B
(77,16,139)
#5D2595
(93,37,149)
#6D3A9F
(109,58,159)
#7D4FA9
(125,79,169)
#8D64B3
(141,100,179)
#9D79BD
(157,121,189)
#AD8EC7
(173,142,199)
#BDA3D1
(189,163,209)
#CDB8DB
(205,184,219)
#DDCDE5
(221,205,229)
#EDE2EF
(237,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D108B color. Also use rgb(77,16,139) instead hex code.

Text Font Color

.myTextColor { color: #4D108B; }

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

This text font color is #4D108B.


Background Color

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

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

This div background color is #4D108B.


Border color

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

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

This div border color is #4D108B.


Opacity

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

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

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

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

This text has shadow with #4D108B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D108B on black background.


Color preview on white background

This text has color #4D108B on white background.



Black color preview on #4D108B background

This text has black color on #4D108B background.


White color preview on #4D108B background

This text has white color on #4D108B background.