COLOR #4B145B

HEX: #4B145B RGB: (75,20,91)

Color info

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

RGB color model

#4B145B color RGB value is (75,20,91).

RGB: (75,20,91) (29%, 8%, 36%)

RGB channels and saturation

R 75 of 255 = 29%
G 20 of 255 = 8%
B 91 of 255 = 36%

75
20
91

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

Portions of RGB colors in percentages

R + G + B = 75 + 20 + 91 = 186 (100%)
R 75 of 186 ~ 40.32%
G 20 of 186 ~ 10.75%
B 91 of 186 ~ 48.92'%

%40.32
%10.75
%48.92

CMYK color model

#4B145B color CMYK value is (18,78,0,64).

  • cyan value is 17.58%
  • magenta value is 78.02%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (18,78,0,64)
C18M78Y0K64 (18%, 78%, 0%, 64%)
(0.18 / 0.78 / 0.00 / 0.64)

CMYK percentages

%17.58
%78.02
%0
%64.31

Codes

Color #4B145B in popluar color models

4B 14 5B
RGB 75 20 91
HSL 286° 63.96% 21.76%
HSB/HSV 286° 78.02% 35.69%
CMYK 17.58% 78.02% 0.00%
64.31%

Color #4B145B in popluar number systems.

HEX 4B 14 5B
Decimal 75 20 91
Binary 1001011 10100 1011011
Octal 113 24 133

Shades and tints

Shades of #4B145B

#4B145B
(75,20,91)
#451353
(69,19,83)
#3F124B
(63,18,75)
#391143
(57,17,67)
#33103B
(51,16,59)
#2D0F33
(45,15,51)
#270E2B
(39,14,43)
#210D23
(33,13,35)
#1B0C1B
(27,12,27)
#150B13
(21,11,19)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #4B145B

#4B145B
(75,20,91)
#5B2969
(91,41,105)
#6B3E77
(107,62,119)
#7B5385
(123,83,133)
#8B6893
(139,104,147)
#9B7DA1
(155,125,161)
#AB92AF
(171,146,175)
#BBA7BD
(187,167,189)
#CBBCCB
(203,188,203)
#DBD1D9
(219,209,217)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B145B; }

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

This text font color is #4B145B.

Background Color

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

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

This div background color is #4B145B.

Border color

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

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

This div border color is #4B145B.

Opacity

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

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

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

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

This text has shadow with #4B145B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B145B.

Preview

Color preview on black background

This text has color #4B145B on black background.


Color preview on white background

This text has color #4B145B on white background.


Black color preview on #4B145B background

This text has black color on #4B145B background.


White color preview on #4B145B background

This text has white color on #4B145B background.


Related colors

Complementary color

Complementary color for #hex is #B4EBA4.


I love getcolorcode.com

Triadic colors

1 #5B4B14 and #145B4B with #4B145B are triadic colors.

2 #5B144B and #144B5B with #4B145B are triadic colors.