COLOR #4B4A78

HEX: #4B4A78
RGB: (75,74,120)

Color info

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

RGB color model

#4B4A78 color RGB value is (75,74,120).

  • red value is 75;
  • green value is 74;
  • blue value is 120.
RGB:
(75,74,120)
(29%,29%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 120 of 255 = 47%

75
74
120

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

Portions of RGB colors in percentages

R + G + B =
75 + 74 + 120 = 269 (100%)
R 75 of 269 ~ 27.88%
G 74 of 269 ~ 27.51%
B 120 of 269 ~ 44.61%

%27.88
%27.51
%44.61

CMYK color model

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

  • cyan value is 37.50%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(38,38,0,53)
C38M38Y0K53 
(38%,38%,0%,53%)
(0.38/0.38/0.00/0.53)	

CMYK percentages

%37.5
%38.33
%0
%52.94

Codes

Color #4B4A78 in popluar color models

4B4A78
RGB7574120
HSL241°23.71%38.04%
HSB/HSV241°38.33%47.06%
CMYK37.50%38.33%0.00%
52.94%

Color #4B4A78 in popluar number systems.

HEX4B4A78
Decimal7574120
Binary100101110010101111000
Octal113112170

Shades and tints

Shades of #4B4A78

#4B4A78
(75,74,120)
#45446E
(69,68,110)
#3F3E64
(63,62,100)
#39385A
(57,56,90)
#333250
(51,50,80)
#2D2C46
(45,44,70)
#27263C
(39,38,60)
#212032
(33,32,50)
#1B1A28
(27,26,40)
#15141E
(21,20,30)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #4B4A78

#4B4A78
(75,74,120)
#5B5A84
(91,90,132)
#6B6A90
(107,106,144)
#7B7A9C
(123,122,156)
#8B8AA8
(139,138,168)
#9B9AB4
(155,154,180)
#ABAAC0
(171,170,192)
#BBBACC
(187,186,204)
#CBCAD8
(203,202,216)
#DBDAE4
(219,218,228)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4A78; }

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

This text font color is #4B4A78.


Background Color

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

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

This div background color is #4B4A78.


Border color

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

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

This div border color is #4B4A78.


Opacity

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

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

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

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

This text has shadow with #4B4A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A78 on black background.


Color preview on white background

This text has color #4B4A78 on white background.



Black color preview on #4B4A78 background

This text has black color on #4B4A78 background.


White color preview on #4B4A78 background

This text has white color on #4B4A78 background.