COLOR #4B2489

HEX: #4B2489 RGB: (75,36,137)

Color info

#4B2489 contains mainly blue color. Web safe color of #4B2489 is #333399 (or #339).

RGB color model

#4B2489 color RGB value is (75,36,137).

RGB: (75,36,137) (29%, 14%, 54%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 137 of 255 = 54%

75
36
137

R + G + B ~ 32%. #4B2489 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 36 + 137 = 248 (100%)
R 75 of 248 ~ 30.24%
G 36 of 248 ~ 14.52%
B 137 of 248 ~ 55.24'%

%30.24
%14.52
%55.24

CMYK color model

#4B2489 color CMYK value is (45,74,0,46).

  • cyan value is 45.26%
  • magenta value is 73.72%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (45,74,0,46)
C45M74Y0K46 (45%, 74%, 0%, 46%)
(0.45 / 0.74 / 0.00 / 0.46)

CMYK percentages

%45.26
%73.72
%0
%46.27

Codes

Color #4B2489 in popluar color models

4B 24 89
RGB 75 36 137
HSL 263° 58.38% 33.92%
HSB/HSV 263° 73.72% 53.73%
CMYK 45.26% 73.72% 0.00%
46.27%

Color #4B2489 in popluar number systems.

HEX 4B 24 89
Decimal 75 36 137
Binary 1001011 100100 10001001
Octal 113 44 211

Shades and tints

Shades of #4B2489

#4B2489
(75,36,137)
#45217D
(69,33,125)
#3F1E71
(63,30,113)
#391B65
(57,27,101)
#331859
(51,24,89)
#2D154D
(45,21,77)
#271241
(39,18,65)
#210F35
(33,15,53)
#1B0C29
(27,12,41)
#15091D
(21,9,29)
#0F0611
(15,6,17)
#000000
(0,0,0)

Tints of #4B2489

#4B2489
(75,36,137)
#5B3793
(91,55,147)
#6B4A9D
(107,74,157)
#7B5DA7
(123,93,167)
#8B70B1
(139,112,177)
#9B83BB
(155,131,187)
#AB96C5
(171,150,197)
#BBA9CF
(187,169,207)
#CBBCD9
(203,188,217)
#DBCFE3
(219,207,227)
#EBE2ED
(235,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2489 color. Also use rgb(75,36,137) instead hex code.

Text Font Color

.myTextColor { color: #4B2489; }

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

This text font color is #4B2489.

Background Color

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

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

This div background color is #4B2489.

Border color

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

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

This div border color is #4B2489.

Opacity

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

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

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

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

This text has shadow with #4B2489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2489.

Preview

Color preview on black background

This text has color #4B2489 on black background.


Color preview on white background

This text has color #4B2489 on white background.


Black color preview on #4B2489 background

This text has black color on #4B2489 background.


White color preview on #4B2489 background

This text has white color on #4B2489 background.


Related colors

Complementary color

Complementary color for #hex is #B4DB76.


I love getcolorcode.com

Triadic colors

1 #894B24 and #24894B with #4B2489 are triadic colors.

2 #89244B and #244B89 with #4B2489 are triadic colors.