COLOR #4B4584

HEX: #4B4584 RGB: (75,69,132)

Color info

#4B4584 contains mainly red and blue colors. Web safe color of #4B4584 is #333399 (or #339).

RGB color model

#4B4584 color RGB value is (75,69,132).

RGB: (75,69,132) (29%, 27%, 52%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 132 of 255 = 52%

75
69
132

R + G + B ~ 36%. #4B4584 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 69 + 132 = 276 (100%)
R 75 of 276 ~ 27.17%
G 69 of 276 ~ 25%
B 132 of 276 ~ 47.83'%

%27.17
%25
%47.83

CMYK color model

#4B4584 color CMYK value is (43,48,0,48).

  • cyan value is 43.18%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (43,48,0,48)
C43M48Y0K48 (43%, 48%, 0%, 48%)
(0.43 / 0.48 / 0.00 / 0.48)

CMYK percentages

%43.18
%47.73
%0
%48.24

Codes

Color #4B4584 in popluar color models

4B 45 84
RGB 75 69 132
HSL 246° 31.34% 39.41%
HSB/HSV 246° 47.73% 51.76%
CMYK 43.18% 47.73% 0.00%
48.24%

Color #4B4584 in popluar number systems.

HEX 4B 45 84
Decimal 75 69 132
Binary 1001011 1000101 10000100
Octal 113 105 204

Shades and tints

Shades of #4B4584

#4B4584
(75,69,132)
#453F78
(69,63,120)
#3F396C
(63,57,108)
#393360
(57,51,96)
#332D54
(51,45,84)
#2D2748
(45,39,72)
#27213C
(39,33,60)
#211B30
(33,27,48)
#1B1524
(27,21,36)
#150F18
(21,15,24)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B4584

#4B4584
(75,69,132)
#5B558F
(91,85,143)
#6B659A
(107,101,154)
#7B75A5
(123,117,165)
#8B85B0
(139,133,176)
#9B95BB
(155,149,187)
#ABA5C6
(171,165,198)
#BBB5D1
(187,181,209)
#CBC5DC
(203,197,220)
#DBD5E7
(219,213,231)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4584 color. Also use rgb(75,69,132) instead hex code.

Text Font Color

.myTextColor { color: #4B4584; }

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

This text font color is #4B4584.

Background Color

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

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

This div background color is #4B4584.

Border color

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

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

This div border color is #4B4584.

Opacity

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

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

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

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

This text has shadow with #4B4584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4584.

Preview

Color preview on black background

This text has color #4B4584 on black background.


Color preview on white background

This text has color #4B4584 on white background.


Black color preview on #4B4584 background

This text has black color on #4B4584 background.


White color preview on #4B4584 background

This text has white color on #4B4584 background.


Related colors

Complementary color

Complementary color for #hex is #B4BA7B.


I love getcolorcode.com

Triadic colors

1 #844B45 and #45844B with #4B4584 are triadic colors.

2 #84454B and #454B84 with #4B4584 are triadic colors.