COLOR #4B3F9C

HEX: #4B3F9C
RGB: (75,63,156)

Color info

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

RGB color model

#4B3F9C color RGB value is (75,63,156).

  • red value is 75;
  • green value is 63;
  • blue value is 156.
RGB:
(75,63,156)
(29%,25%,61%)

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 156 of 255 = 61%

75
63
156

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

Portions of RGB colors in percentages

R + G + B =
75 + 63 + 156 = 294 (100%)
R 75 of 294 ~ 25.51%
G 63 of 294 ~ 21.43%
B 156 of 294 ~ 53.06%

%25.51
%21.43
%53.06

CMYK color model

#4B3F9C color CMYK value is (52,60,0,39).

  • cyan value is 51.92%
  • magenta value is 59.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(52,60,0,39)
C52M60Y0K39 
(52%,60%,0%,39%)
(0.52/0.60/0.00/0.39)	

CMYK percentages

%51.92
%59.62
%0
%38.82

Codes

Color #4B3F9C in popluar color models

4B3F9C
RGB7563156
HSL248°42.47%42.94%
HSB/HSV248°59.62%61.18%
CMYK51.92%59.62%0.00%
38.82%

Color #4B3F9C in popluar number systems.

HEX4B3F9C
Decimal7563156
Binary100101111111110011100
Octal11377234

Shades and tints

Shades of #4B3F9C

#4B3F9C
(75,63,156)
#453A8E
(69,58,142)
#3F3580
(63,53,128)
#393072
(57,48,114)
#332B64
(51,43,100)
#2D2656
(45,38,86)
#272148
(39,33,72)
#211C3A
(33,28,58)
#1B172C
(27,23,44)
#15121E
(21,18,30)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #4B3F9C

#4B3F9C
(75,63,156)
#5B50A5
(91,80,165)
#6B61AE
(107,97,174)
#7B72B7
(123,114,183)
#8B83C0
(139,131,192)
#9B94C9
(155,148,201)
#ABA5D2
(171,165,210)
#BBB6DB
(187,182,219)
#CBC7E4
(203,199,228)
#DBD8ED
(219,216,237)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3F9C color. Also use rgb(75,63,156) instead hex code.

Text Font Color

.myTextColor { color: #4B3F9C; }

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

This text font color is #4B3F9C.


Background Color

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

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

This div background color is #4B3F9C.


Border color

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

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

This div border color is #4B3F9C.


Opacity

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

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

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

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

This text has shadow with #4B3F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3F9C on black background.


Color preview on white background

This text has color #4B3F9C on white background.



Black color preview on #4B3F9C background

This text has black color on #4B3F9C background.


White color preview on #4B3F9C background

This text has white color on #4B3F9C background.