COLOR #4B196F

HEX: #4B196F RGB: (75,25,111)

Color info

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

RGB color model

#4B196F color RGB value is (75,25,111).

RGB: (75,25,111) (29%, 10%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 25 of 255 = 10%
B 111 of 255 = 44%

75
25
111

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

Portions of RGB colors in percentages

R + G + B = 75 + 25 + 111 = 211 (100%)
R 75 of 211 ~ 35.55%
G 25 of 211 ~ 11.85%
B 111 of 211 ~ 52.61'%

%35.55
%11.85
%52.61

CMYK color model

#4B196F color CMYK value is (32,77,0,56).

  • cyan value is 32.43%
  • magenta value is 77.48%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (32,77,0,56) C32M77Y0K56 (32%,77%,0%,56%) (0.32/0.77/0.00/0.56) 

CMYK percentages

%32.43
%77.48
%0
%56.47

Codes

Color #4B196F in popluar color models

4B 19 6F
RGB 75 25 111
HSL 275° 63.24% 26.67%
HSB/HSV 275° 77.48% 43.53%
CMYK 32.43% 77.48% 0.00%
56.47%

Color #4B196F in popluar number systems.

HEX 4B 19 6F
Decimal 75 25 111
Binary 1001011 11001 1101111
Octal 113 31 157

Shades and tints

Shades of #4B196F

#4B196F
(75,25,111)
#451765
(69,23,101)
#3F155B
(63,21,91)
#391351
(57,19,81)
#331147
(51,17,71)
#2D0F3D
(45,15,61)
#270D33
(39,13,51)
#210B29
(33,11,41)
#1B091F
(27,9,31)
#150715
(21,7,21)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B196F

#4B196F
(75,25,111)
#5B2D7C
(91,45,124)
#6B4189
(107,65,137)
#7B5596
(123,85,150)
#8B69A3
(139,105,163)
#9B7DB0
(155,125,176)
#AB91BD
(171,145,189)
#BBA5CA
(187,165,202)
#CBB9D7
(203,185,215)
#DBCDE4
(219,205,228)
#EBE1F1
(235,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B196F; }

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

This text font color is #4B196F.

Background Color

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

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

This div background color is #4B196F.

Border color

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

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

This div border color is #4B196F.

Opacity

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

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

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

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

This text has shadow with #4B196F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B196F.

Preview

Color preview on black background

This text has color #4B196F on black background.


Color preview on white background

This text has color #4B196F on white background.


Black color preview on #4B196F background

This text has black color on #4B196F background.


White color preview on #4B196F background

This text has white color on #4B196F background.


Related colors

Complementary color

Complementary color for #hex is #B4E690.


I love getcolorcode.com

Triadic colors

1 #6F4B19 and #196F4B with #4B196F are triadic colors.

2 #6F194B and #194B6F with #4B196F are triadic colors.