COLOR #4B5581

HEX: #4B5581
RGB: (75,85,129)

Color info

#4B5581 contains red, green and blue colors in about the same proportion. Web safe color of #4B5581 is #336699 (or #369).

RGB color model

#4B5581 color RGB value is (75,85,129).

  • red value is 75;
  • green value is 85;
  • blue value is 129.
RGB:
(75,85,129)
(29%,33%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 129 of 255 = 51%

75
85
129

R + G + B ~ 38%. #4B5581 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 129 = 289 (100%)
R 75 of 289 ~ 25.95%
G 85 of 289 ~ 29.41%
B 129 of 289 ~ 44.64%

%25.95
%29.41
%44.64

CMYK color model

#4B5581 color CMYK value is (42,34,0,49).

  • cyan value is 41.86%
  • magenta value is 34.11%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,34,0,49)
C42M34Y0K49 
(42%,34%,0%,49%)
(0.42/0.34/0.00/0.49)	

CMYK percentages

%41.86
%34.11
%0
%49.41

Codes

Color #4B5581 in popluar color models

4B5581
RGB7585129
HSL229°26.47%40.00%
HSB/HSV229°41.86%50.59%
CMYK41.86%34.11%0.00%
49.41%

Color #4B5581 in popluar number systems.

HEX4B5581
Decimal7585129
Binary1001011101010110000001
Octal113125201

Shades and tints

Shades of #4B5581

#4B5581
(75,85,129)
#454E76
(69,78,118)
#3F476B
(63,71,107)
#394060
(57,64,96)
#333955
(51,57,85)
#2D324A
(45,50,74)
#272B3F
(39,43,63)
#212434
(33,36,52)
#1B1D29
(27,29,41)
#15161E
(21,22,30)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #4B5581

#4B5581
(75,85,129)
#5B648C
(91,100,140)
#6B7397
(107,115,151)
#7B82A2
(123,130,162)
#8B91AD
(139,145,173)
#9BA0B8
(155,160,184)
#ABAFC3
(171,175,195)
#BBBECE
(187,190,206)
#CBCDD9
(203,205,217)
#DBDCE4
(219,220,228)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5581; }

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

This text font color is #4B5581.


Background Color

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

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

This div background color is #4B5581.


Border color

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

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

This div border color is #4B5581.


Opacity

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

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

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

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

This text has shadow with #4B5581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5581 on black background.


Color preview on white background

This text has color #4B5581 on white background.



Black color preview on #4B5581 background

This text has black color on #4B5581 background.


White color preview on #4B5581 background

This text has white color on #4B5581 background.