COLOR #4B4677

HEX: #4B4677
RGB: (75,70,119)

Color info

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

RGB color model

#4B4677 color RGB value is (75,70,119).

  • red value is 75;
  • green value is 70;
  • blue value is 119.
RGB:
(75,70,119)
(29%,27%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 119 of 255 = 47%

75
70
119

R + G + B ~ 34%. #4B4677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 70 + 119 = 264 (100%)
R 75 of 264 ~ 28.41%
G 70 of 264 ~ 26.52%
B 119 of 264 ~ 45.08%

%28.41
%26.52
%45.08

CMYK color model

#4B4677 color CMYK value is (37,41,0,53).

  • cyan value is 36.97%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(37,41,0,53)
C37M41Y0K53 
(37%,41%,0%,53%)
(0.37/0.41/0.00/0.53)	

CMYK percentages

%36.97
%41.18
%0
%53.33

Codes

Color #4B4677 in popluar color models

4B4677
RGB7570119
HSL246°25.93%37.06%
HSB/HSV246°41.18%46.67%
CMYK36.97%41.18%0.00%
53.33%

Color #4B4677 in popluar number systems.

HEX4B4677
Decimal7570119
Binary100101110001101110111
Octal113106167

Shades and tints

Shades of #4B4677

#4B4677
(75,70,119)
#45406D
(69,64,109)
#3F3A63
(63,58,99)
#393459
(57,52,89)
#332E4F
(51,46,79)
#2D2845
(45,40,69)
#27223B
(39,34,59)
#211C31
(33,28,49)
#1B1627
(27,22,39)
#15101D
(21,16,29)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #4B4677

#4B4677
(75,70,119)
#5B5683
(91,86,131)
#6B668F
(107,102,143)
#7B769B
(123,118,155)
#8B86A7
(139,134,167)
#9B96B3
(155,150,179)
#ABA6BF
(171,166,191)
#BBB6CB
(187,182,203)
#CBC6D7
(203,198,215)
#DBD6E3
(219,214,227)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4677 color. Also use rgb(75,70,119) instead hex code.

Text Font Color

.myTextColor { color: #4B4677; }

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

This text font color is #4B4677.


Background Color

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

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

This div background color is #4B4677.


Border color

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

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

This div border color is #4B4677.


Opacity

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

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

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

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

This text has shadow with #4B4677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4677 on black background.


Color preview on white background

This text has color #4B4677 on white background.



Black color preview on #4B4677 background

This text has black color on #4B4677 background.


White color preview on #4B4677 background

This text has white color on #4B4677 background.