COLOR #4B5781

HEX: #4B5781
RGB: (75,87,129)

Color info

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

RGB color model

#4B5781 color RGB value is (75,87,129).

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

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 129 of 255 = 51%

75
87
129

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 129 = 291 (100%)
R 75 of 291 ~ 25.77%
G 87 of 291 ~ 29.9%
B 129 of 291 ~ 44.33%

%25.77
%29.9
%44.33

CMYK color model

#4B5781 color CMYK value is (42,33,0,49).

  • cyan value is 41.86%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,33,0,49)
C42M33Y0K49 
(42%,33%,0%,49%)
(0.42/0.33/0.00/0.49)	

CMYK percentages

%41.86
%32.56
%0
%49.41

Codes

Color #4B5781 in popluar color models

4B5781
RGB7587129
HSL227°26.47%40.00%
HSB/HSV227°41.86%50.59%
CMYK41.86%32.56%0.00%
49.41%

Color #4B5781 in popluar number systems.

HEX4B5781
Decimal7587129
Binary1001011101011110000001
Octal113127201

Shades and tints

Shades of #4B5781

#4B5781
(75,87,129)
#455076
(69,80,118)
#3F496B
(63,73,107)
#394260
(57,66,96)
#333B55
(51,59,85)
#2D344A
(45,52,74)
#272D3F
(39,45,63)
#212634
(33,38,52)
#1B1F29
(27,31,41)
#15181E
(21,24,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #4B5781

#4B5781
(75,87,129)
#5B668C
(91,102,140)
#6B7597
(107,117,151)
#7B84A2
(123,132,162)
#8B93AD
(139,147,173)
#9BA2B8
(155,162,184)
#ABB1C3
(171,177,195)
#BBC0CE
(187,192,206)
#CBCFD9
(203,207,217)
#DBDEE4
(219,222,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5781; }

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

This text font color is #4B5781.


Background Color

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

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

This div background color is #4B5781.


Border color

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

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

This div border color is #4B5781.


Opacity

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

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

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

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

This text has shadow with #4B5781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5781 on black background.


Color preview on white background

This text has color #4B5781 on white background.



Black color preview on #4B5781 background

This text has black color on #4B5781 background.


White color preview on #4B5781 background

This text has white color on #4B5781 background.