COLOR #4B1B75

HEX: #4B1B75
RGB: (75,27,117)

Color info

#4B1B75 contains mainly red and blue colors. Web safe color of #4B1B75 is #333366 (or #336).

RGB color model

#4B1B75 color RGB value is (75,27,117).

  • red value is 75;
  • green value is 27;
  • blue value is 117.
RGB:
(75,27,117)
(29%,11%,46%)

RGB channels and saturation

R 75 of 255 = 29%
G 27 of 255 = 11%
B 117 of 255 = 46%

75
27
117

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

Portions of RGB colors in percentages

R + G + B =
75 + 27 + 117 = 219 (100%)
R 75 of 219 ~ 34.25%
G 27 of 219 ~ 12.33%
B 117 of 219 ~ 53.42%

%34.25
%12.33
%53.42

CMYK color model

#4B1B75 color CMYK value is (36,77,0,54).

  • cyan value is 35.90%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(36,77,0,54)
C36M77Y0K54 
(36%,77%,0%,54%)
(0.36/0.77/0.00/0.54)	

CMYK percentages

%35.9
%76.92
%0
%54.12

Codes

Color #4B1B75 in popluar color models

4B1B75
RGB7527117
HSL272°62.50%28.24%
HSB/HSV272°76.92%45.88%
CMYK35.90%76.92%0.00%
54.12%

Color #4B1B75 in popluar number systems.

HEX4B1B75
Decimal7527117
Binary1001011110111110101
Octal11333165

Shades and tints

Shades of #4B1B75

#4B1B75
(75,27,117)
#45196B
(69,25,107)
#3F1761
(63,23,97)
#391557
(57,21,87)
#33134D
(51,19,77)
#2D1143
(45,17,67)
#270F39
(39,15,57)
#210D2F
(33,13,47)
#1B0B25
(27,11,37)
#15091B
(21,9,27)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #4B1B75

#4B1B75
(75,27,117)
#5B2F81
(91,47,129)
#6B438D
(107,67,141)
#7B5799
(123,87,153)
#8B6BA5
(139,107,165)
#9B7FB1
(155,127,177)
#AB93BD
(171,147,189)
#BBA7C9
(187,167,201)
#CBBBD5
(203,187,213)
#DBCFE1
(219,207,225)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1B75 color. Also use rgb(75,27,117) instead hex code.

Text Font Color

.myTextColor { color: #4B1B75; }

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

This text font color is #4B1B75.


Background Color

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

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

This div background color is #4B1B75.


Border color

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

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

This div border color is #4B1B75.


Opacity

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

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

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

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

This text has shadow with #4B1B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1B75 on black background.


Color preview on white background

This text has color #4B1B75 on white background.



Black color preview on #4B1B75 background

This text has black color on #4B1B75 background.


White color preview on #4B1B75 background

This text has white color on #4B1B75 background.