COLOR #4B3D78

HEX: #4B3D78 RGB: (75,61,120)

Color info

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

RGB color model

#4B3D78 color RGB value is (75,61,120).

RGB: (75,61,120) (29%, 24%, 47%)

RGB channels and saturation

R 75 of 255 = 29%
G 61 of 255 = 24%
B 120 of 255 = 47%

75
61
120

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

Portions of RGB colors in percentages

R + G + B = 75 + 61 + 120 = 256 (100%)
R 75 of 256 ~ 29.3%
G 61 of 256 ~ 23.83%
B 120 of 256 ~ 46.88'%

%29.3
%23.83
%46.88

CMYK color model

#4B3D78 color CMYK value is (38,49,0,53).

  • cyan value is 37.50%
  • magenta value is 49.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (38,49,0,53)
C38M49Y0K53 (38%, 49%, 0%, 53%)
(0.38 / 0.49 / 0.00 / 0.53)

CMYK percentages

%37.5
%49.17
%0
%52.94

Codes

Color #4B3D78 in popluar color models

4B 3D 78
RGB 75 61 120
HSL 254° 32.60% 35.49%
HSB/HSV 254° 49.17% 47.06%
CMYK 37.50% 49.17% 0.00%
52.94%

Color #4B3D78 in popluar number systems.

HEX 4B 3D 78
Decimal 75 61 120
Binary 1001011 111101 1111000
Octal 113 75 170

Shades and tints

Shades of #4B3D78

#4B3D78
(75,61,120)
#45386E
(69,56,110)
#3F3364
(63,51,100)
#392E5A
(57,46,90)
#332950
(51,41,80)
#2D2446
(45,36,70)
#271F3C
(39,31,60)
#211A32
(33,26,50)
#1B1528
(27,21,40)
#15101E
(21,16,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #4B3D78

#4B3D78
(75,61,120)
#5B4E84
(91,78,132)
#6B5F90
(107,95,144)
#7B709C
(123,112,156)
#8B81A8
(139,129,168)
#9B92B4
(155,146,180)
#ABA3C0
(171,163,192)
#BBB4CC
(187,180,204)
#CBC5D8
(203,197,216)
#DBD6E4
(219,214,228)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3D78; }

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

This text font color is #4B3D78.

Background Color

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

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

This div background color is #4B3D78.

Border color

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

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

This div border color is #4B3D78.

Opacity

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

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

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

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

This text has shadow with #4B3D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3D78.

Preview

Color preview on black background

This text has color #4B3D78 on black background.


Color preview on white background

This text has color #4B3D78 on white background.


Black color preview on #4B3D78 background

This text has black color on #4B3D78 background.


White color preview on #4B3D78 background

This text has white color on #4B3D78 background.


Related colors

Complementary color

Complementary color for #hex is #B4C287.


I love getcolorcode.com

Triadic colors

1 #784B3D and #3D784B with #4B3D78 are triadic colors.

2 #783D4B and #3D4B78 with #4B3D78 are triadic colors.