COLOR #4B326C

HEX: #4B326C
RGB: (75,50,108)

Color info

#4B326C contains red, green and blue colors in about the same proportion. Web safe color of #4B326C is #333366 (or #336).

RGB color model

#4B326C color RGB value is (75,50,108).

  • red value is 75;
  • green value is 50;
  • blue value is 108.
RGB:
(75,50,108)
(29%,20%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 108 of 255 = 42%

75
50
108

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

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 108 = 233 (100%)
R 75 of 233 ~ 32.19%
G 50 of 233 ~ 21.46%
B 108 of 233 ~ 46.35%

%32.19
%21.46
%46.35

CMYK color model

#4B326C color CMYK value is (31,54,0,58).

  • cyan value is 30.56%
  • magenta value is 53.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,54,0,58)
C31M54Y0K58 
(31%,54%,0%,58%)
(0.31/0.54/0.00/0.58)	

CMYK percentages

%30.56
%53.7
%0
%57.65

Codes

Color #4B326C in popluar color models

4B326C
RGB7550108
HSL266°36.71%30.98%
HSB/HSV266°53.70%42.35%
CMYK30.56%53.70%0.00%
57.65%

Color #4B326C in popluar number systems.

HEX4B326C
Decimal7550108
Binary10010111100101101100
Octal11362154

Shades and tints

Shades of #4B326C

#4B326C
(75,50,108)
#452E63
(69,46,99)
#3F2A5A
(63,42,90)
#392651
(57,38,81)
#332248
(51,34,72)
#2D1E3F
(45,30,63)
#271A36
(39,26,54)
#21162D
(33,22,45)
#1B1224
(27,18,36)
#150E1B
(21,14,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #4B326C

#4B326C
(75,50,108)
#5B4479
(91,68,121)
#6B5686
(107,86,134)
#7B6893
(123,104,147)
#8B7AA0
(139,122,160)
#9B8CAD
(155,140,173)
#AB9EBA
(171,158,186)
#BBB0C7
(187,176,199)
#CBC2D4
(203,194,212)
#DBD4E1
(219,212,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B326C; }

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

This text font color is #4B326C.


Background Color

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

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

This div background color is #4B326C.


Border color

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

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

This div border color is #4B326C.


Opacity

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

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

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

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

This text has shadow with #4B326C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B326C on black background.


Color preview on white background

This text has color #4B326C on white background.



Black color preview on #4B326C background

This text has black color on #4B326C background.


White color preview on #4B326C background

This text has white color on #4B326C background.