COLOR #4B0140

HEX: #4B0140 RGB: (75,1,64)

Color info

#4B0140 contains mainly red and blue colors. Web safe color of #4B0140 is #330033 (or #303).

RGB color model

#4B0140 color RGB value is (75,1,64).

RGB: (75,1,64) (29%, 0%, 25%)

RGB channels and saturation

R 75 of 255 = 29%
G 1 of 255 = 0%
B 64 of 255 = 25%

75
1
64

R + G + B ~ 18%. #4B0140 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 1 + 64 = 140 (100%)
R 75 of 140 ~ 53.57%
G 1 of 140 ~ 0.71%
B 64 of 140 ~ 45.71'%

%53.57
%45.71

CMYK color model

#4B0140 color CMYK value is (0,99,15,71).

  • cyan value is 0.00%
  • magenta value is 98.67%
  • yellow value is 14.67%
  • key color value is 70.59%
CMYK: (0,99,15,71) C0M99Y15K71 (0%,99%,15%,71%) (0.00/0.99/0.15/0.71) 

CMYK percentages

%0
%98.67
%14.67
%70.59

Codes

Color #4B0140 in popluar color models

4B 01 40
RGB 75 1 64
HSL 309° 97.37% 14.90%
HSB/HSV 309° 98.67% 29.41%
CMYK 0.00% 98.67% 14.67%
70.59%

Color #4B0140 in popluar number systems.

HEX 4B 01 40
Decimal 75 1 64
Binary 1001011 1 1000000
Octal 113 1 100

Shades and tints

Shades of #4B0140

#4B0140
(75,1,64)
#45013B
(69,1,59)
#3F0136
(63,1,54)
#390131
(57,1,49)
#33012C
(51,1,44)
#2D0127
(45,1,39)
#270122
(39,1,34)
#21011D
(33,1,29)
#1B0118
(27,1,24)
#150113
(21,1,19)
#0F010E
(15,1,14)
#000000
(0,0,0)

Tints of #4B0140

#4B0140
(75,1,64)
#5B1851
(91,24,81)
#6B2F62
(107,47,98)
#7B4673
(123,70,115)
#8B5D84
(139,93,132)
#9B7495
(155,116,149)
#AB8BA6
(171,139,166)
#BBA2B7
(187,162,183)
#CBB9C8
(203,185,200)
#DBD0D9
(219,208,217)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0140 color. Also use rgb(75,1,64) instead hex code.

Text Font Color

.myTextColor { color: #4B0140; }

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

This text font color is #4B0140.

Background Color

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

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

This div background color is #4B0140.

Border color

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

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

This div border color is #4B0140.

Opacity

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

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

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

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

This text has shadow with #4B0140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0140.

Preview

Color preview on black background

This text has color #4B0140 on black background.


Color preview on white background

This text has color #4B0140 on white background.


Black color preview on #4B0140 background

This text has black color on #4B0140 background.


White color preview on #4B0140 background

This text has white color on #4B0140 background.


Related colors

Complementary color

Complementary color for #hex is #B4FEBF.


I love getcolorcode.com

Triadic colors

1 #404B01 and #01404B with #4B0140 are triadic colors.

2 #40014B and #014B40 with #4B0140 are triadic colors.