COLOR #4B0D63

HEX: #4B0D63
RGB: (75,13,99)

Color info

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

RGB color model

#4B0D63 color RGB value is (75,13,99).

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

RGB channels and saturation

R 75 of 255 = 29%
G 13 of 255 = 5%
B 99 of 255 = 39%

75
13
99

R + G + B ~ 24%. #4B0D63 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 13 + 99 = 187 (100%)
R 75 of 187 ~ 40.11%
G 13 of 187 ~ 6.95%
B 99 of 187 ~ 52.94%

%40.11
%52.94

CMYK color model

#4B0D63 color CMYK value is (24,87,0,61).

  • cyan value is 24.24%
  • magenta value is 86.87%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(24,87,0,61)
C24M87Y0K61 
(24%,87%,0%,61%)
(0.24/0.87/0.00/0.61)	

CMYK percentages

%24.24
%86.87
%0
%61.18

Codes

Color #4B0D63 in popluar color models

4B0D63
RGB751399
HSL283°76.79%21.96%
HSB/HSV283°86.87%38.82%
CMYK24.24%86.87%0.00%
61.18%

Color #4B0D63 in popluar number systems.

HEX4B0D63
Decimal751399
Binary100101111011100011
Octal11315143

Shades and tints

Shades of #4B0D63

#4B0D63
(75,13,99)
#450C5A
(69,12,90)
#3F0B51
(63,11,81)
#390A48
(57,10,72)
#33093F
(51,9,63)
#2D0836
(45,8,54)
#27072D
(39,7,45)
#210624
(33,6,36)
#1B051B
(27,5,27)
#150412
(21,4,18)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #4B0D63

#4B0D63
(75,13,99)
#5B2371
(91,35,113)
#6B397F
(107,57,127)
#7B4F8D
(123,79,141)
#8B659B
(139,101,155)
#9B7BA9
(155,123,169)
#AB91B7
(171,145,183)
#BBA7C5
(187,167,197)
#CBBDD3
(203,189,211)
#DBD3E1
(219,211,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0D63; }

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

This text font color is #4B0D63.


Background Color

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

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

This div background color is #4B0D63.


Border color

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

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

This div border color is #4B0D63.


Opacity

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

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

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

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

This text has shadow with #4B0D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0D63 on black background.


Color preview on white background

This text has color #4B0D63 on white background.



Black color preview on #4B0D63 background

This text has black color on #4B0D63 background.


White color preview on #4B0D63 background

This text has white color on #4B0D63 background.