COLOR #4B3C98

HEX: #4B3C98
RGB: (75,60,152)

Color info

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

RGB color model

#4B3C98 color RGB value is (75,60,152).

  • red value is 75;
  • green value is 60;
  • blue value is 152.
RGB:
(75,60,152)
(29%,24%,60%)

RGB channels and saturation

R 75 of 255 = 29%
G 60 of 255 = 24%
B 152 of 255 = 60%

75
60
152

R + G + B ~ 38%. #4B3C98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 60 + 152 = 287 (100%)
R 75 of 287 ~ 26.13%
G 60 of 287 ~ 20.91%
B 152 of 287 ~ 52.96%

%26.13
%20.91
%52.96

CMYK color model

#4B3C98 color CMYK value is (51,61,0,40).

  • cyan value is 50.66%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(51,61,0,40)
C51M61Y0K40 
(51%,61%,0%,40%)
(0.51/0.61/0.00/0.40)	

CMYK percentages

%50.66
%60.53
%0
%40.39

Codes

Color #4B3C98 in popluar color models

4B3C98
RGB7560152
HSL250°43.40%41.57%
HSB/HSV250°60.53%59.61%
CMYK50.66%60.53%0.00%
40.39%

Color #4B3C98 in popluar number systems.

HEX4B3C98
Decimal7560152
Binary100101111110010011000
Octal11374230

Shades and tints

Shades of #4B3C98

#4B3C98
(75,60,152)
#45378B
(69,55,139)
#3F327E
(63,50,126)
#392D71
(57,45,113)
#332864
(51,40,100)
#2D2357
(45,35,87)
#271E4A
(39,30,74)
#21193D
(33,25,61)
#1B1430
(27,20,48)
#150F23
(21,15,35)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #4B3C98

#4B3C98
(75,60,152)
#5B4DA1
(91,77,161)
#6B5EAA
(107,94,170)
#7B6FB3
(123,111,179)
#8B80BC
(139,128,188)
#9B91C5
(155,145,197)
#ABA2CE
(171,162,206)
#BBB3D7
(187,179,215)
#CBC4E0
(203,196,224)
#DBD5E9
(219,213,233)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3C98 color. Also use rgb(75,60,152) instead hex code.

Text Font Color

.myTextColor { color: #4B3C98; }

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

This text font color is #4B3C98.


Background Color

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

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

This div background color is #4B3C98.


Border color

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

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

This div border color is #4B3C98.


Opacity

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

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

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

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

This text has shadow with #4B3C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3C98 on black background.


Color preview on white background

This text has color #4B3C98 on white background.



Black color preview on #4B3C98 background

This text has black color on #4B3C98 background.


White color preview on #4B3C98 background

This text has white color on #4B3C98 background.