COLOR #4B3D85

HEX: #4B3D85
RGB: (75,61,133)

Color info

#4B3D85 contains mainly red and blue colors. Web safe color of #4B3D85 is #333399 (or #339).

RGB color model

#4B3D85 color RGB value is (75,61,133).

  • red value is 75;
  • green value is 61;
  • blue value is 133.
RGB:
(75,61,133)
(29%,24%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 61 of 255 = 24%
B 133 of 255 = 52%

75
61
133

R + G + B ~ 35%. #4B3D85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 61 + 133 = 269 (100%)
R 75 of 269 ~ 27.88%
G 61 of 269 ~ 22.68%
B 133 of 269 ~ 49.44%

%27.88
%22.68
%49.44

CMYK color model

#4B3D85 color CMYK value is (44,54,0,48).

  • cyan value is 43.61%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(44,54,0,48)
C44M54Y0K48 
(44%,54%,0%,48%)
(0.44/0.54/0.00/0.48)	

CMYK percentages

%43.61
%54.14
%0
%47.84

Codes

Color #4B3D85 in popluar color models

4B3D85
RGB7561133
HSL252°37.11%38.04%
HSB/HSV252°54.14%52.16%
CMYK43.61%54.14%0.00%
47.84%

Color #4B3D85 in popluar number systems.

HEX4B3D85
Decimal7561133
Binary100101111110110000101
Octal11375205

Shades and tints

Shades of #4B3D85

#4B3D85
(75,61,133)
#453879
(69,56,121)
#3F336D
(63,51,109)
#392E61
(57,46,97)
#332955
(51,41,85)
#2D2449
(45,36,73)
#271F3D
(39,31,61)
#211A31
(33,26,49)
#1B1525
(27,21,37)
#151019
(21,16,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B3D85

#4B3D85
(75,61,133)
#5B4E90
(91,78,144)
#6B5F9B
(107,95,155)
#7B70A6
(123,112,166)
#8B81B1
(139,129,177)
#9B92BC
(155,146,188)
#ABA3C7
(171,163,199)
#BBB4D2
(187,180,210)
#CBC5DD
(203,197,221)
#DBD6E8
(219,214,232)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3D85 color. Also use rgb(75,61,133) instead hex code.

Text Font Color

.myTextColor { color: #4B3D85; }

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

This text font color is #4B3D85.


Background Color

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

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

This div background color is #4B3D85.


Border color

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

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

This div border color is #4B3D85.


Opacity

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

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

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

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

This text has shadow with #4B3D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3D85 on black background.


Color preview on white background

This text has color #4B3D85 on white background.



Black color preview on #4B3D85 background

This text has black color on #4B3D85 background.


White color preview on #4B3D85 background

This text has white color on #4B3D85 background.