COLOR #4B3679

HEX: #4B3679 RGB: (75,54,121)

Color info

#4B3679 contains mainly red and blue colors. Web safe color of #4B3679 is #333366 (or #336).

RGB color model

#4B3679 color RGB value is (75,54,121).

RGB: (75,54,121) (29%, 21%, 47%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 121 of 255 = 47%

75
54
121

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

Portions of RGB colors in percentages

R + G + B = 75 + 54 + 121 = 250 (100%)
R 75 of 250 ~ 30%
G 54 of 250 ~ 21.6%
B 121 of 250 ~ 48.4'%

%30
%21.6
%48.4

CMYK color model

#4B3679 color CMYK value is (38,55,0,53).

  • cyan value is 38.02%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (38,55,0,53)
C38M55Y0K53 (38%, 55%, 0%, 53%)
(0.38 / 0.55 / 0.00 / 0.53)

CMYK percentages

%38.02
%55.37
%0
%52.55

Codes

Color #4B3679 in popluar color models

4B 36 79
RGB 75 54 121
HSL 259° 38.29% 34.31%
HSB/HSV 259° 55.37% 47.45%
CMYK 38.02% 55.37% 0.00%
52.55%

Color #4B3679 in popluar number systems.

HEX 4B 36 79
Decimal 75 54 121
Binary 1001011 110110 1111001
Octal 113 66 171

Shades and tints

Shades of #4B3679

#4B3679
(75,54,121)
#45326E
(69,50,110)
#3F2E63
(63,46,99)
#392A58
(57,42,88)
#33264D
(51,38,77)
#2D2242
(45,34,66)
#271E37
(39,30,55)
#211A2C
(33,26,44)
#1B1621
(27,22,33)
#151216
(21,18,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #4B3679

#4B3679
(75,54,121)
#5B4885
(91,72,133)
#6B5A91
(107,90,145)
#7B6C9D
(123,108,157)
#8B7EA9
(139,126,169)
#9B90B5
(155,144,181)
#ABA2C1
(171,162,193)
#BBB4CD
(187,180,205)
#CBC6D9
(203,198,217)
#DBD8E5
(219,216,229)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3679 color. Also use rgb(75,54,121) instead hex code.

Text Font Color

.myTextColor { color: #4B3679; }

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

This text font color is #4B3679.

Background Color

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

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

This div background color is #4B3679.

Border color

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

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

This div border color is #4B3679.

Opacity

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

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

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

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

This text has shadow with #4B3679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3679.

Preview

Color preview on black background

This text has color #4B3679 on black background.


Color preview on white background

This text has color #4B3679 on white background.


Black color preview on #4B3679 background

This text has black color on #4B3679 background.


White color preview on #4B3679 background

This text has white color on #4B3679 background.


Related colors

Complementary color

Complementary color for #hex is #B4C986.


I love getcolorcode.com

Triadic colors

1 #794B36 and #36794B with #4B3679 are triadic colors.

2 #79364B and #364B79 with #4B3679 are triadic colors.