COLOR #4B114F

HEX: #4B114F RGB: (75,17,79)

Color info

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

RGB color model

#4B114F color RGB value is (75,17,79).

RGB: (75,17,79) (29%, 7%, 31%)

RGB channels and saturation

R 75 of 255 = 29%
G 17 of 255 = 7%
B 79 of 255 = 31%

75
17
79

R + G + B ~ 22%. #4B114F is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 17 + 79 = 171 (100%)
R 75 of 171 ~ 43.86%
G 17 of 171 ~ 9.94%
B 79 of 171 ~ 46.2'%

%43.86
%46.2

CMYK color model

#4B114F color CMYK value is (5,78,0,69).

  • cyan value is 5.06%
  • magenta value is 78.48%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (5,78,0,69)
C5M78Y0K69 (5%, 78%, 0%, 69%)
(0.05 / 0.78 / 0.00 / 0.69)

CMYK percentages

%5.06
%78.48
%0
%69.02

Codes

Color #4B114F in popluar color models

4B 11 4F
RGB 75 17 79
HSL 296° 64.58% 18.82%
HSB/HSV 296° 78.48% 30.98%
CMYK 5.06% 78.48% 0.00%
69.02%

Color #4B114F in popluar number systems.

HEX 4B 11 4F
Decimal 75 17 79
Binary 1001011 10001 1001111
Octal 113 21 117

Shades and tints

Shades of #4B114F

#4B114F
(75,17,79)
#451048
(69,16,72)
#3F0F41
(63,15,65)
#390E3A
(57,14,58)
#330D33
(51,13,51)
#2D0C2C
(45,12,44)
#270B25
(39,11,37)
#210A1E
(33,10,30)
#1B0917
(27,9,23)
#150810
(21,8,16)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #4B114F

#4B114F
(75,17,79)
#5B265F
(91,38,95)
#6B3B6F
(107,59,111)
#7B507F
(123,80,127)
#8B658F
(139,101,143)
#9B7A9F
(155,122,159)
#AB8FAF
(171,143,175)
#BBA4BF
(187,164,191)
#CBB9CF
(203,185,207)
#DBCEDF
(219,206,223)
#EBE3EF
(235,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B114F color. Also use rgb(75,17,79) instead hex code.

Text Font Color

.myTextColor { color: #4B114F; }

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

This text font color is #4B114F.

Background Color

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

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

This div background color is #4B114F.

Border color

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

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

This div border color is #4B114F.

Opacity

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

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

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

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

This text has shadow with #4B114F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B114F.

Preview

Color preview on black background

This text has color #4B114F on black background.


Color preview on white background

This text has color #4B114F on white background.


Black color preview on #4B114F background

This text has black color on #4B114F background.


White color preview on #4B114F background

This text has white color on #4B114F background.


Related colors

Complementary color

Complementary color for #hex is #B4EEB0.


I love getcolorcode.com

Triadic colors

1 #4F4B11 and #114F4B with #4B114F are triadic colors.

2 #4F114B and #114B4F with #4B114F are triadic colors.