COLOR #4B55B1

HEX: #4B55B1 RGB: (75,85,177)

Color info

#4B55B1 contains mainly blue color. Web safe color of #4B55B1 is #336699 (or #369).

RGB color model

#4B55B1 color RGB value is (75,85,177).

RGB: (75,85,177) (29%, 33%, 69%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 177 of 255 = 69%

75
85
177

R + G + B ~ 44%. #4B55B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 85 + 177 = 337 (100%)
R 75 of 337 ~ 22.26%
G 85 of 337 ~ 25.22%
B 177 of 337 ~ 52.52'%

%22.26
%25.22
%52.52

CMYK color model

#4B55B1 color CMYK value is (58,52,0,31).

  • cyan value is 57.63%
  • magenta value is 51.98%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (58,52,0,31)
C58M52Y0K31 (58%, 52%, 0%, 31%)
(0.58 / 0.52 / 0.00 / 0.31)

CMYK percentages

%57.63
%51.98
%0
%30.59

Codes

Color #4B55B1 in popluar color models

4B 55 B1
RGB 75 85 177
HSL 234° 40.48% 49.41%
HSB/HSV 234° 57.63% 69.41%
CMYK 57.63% 51.98% 0.00%
30.59%

Color #4B55B1 in popluar number systems.

HEX 4B 55 B1
Decimal 75 85 177
Binary 1001011 1010101 10110001
Octal 113 125 261

Shades and tints

Shades of #4B55B1

#4B55B1
(75,85,177)
#454EA1
(69,78,161)
#3F4791
(63,71,145)
#394081
(57,64,129)
#333971
(51,57,113)
#2D3261
(45,50,97)
#272B51
(39,43,81)
#212441
(33,36,65)
#1B1D31
(27,29,49)
#151621
(21,22,33)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B55B1

#4B55B1
(75,85,177)
#5B64B8
(91,100,184)
#6B73BF
(107,115,191)
#7B82C6
(123,130,198)
#8B91CD
(139,145,205)
#9BA0D4
(155,160,212)
#ABAFDB
(171,175,219)
#BBBEE2
(187,190,226)
#CBCDE9
(203,205,233)
#DBDCF0
(219,220,240)
#EBEBF7
(235,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B55B1 color. Also use rgb(75,85,177) instead hex code.

Text Font Color

.myTextColor { color: #4B55B1; }

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

This text font color is #4B55B1.

Background Color

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

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

This div background color is #4B55B1.

Border color

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

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

This div border color is #4B55B1.

Opacity

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

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

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

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

This text has shadow with #4B55B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B55B1.

Preview

Color preview on black background

This text has color #4B55B1 on black background.


Color preview on white background

This text has color #4B55B1 on white background.


Black color preview on #4B55B1 background

This text has black color on #4B55B1 background.


White color preview on #4B55B1 background

This text has white color on #4B55B1 background.


Related colors

Complementary color

Complementary color for #hex is #B4AA4E.


I love getcolorcode.com

Triadic colors

1 #B14B55 and #55B14B with #4B55B1 are triadic colors.

2 #B1554B and #554BB1 with #4B55B1 are triadic colors.