COLOR #4B196B

HEX: #4B196B
RGB: (75,25,107)

Color info

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

RGB color model

#4B196B color RGB value is (75,25,107).

  • red value is 75;
  • green value is 25;
  • blue value is 107.
RGB:
(75,25,107)
(29%,10%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 107 of 255 = 42%

75
25
107

R + G + B ~ 27%. #4B196B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 25 + 107 = 207 (100%)
R 75 of 207 ~ 36.23%
G 25 of 207 ~ 12.08%
B 107 of 207 ~ 51.69%

%36.23
%12.08
%51.69

CMYK color model

#4B196B color CMYK value is (30,77,0,58).

  • cyan value is 29.91%
  • magenta value is 76.64%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(30,77,0,58)
C30M77Y0K58 
(30%,77%,0%,58%)
(0.30/0.77/0.00/0.58)	

CMYK percentages

%29.91
%76.64
%0
%58.04

Codes

Color #4B196B in popluar color models

4B196B
RGB7525107
HSL277°62.12%25.88%
HSB/HSV277°76.64%41.96%
CMYK29.91%76.64%0.00%
58.04%

Color #4B196B in popluar number systems.

HEX4B196B
Decimal7525107
Binary1001011110011101011
Octal11331153

Shades and tints

Shades of #4B196B

#4B196B
(75,25,107)
#451762
(69,23,98)
#3F1559
(63,21,89)
#391350
(57,19,80)
#331147
(51,17,71)
#2D0F3E
(45,15,62)
#270D35
(39,13,53)
#210B2C
(33,11,44)
#1B0923
(27,9,35)
#15071A
(21,7,26)
#0F0511
(15,5,17)
#000000
(0,0,0)

Tints of #4B196B

#4B196B
(75,25,107)
#5B2D78
(91,45,120)
#6B4185
(107,65,133)
#7B5592
(123,85,146)
#8B699F
(139,105,159)
#9B7DAC
(155,125,172)
#AB91B9
(171,145,185)
#BBA5C6
(187,165,198)
#CBB9D3
(203,185,211)
#DBCDE0
(219,205,224)
#EBE1ED
(235,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B196B color. Also use rgb(75,25,107) instead hex code.

Text Font Color

.myTextColor { color: #4B196B; }

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

This text font color is #4B196B.


Background Color

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

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

This div background color is #4B196B.


Border color

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

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

This div border color is #4B196B.


Opacity

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

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

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

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

This text has shadow with #4B196B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B196B on black background.


Color preview on white background

This text has color #4B196B on white background.



Black color preview on #4B196B background

This text has black color on #4B196B background.


White color preview on #4B196B background

This text has white color on #4B196B background.