COLOR #4B2C77

HEX: #4B2C77
RGB: (75,44,119)

Color info

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

RGB color model

#4B2C77 color RGB value is (75,44,119).

  • red value is 75;
  • green value is 44;
  • blue value is 119.
RGB:
(75,44,119)
(29%,17%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 44 of 255 = 17%
B 119 of 255 = 47%

75
44
119

R + G + B ~ 31%. #4B2C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 44 + 119 = 238 (100%)
R 75 of 238 ~ 31.51%
G 44 of 238 ~ 18.49%
B 119 of 238 ~ 50%

%31.51
%18.49
%50

CMYK color model

#4B2C77 color CMYK value is (37,63,0,53).

  • cyan value is 36.97%
  • magenta value is 63.03%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(37,63,0,53)
C37M63Y0K53 
(37%,63%,0%,53%)
(0.37/0.63/0.00/0.53)	

CMYK percentages

%36.97
%63.03
%0
%53.33

Codes

Color #4B2C77 in popluar color models

4B2C77
RGB7544119
HSL265°46.01%31.96%
HSB/HSV265°63.03%46.67%
CMYK36.97%63.03%0.00%
53.33%

Color #4B2C77 in popluar number systems.

HEX4B2C77
Decimal7544119
Binary10010111011001110111
Octal11354167

Shades and tints

Shades of #4B2C77

#4B2C77
(75,44,119)
#45286D
(69,40,109)
#3F2463
(63,36,99)
#392059
(57,32,89)
#331C4F
(51,28,79)
#2D1845
(45,24,69)
#27143B
(39,20,59)
#211031
(33,16,49)
#1B0C27
(27,12,39)
#15081D
(21,8,29)
#0F0413
(15,4,19)
#000000
(0,0,0)

Tints of #4B2C77

#4B2C77
(75,44,119)
#5B3F83
(91,63,131)
#6B528F
(107,82,143)
#7B659B
(123,101,155)
#8B78A7
(139,120,167)
#9B8BB3
(155,139,179)
#AB9EBF
(171,158,191)
#BBB1CB
(187,177,203)
#CBC4D7
(203,196,215)
#DBD7E3
(219,215,227)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2C77 color. Also use rgb(75,44,119) instead hex code.

Text Font Color

.myTextColor { color: #4B2C77; }

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

This text font color is #4B2C77.


Background Color

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

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

This div background color is #4B2C77.


Border color

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

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

This div border color is #4B2C77.


Opacity

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

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

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

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

This text has shadow with #4B2C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2C77 on black background.


Color preview on white background

This text has color #4B2C77 on white background.



Black color preview on #4B2C77 background

This text has black color on #4B2C77 background.


White color preview on #4B2C77 background

This text has white color on #4B2C77 background.