COLOR #4B2E68

HEX: #4B2E68
RGB: (75,46,104)

Color info

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

RGB color model

#4B2E68 color RGB value is (75,46,104).

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

RGB channels and saturation

R 75 of 255 = 29%
G 46 of 255 = 18%
B 104 of 255 = 41%

75
46
104

R + G + B ~ 29%. #4B2E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 46 + 104 = 225 (100%)
R 75 of 225 ~ 33.33%
G 46 of 225 ~ 20.44%
B 104 of 225 ~ 46.22%

%33.33
%20.44
%46.22

CMYK color model

#4B2E68 color CMYK value is (28,56,0,59).

  • cyan value is 27.88%
  • magenta value is 55.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(28,56,0,59)
C28M56Y0K59 
(28%,56%,0%,59%)
(0.28/0.56/0.00/0.59)	

CMYK percentages

%27.88
%55.77
%0
%59.22

Codes

Color #4B2E68 in popluar color models

4B2E68
RGB7546104
HSL270°38.67%29.41%
HSB/HSV270°55.77%40.78%
CMYK27.88%55.77%0.00%
59.22%

Color #4B2E68 in popluar number systems.

HEX4B2E68
Decimal7546104
Binary10010111011101101000
Octal11356150

Shades and tints

Shades of #4B2E68

#4B2E68
(75,46,104)
#452A5F
(69,42,95)
#3F2656
(63,38,86)
#39224D
(57,34,77)
#331E44
(51,30,68)
#2D1A3B
(45,26,59)
#271632
(39,22,50)
#211229
(33,18,41)
#1B0E20
(27,14,32)
#150A17
(21,10,23)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #4B2E68

#4B2E68
(75,46,104)
#5B4175
(91,65,117)
#6B5482
(107,84,130)
#7B678F
(123,103,143)
#8B7A9C
(139,122,156)
#9B8DA9
(155,141,169)
#ABA0B6
(171,160,182)
#BBB3C3
(187,179,195)
#CBC6D0
(203,198,208)
#DBD9DD
(219,217,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2E68; }

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

This text font color is #4B2E68.


Background Color

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

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

This div background color is #4B2E68.


Border color

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

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

This div border color is #4B2E68.


Opacity

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

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

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

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

This text has shadow with #4B2E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2E68 on black background.


Color preview on white background

This text has color #4B2E68 on white background.



Black color preview on #4B2E68 background

This text has black color on #4B2E68 background.


White color preview on #4B2E68 background

This text has white color on #4B2E68 background.