COLOR #4B1A60

HEX: #4B1A60
RGB: (75,26,96)

Color info

#4B1A60 contains mainly red and blue colors. Web safe color of #4B1A60 is #330066 (or #306).

RGB color model

#4B1A60 color RGB value is (75,26,96).

  • red value is 75;
  • green value is 26;
  • blue value is 96.
RGB:
(75,26,96)
(29%,10%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 26 of 255 = 10%
B 96 of 255 = 38%

75
26
96

R + G + B ~ 26%. #4B1A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 26 + 96 = 197 (100%)
R 75 of 197 ~ 38.07%
G 26 of 197 ~ 13.2%
B 96 of 197 ~ 48.73%

%38.07
%13.2
%48.73

CMYK color model

#4B1A60 color CMYK value is (22,73,0,62).

  • cyan value is 21.88%
  • magenta value is 72.92%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(22,73,0,62)
C22M73Y0K62 
(22%,73%,0%,62%)
(0.22/0.73/0.00/0.62)	

CMYK percentages

%21.88
%72.92
%0
%62.35

Codes

Color #4B1A60 in popluar color models

4B1A60
RGB752696
HSL282°57.38%23.92%
HSB/HSV282°72.92%37.65%
CMYK21.88%72.92%0.00%
62.35%

Color #4B1A60 in popluar number systems.

HEX4B1A60
Decimal752696
Binary1001011110101100000
Octal11332140

Shades and tints

Shades of #4B1A60

#4B1A60
(75,26,96)
#451858
(69,24,88)
#3F1650
(63,22,80)
#391448
(57,20,72)
#331240
(51,18,64)
#2D1038
(45,16,56)
#270E30
(39,14,48)
#210C28
(33,12,40)
#1B0A20
(27,10,32)
#150818
(21,8,24)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #4B1A60

#4B1A60
(75,26,96)
#5B2E6E
(91,46,110)
#6B427C
(107,66,124)
#7B568A
(123,86,138)
#8B6A98
(139,106,152)
#9B7EA6
(155,126,166)
#AB92B4
(171,146,180)
#BBA6C2
(187,166,194)
#CBBAD0
(203,186,208)
#DBCEDE
(219,206,222)
#EBE2EC
(235,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1A60 color. Also use rgb(75,26,96) instead hex code.

Text Font Color

.myTextColor { color: #4B1A60; }

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

This text font color is #4B1A60.


Background Color

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

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

This div background color is #4B1A60.


Border color

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

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

This div border color is #4B1A60.


Opacity

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

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

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

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

This text has shadow with #4B1A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1A60 on black background.


Color preview on white background

This text has color #4B1A60 on white background.



Black color preview on #4B1A60 background

This text has black color on #4B1A60 background.


White color preview on #4B1A60 background

This text has white color on #4B1A60 background.