COLOR #4B1D63

HEX: #4B1D63
RGB: (75,29,99)

Color info

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

RGB color model

#4B1D63 color RGB value is (75,29,99).

  • red value is 75;
  • green value is 29;
  • blue value is 99.
RGB:
(75,29,99)
(29%,11%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 29 of 255 = 11%
B 99 of 255 = 39%

75
29
99

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

Portions of RGB colors in percentages

R + G + B =
75 + 29 + 99 = 203 (100%)
R 75 of 203 ~ 36.95%
G 29 of 203 ~ 14.29%
B 99 of 203 ~ 48.77%

%36.95
%14.29
%48.77

CMYK color model

#4B1D63 color CMYK value is (24,71,0,61).

  • cyan value is 24.24%
  • magenta value is 70.71%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(24,71,0,61)
C24M71Y0K61 
(24%,71%,0%,61%)
(0.24/0.71/0.00/0.61)	

CMYK percentages

%24.24
%70.71
%0
%61.18

Codes

Color #4B1D63 in popluar color models

4B1D63
RGB752999
HSL279°54.69%25.10%
HSB/HSV279°70.71%38.82%
CMYK24.24%70.71%0.00%
61.18%

Color #4B1D63 in popluar number systems.

HEX4B1D63
Decimal752999
Binary1001011111011100011
Octal11335143

Shades and tints

Shades of #4B1D63

#4B1D63
(75,29,99)
#451B5A
(69,27,90)
#3F1951
(63,25,81)
#391748
(57,23,72)
#33153F
(51,21,63)
#2D1336
(45,19,54)
#27112D
(39,17,45)
#210F24
(33,15,36)
#1B0D1B
(27,13,27)
#150B12
(21,11,18)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #4B1D63

#4B1D63
(75,29,99)
#5B3171
(91,49,113)
#6B457F
(107,69,127)
#7B598D
(123,89,141)
#8B6D9B
(139,109,155)
#9B81A9
(155,129,169)
#AB95B7
(171,149,183)
#BBA9C5
(187,169,197)
#CBBDD3
(203,189,211)
#DBD1E1
(219,209,225)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1D63 color. Also use rgb(75,29,99) instead hex code.

Text Font Color

.myTextColor { color: #4B1D63; }

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

This text font color is #4B1D63.


Background Color

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

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

This div background color is #4B1D63.


Border color

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

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

This div border color is #4B1D63.


Opacity

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

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

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

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

This text has shadow with #4B1D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1D63 on black background.


Color preview on white background

This text has color #4B1D63 on white background.



Black color preview on #4B1D63 background

This text has black color on #4B1D63 background.


White color preview on #4B1D63 background

This text has white color on #4B1D63 background.