COLOR #4B4A7D

HEX: #4B4A7D RGB: (75,74,125)

Color info

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

RGB color model

#4B4A7D color RGB value is (75,74,125).

RGB: (75,74,125) (29%, 29%, 49%)

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 125 of 255 = 49%

75
74
125

R + G + B ~ 36%. #4B4A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 74 + 125 = 274 (100%)
R 75 of 274 ~ 27.37%
G 74 of 274 ~ 27.01%
B 125 of 274 ~ 45.62'%

%27.37
%27.01
%45.62

CMYK color model

#4B4A7D color CMYK value is (40,41,0,51).

  • cyan value is 40.00%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (40,41,0,51)
C40M41Y0K51 (40%, 41%, 0%, 51%)
(0.40 / 0.41 / 0.00 / 0.51)

CMYK percentages

%40
%40.8
%0
%50.98

Codes

Color #4B4A7D in popluar color models

4B 4A 7D
RGB 75 74 125
HSL 241° 25.63% 39.02%
HSB/HSV 241° 40.80% 49.02%
CMYK 40.00% 40.80% 0.00%
50.98%

Color #4B4A7D in popluar number systems.

HEX 4B 4A 7D
Decimal 75 74 125
Binary 1001011 1001010 1111101
Octal 113 112 175

Shades and tints

Shades of #4B4A7D

#4B4A7D
(75,74,125)
#454472
(69,68,114)
#3F3E67
(63,62,103)
#39385C
(57,56,92)
#333251
(51,50,81)
#2D2C46
(45,44,70)
#27263B
(39,38,59)
#212030
(33,32,48)
#1B1A25
(27,26,37)
#15141A
(21,20,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B4A7D

#4B4A7D
(75,74,125)
#5B5A88
(91,90,136)
#6B6A93
(107,106,147)
#7B7A9E
(123,122,158)
#8B8AA9
(139,138,169)
#9B9AB4
(155,154,180)
#ABAABF
(171,170,191)
#BBBACA
(187,186,202)
#CBCAD5
(203,202,213)
#DBDAE0
(219,218,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4A7D; }

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

This text font color is #4B4A7D.

Background Color

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

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

This div background color is #4B4A7D.

Border color

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

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

This div border color is #4B4A7D.

Opacity

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

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

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

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

This text has shadow with #4B4A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4A7D.

Preview

Color preview on black background

This text has color #4B4A7D on black background.


Color preview on white background

This text has color #4B4A7D on white background.


Black color preview on #4B4A7D background

This text has black color on #4B4A7D background.


White color preview on #4B4A7D background

This text has white color on #4B4A7D background.


Related colors

Complementary color

Complementary color for #hex is #B4B582.


I love getcolorcode.com

Triadic colors

1 #7D4B4A and #4A7D4B with #4B4A7D are triadic colors.

2 #7D4A4B and #4A4B7D with #4B4A7D are triadic colors.