COLOR #4B1979

HEX: #4B1979
RGB: (75,25,121)

Color info

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

RGB color model

#4B1979 color RGB value is (75,25,121).

  • red value is 75;
  • green value is 25;
  • blue value is 121.
RGB:
(75,25,121)
(29%,10%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 121 of 255 = 47%

75
25
121

R + G + B ~ 29%. #4B1979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 121 = 221 (100%)
R 75 of 221 ~ 33.94%
G 25 of 221 ~ 11.31%
B 121 of 221 ~ 54.75%

%33.94
%11.31
%54.75

CMYK color model

#4B1979 color CMYK value is (38,79,0,53).

  • cyan value is 38.02%
  • magenta value is 79.34%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(38,79,0,53)
C38M79Y0K53 
(38%,79%,0%,53%)
(0.38/0.79/0.00/0.53)	

CMYK percentages

%38.02
%79.34
%0
%52.55

Codes

Color #4B1979 in popluar color models

4B1979
RGB7525121
HSL271°65.75%28.63%
HSB/HSV271°79.34%47.45%
CMYK38.02%79.34%0.00%
52.55%

Color #4B1979 in popluar number systems.

HEX4B1979
Decimal7525121
Binary1001011110011111001
Octal11331171

Shades and tints

Shades of #4B1979

#4B1979
(75,25,121)
#45176E
(69,23,110)
#3F1563
(63,21,99)
#391358
(57,19,88)
#33114D
(51,17,77)
#2D0F42
(45,15,66)
#270D37
(39,13,55)
#210B2C
(33,11,44)
#1B0921
(27,9,33)
#150716
(21,7,22)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B1979

#4B1979
(75,25,121)
#5B2D85
(91,45,133)
#6B4191
(107,65,145)
#7B559D
(123,85,157)
#8B69A9
(139,105,169)
#9B7DB5
(155,125,181)
#AB91C1
(171,145,193)
#BBA5CD
(187,165,205)
#CBB9D9
(203,185,217)
#DBCDE5
(219,205,229)
#EBE1F1
(235,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1979; }

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

This text font color is #4B1979.


Background Color

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

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

This div background color is #4B1979.


Border color

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

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

This div border color is #4B1979.


Opacity

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

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

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

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

This text has shadow with #4B1979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1979 on black background.


Color preview on white background

This text has color #4B1979 on white background.



Black color preview on #4B1979 background

This text has black color on #4B1979 background.


White color preview on #4B1979 background

This text has white color on #4B1979 background.