COLOR #4B6887

HEX: #4B6887
RGB: (75,104,135)

Color info

#4B6887 contains mainly green and blue colors. Web safe color of #4B6887 is #336699 (or #369).

RGB color model

#4B6887 color RGB value is (75,104,135).

  • red value is 75;
  • green value is 104;
  • blue value is 135.
RGB:
(75,104,135)
(29%,41%,53%)

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 135 of 255 = 53%

75
104
135

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

Portions of RGB colors in percentages

R + G + B =
75 + 104 + 135 = 314 (100%)
R 75 of 314 ~ 23.89%
G 104 of 314 ~ 33.12%
B 135 of 314 ~ 42.99%

%23.89
%33.12
%42.99

CMYK color model

#4B6887 color CMYK value is (44,23,0,47).

  • cyan value is 44.44%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(44,23,0,47)
C44M23Y0K47 
(44%,23%,0%,47%)
(0.44/0.23/0.00/0.47)	

CMYK percentages

%44.44
%22.96
%0
%47.06

Codes

Color #4B6887 in popluar color models

4B6887
RGB75104135
HSL211°28.57%41.18%
HSB/HSV211°44.44%52.94%
CMYK44.44%22.96%0.00%
47.06%

Color #4B6887 in popluar number systems.

HEX4B6887
Decimal75104135
Binary1001011110100010000111
Octal113150207

Shades and tints

Shades of #4B6887

#4B6887
(75,104,135)
#455F7B
(69,95,123)
#3F566F
(63,86,111)
#394D63
(57,77,99)
#334457
(51,68,87)
#2D3B4B
(45,59,75)
#27323F
(39,50,63)
#212933
(33,41,51)
#1B2027
(27,32,39)
#15171B
(21,23,27)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B6887

#4B6887
(75,104,135)
#5B7591
(91,117,145)
#6B829B
(107,130,155)
#7B8FA5
(123,143,165)
#8B9CAF
(139,156,175)
#9BA9B9
(155,169,185)
#ABB6C3
(171,182,195)
#BBC3CD
(187,195,205)
#CBD0D7
(203,208,215)
#DBDDE1
(219,221,225)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6887 color. Also use rgb(75,104,135) instead hex code.

Text Font Color

.myTextColor { color: #4B6887; }

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

This text font color is #4B6887.


Background Color

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

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

This div background color is #4B6887.


Border color

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

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

This div border color is #4B6887.


Opacity

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

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

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

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

This text has shadow with #4B6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6887 on black background.


Color preview on white background

This text has color #4B6887 on white background.



Black color preview on #4B6887 background

This text has black color on #4B6887 background.


White color preview on #4B6887 background

This text has white color on #4B6887 background.