COLOR #4B327A

HEX: #4B327A RGB: (75,50,122)

Color info

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

RGB color model

#4B327A color RGB value is (75,50,122).

RGB: (75,50,122) (29%, 20%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 122 of 255 = 48%

75
50
122

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

Portions of RGB colors in percentages

R + G + B = 75 + 50 + 122 = 247 (100%)
R 75 of 247 ~ 30.36%
G 50 of 247 ~ 20.24%
B 122 of 247 ~ 49.39'%

%30.36
%20.24
%49.39

CMYK color model

#4B327A color CMYK value is (39,59,0,52).

  • cyan value is 38.52%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (39,59,0,52)
C39M59Y0K52 (39%, 59%, 0%, 52%)
(0.39 / 0.59 / 0.00 / 0.52)

CMYK percentages

%38.52
%59.02
%0
%52.16

Codes

Color #4B327A in popluar color models

4B 32 7A
RGB 75 50 122
HSL 261° 41.86% 33.73%
HSB/HSV 261° 59.02% 47.84%
CMYK 38.52% 59.02% 0.00%
52.16%

Color #4B327A in popluar number systems.

HEX 4B 32 7A
Decimal 75 50 122
Binary 1001011 110010 1111010
Octal 113 62 172

Shades and tints

Shades of #4B327A

#4B327A
(75,50,122)
#452E6F
(69,46,111)
#3F2A64
(63,42,100)
#392659
(57,38,89)
#33224E
(51,34,78)
#2D1E43
(45,30,67)
#271A38
(39,26,56)
#21162D
(33,22,45)
#1B1222
(27,18,34)
#150E17
(21,14,23)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #4B327A

#4B327A
(75,50,122)
#5B4486
(91,68,134)
#6B5692
(107,86,146)
#7B689E
(123,104,158)
#8B7AAA
(139,122,170)
#9B8CB6
(155,140,182)
#AB9EC2
(171,158,194)
#BBB0CE
(187,176,206)
#CBC2DA
(203,194,218)
#DBD4E6
(219,212,230)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B327A color. Also use rgb(75,50,122) instead hex code.

Text Font Color

.myTextColor { color: #4B327A; }

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

This text font color is #4B327A.

Background Color

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

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

This div background color is #4B327A.

Border color

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

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

This div border color is #4B327A.

Opacity

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

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

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

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

This text has shadow with #4B327A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B327A.

Preview

Color preview on black background

This text has color #4B327A on black background.


Color preview on white background

This text has color #4B327A on white background.


Black color preview on #4B327A background

This text has black color on #4B327A background.


White color preview on #4B327A background

This text has white color on #4B327A background.


Related colors

Complementary color

Complementary color for #hex is #B4CD85.


I love getcolorcode.com

Triadic colors

1 #7A4B32 and #327A4B with #4B327A are triadic colors.

2 #7A324B and #324B7A with #4B327A are triadic colors.