COLOR #4B477D

HEX: #4B477D RGB: (75,71,125)

Color info

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

RGB color model

#4B477D color RGB value is (75,71,125).

RGB: (75,71,125) (29%, 28%, 49%)

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 125 of 255 = 49%

75
71
125

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

Portions of RGB colors in percentages

R + G + B = 75 + 71 + 125 = 271 (100%)
R 75 of 271 ~ 27.68%
G 71 of 271 ~ 26.2%
B 125 of 271 ~ 46.13'%

%27.68
%26.2
%46.13

CMYK color model

#4B477D color CMYK value is (40,43,0,51).

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

CMYK: (40,43,0,51)
C40M43Y0K51 (40%, 43%, 0%, 51%)
(0.40 / 0.43 / 0.00 / 0.51)

CMYK percentages

%40
%43.2
%0
%50.98

Codes

Color #4B477D in popluar color models

4B 47 7D
RGB 75 71 125
HSL 244° 27.55% 38.43%
HSB/HSV 244° 43.20% 49.02%
CMYK 40.00% 43.20% 0.00%
50.98%

Color #4B477D in popluar number systems.

HEX 4B 47 7D
Decimal 75 71 125
Binary 1001011 1000111 1111101
Octal 113 107 175

Shades and tints

Shades of #4B477D

#4B477D
(75,71,125)
#454172
(69,65,114)
#3F3B67
(63,59,103)
#39355C
(57,53,92)
#332F51
(51,47,81)
#2D2946
(45,41,70)
#27233B
(39,35,59)
#211D30
(33,29,48)
#1B1725
(27,23,37)
#15111A
(21,17,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B477D

#4B477D
(75,71,125)
#5B5788
(91,87,136)
#6B6793
(107,103,147)
#7B779E
(123,119,158)
#8B87A9
(139,135,169)
#9B97B4
(155,151,180)
#ABA7BF
(171,167,191)
#BBB7CA
(187,183,202)
#CBC7D5
(203,199,213)
#DBD7E0
(219,215,224)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B477D; }

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

This text font color is #4B477D.

Background Color

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

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

This div background color is #4B477D.

Border color

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

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

This div border color is #4B477D.

Opacity

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

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

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

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

This text has shadow with #4B477D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B477D.

Preview

Color preview on black background

This text has color #4B477D on black background.


Color preview on white background

This text has color #4B477D on white background.


Black color preview on #4B477D background

This text has black color on #4B477D background.


White color preview on #4B477D background

This text has white color on #4B477D background.


Related colors

Complementary color

Complementary color for #hex is #B4B882.


I love getcolorcode.com

Triadic colors

1 #7D4B47 and #477D4B with #4B477D are triadic colors.

2 #7D474B and #474B7D with #4B477D are triadic colors.