COLOR #4B3268

HEX: #4B3268
RGB: (75,50,104)

Color info

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

RGB color model

#4B3268 color RGB value is (75,50,104).

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

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 104 of 255 = 41%

75
50
104

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

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 104 = 229 (100%)
R 75 of 229 ~ 32.75%
G 50 of 229 ~ 21.83%
B 104 of 229 ~ 45.41%

%32.75
%21.83
%45.41

CMYK color model

#4B3268 color CMYK value is (28,52,0,59).

  • cyan value is 27.88%
  • magenta value is 51.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(28,52,0,59)
C28M52Y0K59 
(28%,52%,0%,59%)
(0.28/0.52/0.00/0.59)	

CMYK percentages

%27.88
%51.92
%0
%59.22

Codes

Color #4B3268 in popluar color models

4B3268
RGB7550104
HSL268°35.06%30.20%
HSB/HSV268°51.92%40.78%
CMYK27.88%51.92%0.00%
59.22%

Color #4B3268 in popluar number systems.

HEX4B3268
Decimal7550104
Binary10010111100101101000
Octal11362150

Shades and tints

Shades of #4B3268

#4B3268
(75,50,104)
#452E5F
(69,46,95)
#3F2A56
(63,42,86)
#39264D
(57,38,77)
#332244
(51,34,68)
#2D1E3B
(45,30,59)
#271A32
(39,26,50)
#211629
(33,22,41)
#1B1220
(27,18,32)
#150E17
(21,14,23)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #4B3268

#4B3268
(75,50,104)
#5B4475
(91,68,117)
#6B5682
(107,86,130)
#7B688F
(123,104,143)
#8B7A9C
(139,122,156)
#9B8CA9
(155,140,169)
#AB9EB6
(171,158,182)
#BBB0C3
(187,176,195)
#CBC2D0
(203,194,208)
#DBD4DD
(219,212,221)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3268; }

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

This text font color is #4B3268.


Background Color

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

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

This div background color is #4B3268.


Border color

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

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

This div border color is #4B3268.


Opacity

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

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

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

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

This text has shadow with #4B3268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3268 on black background.


Color preview on white background

This text has color #4B3268 on white background.



Black color preview on #4B3268 background

This text has black color on #4B3268 background.


White color preview on #4B3268 background

This text has white color on #4B3268 background.