COLOR #4B4477

HEX: #4B4477 RGB: (75,68,119)

Color info

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

RGB color model

#4B4477 color RGB value is (75,68,119).

RGB: (75,68,119) (29%, 27%, 47%)

RGB channels and saturation

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

75
68
119

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

Portions of RGB colors in percentages

R + G + B = 75 + 68 + 119 = 262 (100%)
R 75 of 262 ~ 28.63%
G 68 of 262 ~ 25.95%
B 119 of 262 ~ 45.42'%

%28.63
%25.95
%45.42

CMYK color model

#4B4477 color CMYK value is (37,43,0,53).

  • cyan value is 36.97%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (37,43,0,53)
C37M43Y0K53 (37%, 43%, 0%, 53%)
(0.37 / 0.43 / 0.00 / 0.53)

CMYK percentages

%36.97
%42.86
%0
%53.33

Codes

Color #4B4477 in popluar color models

4B 44 77
RGB 75 68 119
HSL 248° 27.27% 36.67%
HSB/HSV 248° 42.86% 46.67%
CMYK 36.97% 42.86% 0.00%
53.33%

Color #4B4477 in popluar number systems.

HEX 4B 44 77
Decimal 75 68 119
Binary 1001011 1000100 1110111
Octal 113 104 167

Shades and tints

Shades of #4B4477

#4B4477
(75,68,119)
#453E6D
(69,62,109)
#3F3863
(63,56,99)
#393259
(57,50,89)
#332C4F
(51,44,79)
#2D2645
(45,38,69)
#27203B
(39,32,59)
#211A31
(33,26,49)
#1B1427
(27,20,39)
#150E1D
(21,14,29)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #4B4477

#4B4477
(75,68,119)
#5B5583
(91,85,131)
#6B668F
(107,102,143)
#7B779B
(123,119,155)
#8B88A7
(139,136,167)
#9B99B3
(155,153,179)
#ABAABF
(171,170,191)
#BBBBCB
(187,187,203)
#CBCCD7
(203,204,215)
#DBDDE3
(219,221,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4477; }

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

This text font color is #4B4477.

Background Color

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

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

This div background color is #4B4477.

Border color

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

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

This div border color is #4B4477.

Opacity

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

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

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

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

This text has shadow with #4B4477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4477.

Preview

Color preview on black background

This text has color #4B4477 on black background.


Color preview on white background

This text has color #4B4477 on white background.


Black color preview on #4B4477 background

This text has black color on #4B4477 background.


White color preview on #4B4477 background

This text has white color on #4B4477 background.


Related colors

Complementary color

Complementary color for #hex is #B4BB88.


I love getcolorcode.com

Triadic colors

1 #774B44 and #44774B with #4B4477 are triadic colors.

2 #77444B and #444B77 with #4B4477 are triadic colors.