COLOR #4B2863

HEX: #4B2863
RGB: (75,40,99)

Color info

#4B2863 contains red, green and blue colors in about the same proportion. Web safe color of #4B2863 is #333366 (or #336).

RGB color model

#4B2863 color RGB value is (75,40,99).

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

RGB channels and saturation

R 75 of 255 = 29%
G 40 of 255 = 16%
B 99 of 255 = 39%

75
40
99

R + G + B ~ 28%. #4B2863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 40 + 99 = 214 (100%)
R 75 of 214 ~ 35.05%
G 40 of 214 ~ 18.69%
B 99 of 214 ~ 46.26%

%35.05
%18.69
%46.26

CMYK color model

#4B2863 color CMYK value is (24,60,0,61).

  • cyan value is 24.24%
  • magenta value is 59.60%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(24,60,0,61)
C24M60Y0K61 
(24%,60%,0%,61%)
(0.24/0.60/0.00/0.61)	

CMYK percentages

%24.24
%59.6
%0
%61.18

Codes

Color #4B2863 in popluar color models

4B2863
RGB754099
HSL276°42.45%27.25%
HSB/HSV276°59.60%38.82%
CMYK24.24%59.60%0.00%
61.18%

Color #4B2863 in popluar number systems.

HEX4B2863
Decimal754099
Binary10010111010001100011
Octal11350143

Shades and tints

Shades of #4B2863

#4B2863
(75,40,99)
#45255A
(69,37,90)
#3F2251
(63,34,81)
#391F48
(57,31,72)
#331C3F
(51,28,63)
#2D1936
(45,25,54)
#27162D
(39,22,45)
#211324
(33,19,36)
#1B101B
(27,16,27)
#150D12
(21,13,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #4B2863

#4B2863
(75,40,99)
#5B3B71
(91,59,113)
#6B4E7F
(107,78,127)
#7B618D
(123,97,141)
#8B749B
(139,116,155)
#9B87A9
(155,135,169)
#AB9AB7
(171,154,183)
#BBADC5
(187,173,197)
#CBC0D3
(203,192,211)
#DBD3E1
(219,211,225)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2863; }

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

This text font color is #4B2863.


Background Color

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

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

This div background color is #4B2863.


Border color

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

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

This div border color is #4B2863.


Opacity

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

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

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

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

This text has shadow with #4B2863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2863 on black background.


Color preview on white background

This text has color #4B2863 on white background.



Black color preview on #4B2863 background

This text has black color on #4B2863 background.


White color preview on #4B2863 background

This text has white color on #4B2863 background.