COLOR #4B1379

HEX: #4B1379 RGB: (75,19,121)

Color info

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

RGB color model

#4B1379 color RGB value is (75,19,121).

RGB: (75,19,121) (29%, 7%, 47%)

RGB channels and saturation

R 75 of 255 = 29%
G 19 of 255 = 7%
B 121 of 255 = 47%

75
19
121

R + G + B ~ 28%. #4B1379 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 19 + 121 = 215 (100%)
R 75 of 215 ~ 34.88%
G 19 of 215 ~ 8.84%
B 121 of 215 ~ 56.28'%

%34.88
%56.28

CMYK color model

#4B1379 color CMYK value is (38,84,0,53).

  • cyan value is 38.02%
  • magenta value is 84.30%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (38,84,0,53)
C38M84Y0K53 (38%, 84%, 0%, 53%)
(0.38 / 0.84 / 0.00 / 0.53)

CMYK percentages

%38.02
%84.3
%0
%52.55

Codes

Color #4B1379 in popluar color models

4B 13 79
RGB 75 19 121
HSL 273° 72.86% 27.45%
HSB/HSV 273° 84.30% 47.45%
CMYK 38.02% 84.30% 0.00%
52.55%

Color #4B1379 in popluar number systems.

HEX 4B 13 79
Decimal 75 19 121
Binary 1001011 10011 1111001
Octal 113 23 171

Shades and tints

Shades of #4B1379

#4B1379
(75,19,121)
#45126E
(69,18,110)
#3F1163
(63,17,99)
#391058
(57,16,88)
#330F4D
(51,15,77)
#2D0E42
(45,14,66)
#270D37
(39,13,55)
#210C2C
(33,12,44)
#1B0B21
(27,11,33)
#150A16
(21,10,22)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B1379

#4B1379
(75,19,121)
#5B2885
(91,40,133)
#6B3D91
(107,61,145)
#7B529D
(123,82,157)
#8B67A9
(139,103,169)
#9B7CB5
(155,124,181)
#AB91C1
(171,145,193)
#BBA6CD
(187,166,205)
#CBBBD9
(203,187,217)
#DBD0E5
(219,208,229)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1379 color. Also use rgb(75,19,121) instead hex code.

Text Font Color

.myTextColor { color: #4B1379; }

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

This text font color is #4B1379.

Background Color

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

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

This div background color is #4B1379.

Border color

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

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

This div border color is #4B1379.

Opacity

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

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

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

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

This text has shadow with #4B1379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1379.

Preview

Color preview on black background

This text has color #4B1379 on black background.


Color preview on white background

This text has color #4B1379 on white background.


Black color preview on #4B1379 background

This text has black color on #4B1379 background.


White color preview on #4B1379 background

This text has white color on #4B1379 background.


Related colors

Complementary color

Complementary color for #hex is #B4EC86.


I love getcolorcode.com

Triadic colors

1 #794B13 and #13794B with #4B1379 are triadic colors.

2 #79134B and #134B79 with #4B1379 are triadic colors.