COLOR #4B3870

HEX: #4B3870
RGB: (75,56,112)

Color info

#4B3870 contains red, green and blue colors in about the same proportion. Web safe color of #4B3870 is #333366 (or #336).

RGB color model

#4B3870 color RGB value is (75,56,112).

  • red value is 75;
  • green value is 56;
  • blue value is 112.
RGB:
(75,56,112)
(29%,22%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 112 of 255 = 44%

75
56
112

R + G + B ~ 32%. #4B3870 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 112 = 243 (100%)
R 75 of 243 ~ 30.86%
G 56 of 243 ~ 23.05%
B 112 of 243 ~ 46.09%

%30.86
%23.05
%46.09

CMYK color model

#4B3870 color CMYK value is (33,50,0,56).

  • cyan value is 33.04%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(33,50,0,56)
C33M50Y0K56 
(33%,50%,0%,56%)
(0.33/0.50/0.00/0.56)	

CMYK percentages

%33.04
%50
%0
%56.08

Codes

Color #4B3870 in popluar color models

4B3870
RGB7556112
HSL260°33.33%32.94%
HSB/HSV260°50.00%43.92%
CMYK33.04%50.00%0.00%
56.08%

Color #4B3870 in popluar number systems.

HEX4B3870
Decimal7556112
Binary10010111110001110000
Octal11370160

Shades and tints

Shades of #4B3870

#4B3870
(75,56,112)
#453366
(69,51,102)
#3F2E5C
(63,46,92)
#392952
(57,41,82)
#332448
(51,36,72)
#2D1F3E
(45,31,62)
#271A34
(39,26,52)
#21152A
(33,21,42)
#1B1020
(27,16,32)
#150B16
(21,11,22)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #4B3870

#4B3870
(75,56,112)
#5B4A7D
(91,74,125)
#6B5C8A
(107,92,138)
#7B6E97
(123,110,151)
#8B80A4
(139,128,164)
#9B92B1
(155,146,177)
#ABA4BE
(171,164,190)
#BBB6CB
(187,182,203)
#CBC8D8
(203,200,216)
#DBDAE5
(219,218,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3870 color. Also use rgb(75,56,112) instead hex code.

Text Font Color

.myTextColor { color: #4B3870; }

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

This text font color is #4B3870.


Background Color

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

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

This div background color is #4B3870.


Border color

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

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

This div border color is #4B3870.


Opacity

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

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

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

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

This text has shadow with #4B3870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3870 on black background.


Color preview on white background

This text has color #4B3870 on white background.



Black color preview on #4B3870 background

This text has black color on #4B3870 background.


White color preview on #4B3870 background

This text has white color on #4B3870 background.