COLOR #4B1B60

HEX: #4B1B60
RGB: (75,27,96)

Color info

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

RGB color model

#4B1B60 color RGB value is (75,27,96).

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

RGB channels and saturation

R 75 of 255 = 29%
G 27 of 255 = 11%
B 96 of 255 = 38%

75
27
96

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

Portions of RGB colors in percentages

R + G + B =
75 + 27 + 96 = 198 (100%)
R 75 of 198 ~ 37.88%
G 27 of 198 ~ 13.64%
B 96 of 198 ~ 48.48%

%37.88
%13.64
%48.48

CMYK color model

#4B1B60 color CMYK value is (22,72,0,62).

  • cyan value is 21.88%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(22,72,0,62)
C22M72Y0K62 
(22%,72%,0%,62%)
(0.22/0.72/0.00/0.62)	

CMYK percentages

%21.88
%71.88
%0
%62.35

Codes

Color #4B1B60 in popluar color models

4B1B60
RGB752796
HSL282°56.10%24.12%
HSB/HSV282°71.88%37.65%
CMYK21.88%71.88%0.00%
62.35%

Color #4B1B60 in popluar number systems.

HEX4B1B60
Decimal752796
Binary1001011110111100000
Octal11333140

Shades and tints

Shades of #4B1B60

#4B1B60
(75,27,96)
#451958
(69,25,88)
#3F1750
(63,23,80)
#391548
(57,21,72)
#331340
(51,19,64)
#2D1138
(45,17,56)
#270F30
(39,15,48)
#210D28
(33,13,40)
#1B0B20
(27,11,32)
#150918
(21,9,24)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #4B1B60

#4B1B60
(75,27,96)
#5B2F6E
(91,47,110)
#6B437C
(107,67,124)
#7B578A
(123,87,138)
#8B6B98
(139,107,152)
#9B7FA6
(155,127,166)
#AB93B4
(171,147,180)
#BBA7C2
(187,167,194)
#CBBBD0
(203,187,208)
#DBCFDE
(219,207,222)
#EBE3EC
(235,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1B60; }

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

This text font color is #4B1B60.


Background Color

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

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

This div background color is #4B1B60.


Border color

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

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

This div border color is #4B1B60.


Opacity

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

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

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

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

This text has shadow with #4B1B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1B60 on black background.


Color preview on white background

This text has color #4B1B60 on white background.



Black color preview on #4B1B60 background

This text has black color on #4B1B60 background.


White color preview on #4B1B60 background

This text has white color on #4B1B60 background.