COLOR #4D12AB

HEX: #4D12AB
RGB: (77,18,171)

Color info

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

RGB color model

#4D12AB color RGB value is (77,18,171).

  • red value is 77;
  • green value is 18;
  • blue value is 171.
RGB:
(77,18,171)
(30%,7%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 171 of 255 = 67%

77
18
171

R + G + B ~ 35%. #4D12AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 171 = 266 (100%)
R 77 of 266 ~ 28.95%
G 18 of 266 ~ 6.77%
B 171 of 266 ~ 64.29%

%28.95
%64.29

CMYK color model

#4D12AB color CMYK value is (55,89,0,33).

  • cyan value is 54.97%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(55,89,0,33)
C55M89Y0K33 
(55%,89%,0%,33%)
(0.55/0.89/0.00/0.33)	

CMYK percentages

%54.97
%89.47
%0
%32.94

Codes

Color #4D12AB in popluar color models

4D12AB
RGB7718171
HSL263°80.95%37.06%
HSB/HSV263°89.47%67.06%
CMYK54.97%89.47%0.00%
32.94%

Color #4D12AB in popluar number systems.

HEX4D12AB
Decimal7718171
Binary10011011001010101011
Octal11522253

Shades and tints

Shades of #4D12AB

#4D12AB
(77,18,171)
#46119C
(70,17,156)
#3F108D
(63,16,141)
#380F7E
(56,15,126)
#310E6F
(49,14,111)
#2A0D60
(42,13,96)
#230C51
(35,12,81)
#1C0B42
(28,11,66)
#150A33
(21,10,51)
#0E0924
(14,9,36)
#070815
(7,8,21)
#000000
(0,0,0)

Tints of #4D12AB

#4D12AB
(77,18,171)
#5D27B2
(93,39,178)
#6D3CB9
(109,60,185)
#7D51C0
(125,81,192)
#8D66C7
(141,102,199)
#9D7BCE
(157,123,206)
#AD90D5
(173,144,213)
#BDA5DC
(189,165,220)
#CDBAE3
(205,186,227)
#DDCFEA
(221,207,234)
#EDE4F1
(237,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D12AB color. Also use rgb(77,18,171) instead hex code.

Text Font Color

.myTextColor { color: #4D12AB; }

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

This text font color is #4D12AB.


Background Color

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

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

This div background color is #4D12AB.


Border color

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

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

This div border color is #4D12AB.


Opacity

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

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

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

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

This text has shadow with #4D12AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D12AB on black background.


Color preview on white background

This text has color #4D12AB on white background.



Black color preview on #4D12AB background

This text has black color on #4D12AB background.


White color preview on #4D12AB background

This text has white color on #4D12AB background.