COLOR #4B237A

HEX: #4B237A
RGB: (75,35,122)

Color info

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

RGB color model

#4B237A color RGB value is (75,35,122).

  • red value is 75;
  • green value is 35;
  • blue value is 122.
RGB:
(75,35,122)
(29%,14%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 122 of 255 = 48%

75
35
122

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

Portions of RGB colors in percentages

R + G + B =
75 + 35 + 122 = 232 (100%)
R 75 of 232 ~ 32.33%
G 35 of 232 ~ 15.09%
B 122 of 232 ~ 52.59%

%32.33
%15.09
%52.59

CMYK color model

#4B237A color CMYK value is (39,71,0,52).

  • cyan value is 38.52%
  • magenta value is 71.31%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,71,0,52)
C39M71Y0K52 
(39%,71%,0%,52%)
(0.39/0.71/0.00/0.52)	

CMYK percentages

%38.52
%71.31
%0
%52.16

Codes

Color #4B237A in popluar color models

4B237A
RGB7535122
HSL268°55.41%30.78%
HSB/HSV268°71.31%47.84%
CMYK38.52%71.31%0.00%
52.16%

Color #4B237A in popluar number systems.

HEX4B237A
Decimal7535122
Binary10010111000111111010
Octal11343172

Shades and tints

Shades of #4B237A

#4B237A
(75,35,122)
#45206F
(69,32,111)
#3F1D64
(63,29,100)
#391A59
(57,26,89)
#33174E
(51,23,78)
#2D1443
(45,20,67)
#271138
(39,17,56)
#210E2D
(33,14,45)
#1B0B22
(27,11,34)
#150817
(21,8,23)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #4B237A

#4B237A
(75,35,122)
#5B3786
(91,55,134)
#6B4B92
(107,75,146)
#7B5F9E
(123,95,158)
#8B73AA
(139,115,170)
#9B87B6
(155,135,182)
#AB9BC2
(171,155,194)
#BBAFCE
(187,175,206)
#CBC3DA
(203,195,218)
#DBD7E6
(219,215,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B237A; }

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

This text font color is #4B237A.


Background Color

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

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

This div background color is #4B237A.


Border color

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

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

This div border color is #4B237A.


Opacity

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

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

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

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

This text has shadow with #4B237A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B237A on black background.


Color preview on white background

This text has color #4B237A on white background.



Black color preview on #4B237A background

This text has black color on #4B237A background.


White color preview on #4B237A background

This text has white color on #4B237A background.