COLOR #4B258C

HEX: #4B258C
RGB: (75,37,140)

Color info

#4B258C contains mainly blue color. Web safe color of #4B258C is #333399 (or #339).

RGB color model

#4B258C color RGB value is (75,37,140).

  • red value is 75;
  • green value is 37;
  • blue value is 140.
RGB:
(75,37,140)
(29%,15%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 37 of 255 = 15%
B 140 of 255 = 55%

75
37
140

R + G + B ~ 33%. #4B258C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 37 + 140 = 252 (100%)
R 75 of 252 ~ 29.76%
G 37 of 252 ~ 14.68%
B 140 of 252 ~ 55.56%

%29.76
%14.68
%55.56

CMYK color model

#4B258C color CMYK value is (46,74,0,45).

  • cyan value is 46.43%
  • magenta value is 73.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,74,0,45)
C46M74Y0K45 
(46%,74%,0%,45%)
(0.46/0.74/0.00/0.45)	

CMYK percentages

%46.43
%73.57
%0
%45.1

Codes

Color #4B258C in popluar color models

4B258C
RGB7537140
HSL262°58.19%34.71%
HSB/HSV262°73.57%54.90%
CMYK46.43%73.57%0.00%
45.10%

Color #4B258C in popluar number systems.

HEX4B258C
Decimal7537140
Binary100101110010110001100
Octal11345214

Shades and tints

Shades of #4B258C

#4B258C
(75,37,140)
#452280
(69,34,128)
#3F1F74
(63,31,116)
#391C68
(57,28,104)
#33195C
(51,25,92)
#2D1650
(45,22,80)
#271344
(39,19,68)
#211038
(33,16,56)
#1B0D2C
(27,13,44)
#150A20
(21,10,32)
#0F0714
(15,7,20)
#000000
(0,0,0)

Tints of #4B258C

#4B258C
(75,37,140)
#5B3896
(91,56,150)
#6B4BA0
(107,75,160)
#7B5EAA
(123,94,170)
#8B71B4
(139,113,180)
#9B84BE
(155,132,190)
#AB97C8
(171,151,200)
#BBAAD2
(187,170,210)
#CBBDDC
(203,189,220)
#DBD0E6
(219,208,230)
#EBE3F0
(235,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B258C color. Also use rgb(75,37,140) instead hex code.

Text Font Color

.myTextColor { color: #4B258C; }

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

This text font color is #4B258C.


Background Color

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

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

This div background color is #4B258C.


Border color

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

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

This div border color is #4B258C.


Opacity

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

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

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

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

This text has shadow with #4B258C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B258C on black background.


Color preview on white background

This text has color #4B258C on white background.



Black color preview on #4B258C background

This text has black color on #4B258C background.


White color preview on #4B258C background

This text has white color on #4B258C background.