COLOR #4B1187

HEX: #4B1187 RGB: (75,17,135)

Color info

#4B1187 contains mainly blue color. Web safe color of #4B1187 is #330099 (or #309).

RGB color model

#4B1187 color RGB value is (75,17,135).

RGB: (75,17,135) (29%, 7%, 53%)

RGB channels and saturation

R 75 of 255 = 29%
G 17 of 255 = 7%
B 135 of 255 = 53%

75
17
135

R + G + B ~ 30%. #4B1187 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 17 + 135 = 227 (100%)
R 75 of 227 ~ 33.04%
G 17 of 227 ~ 7.49%
B 135 of 227 ~ 59.47'%

%33.04
%59.47

CMYK color model

#4B1187 color CMYK value is (44,87,0,47).

  • cyan value is 44.44%
  • magenta value is 87.41%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (44,87,0,47)
C44M87Y0K47 (44%, 87%, 0%, 47%)
(0.44 / 0.87 / 0.00 / 0.47)

CMYK percentages

%44.44
%87.41
%0
%47.06

Codes

Color #4B1187 in popluar color models

4B 11 87
RGB 75 17 135
HSL 269° 77.63% 29.80%
HSB/HSV 269° 87.41% 52.94%
CMYK 44.44% 87.41% 0.00%
47.06%

Color #4B1187 in popluar number systems.

HEX 4B 11 87
Decimal 75 17 135
Binary 1001011 10001 10000111
Octal 113 21 207

Shades and tints

Shades of #4B1187

#4B1187
(75,17,135)
#45107B
(69,16,123)
#3F0F6F
(63,15,111)
#390E63
(57,14,99)
#330D57
(51,13,87)
#2D0C4B
(45,12,75)
#270B3F
(39,11,63)
#210A33
(33,10,51)
#1B0927
(27,9,39)
#15081B
(21,8,27)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #4B1187

#4B1187
(75,17,135)
#5B2691
(91,38,145)
#6B3B9B
(107,59,155)
#7B50A5
(123,80,165)
#8B65AF
(139,101,175)
#9B7AB9
(155,122,185)
#AB8FC3
(171,143,195)
#BBA4CD
(187,164,205)
#CBB9D7
(203,185,215)
#DBCEE1
(219,206,225)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1187; }

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

This text font color is #4B1187.

Background Color

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

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

This div background color is #4B1187.

Border color

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

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

This div border color is #4B1187.

Opacity

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

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

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

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

This text has shadow with #4B1187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1187.

Preview

Color preview on black background

This text has color #4B1187 on black background.


Color preview on white background

This text has color #4B1187 on white background.


Black color preview on #4B1187 background

This text has black color on #4B1187 background.


White color preview on #4B1187 background

This text has white color on #4B1187 background.


Related colors

Complementary color

Complementary color for #hex is #B4EE78.


I love getcolorcode.com

Triadic colors

1 #874B11 and #11874B with #4B1187 are triadic colors.

2 #87114B and #114B87 with #4B1187 are triadic colors.