COLOR #4B146C

HEX: #4B146C
RGB: (75,20,108)

Color info

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

RGB color model

#4B146C color RGB value is (75,20,108).

  • red value is 75;
  • green value is 20;
  • blue value is 108.
RGB:
(75,20,108)
(29%,8%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 20 of 255 = 8%
B 108 of 255 = 42%

75
20
108

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

Portions of RGB colors in percentages

R + G + B =
75 + 20 + 108 = 203 (100%)
R 75 of 203 ~ 36.95%
G 20 of 203 ~ 9.85%
B 108 of 203 ~ 53.2%

%36.95
%9.85
%53.2

CMYK color model

#4B146C color CMYK value is (31,81,0,58).

  • cyan value is 30.56%
  • magenta value is 81.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,81,0,58)
C31M81Y0K58 
(31%,81%,0%,58%)
(0.31/0.81/0.00/0.58)	

CMYK percentages

%30.56
%81.48
%0
%57.65

Codes

Color #4B146C in popluar color models

4B146C
RGB7520108
HSL278°68.75%25.10%
HSB/HSV278°81.48%42.35%
CMYK30.56%81.48%0.00%
57.65%

Color #4B146C in popluar number systems.

HEX4B146C
Decimal7520108
Binary1001011101001101100
Octal11324154

Shades and tints

Shades of #4B146C

#4B146C
(75,20,108)
#451363
(69,19,99)
#3F125A
(63,18,90)
#391151
(57,17,81)
#331048
(51,16,72)
#2D0F3F
(45,15,63)
#270E36
(39,14,54)
#210D2D
(33,13,45)
#1B0C24
(27,12,36)
#150B1B
(21,11,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #4B146C

#4B146C
(75,20,108)
#5B2979
(91,41,121)
#6B3E86
(107,62,134)
#7B5393
(123,83,147)
#8B68A0
(139,104,160)
#9B7DAD
(155,125,173)
#AB92BA
(171,146,186)
#BBA7C7
(187,167,199)
#CBBCD4
(203,188,212)
#DBD1E1
(219,209,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B146C color. Also use rgb(75,20,108) instead hex code.

Text Font Color

.myTextColor { color: #4B146C; }

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

This text font color is #4B146C.


Background Color

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

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

This div background color is #4B146C.


Border color

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

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

This div border color is #4B146C.


Opacity

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

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

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

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

This text has shadow with #4B146C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B146C on black background.


Color preview on white background

This text has color #4B146C on white background.



Black color preview on #4B146C background

This text has black color on #4B146C background.


White color preview on #4B146C background

This text has white color on #4B146C background.