COLOR #4B6B87

HEX: #4B6B87
RGB: (75,107,135)

Color info

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

RGB color model

#4B6B87 color RGB value is (75,107,135).

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

RGB channels and saturation

R 75 of 255 = 29%
G 107 of 255 = 42%
B 135 of 255 = 53%

75
107
135

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

Portions of RGB colors in percentages

R + G + B =
75 + 107 + 135 = 317 (100%)
R 75 of 317 ~ 23.66%
G 107 of 317 ~ 33.75%
B 135 of 317 ~ 42.59%

%23.66
%33.75
%42.59

CMYK color model

#4B6B87 color CMYK value is (44,21,0,47).

  • cyan value is 44.44%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(44,21,0,47)
C44M21Y0K47 
(44%,21%,0%,47%)
(0.44/0.21/0.00/0.47)	

CMYK percentages

%44.44
%20.74
%0
%47.06

Codes

Color #4B6B87 in popluar color models

4B6B87
RGB75107135
HSL208°28.57%41.18%
HSB/HSV208°44.44%52.94%
CMYK44.44%20.74%0.00%
47.06%

Color #4B6B87 in popluar number systems.

HEX4B6B87
Decimal75107135
Binary1001011110101110000111
Octal113153207

Shades and tints

Shades of #4B6B87

#4B6B87
(75,107,135)
#45627B
(69,98,123)
#3F596F
(63,89,111)
#395063
(57,80,99)
#334757
(51,71,87)
#2D3E4B
(45,62,75)
#27353F
(39,53,63)
#212C33
(33,44,51)
#1B2327
(27,35,39)
#151A1B
(21,26,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B6B87

#4B6B87
(75,107,135)
#5B7891
(91,120,145)
#6B859B
(107,133,155)
#7B92A5
(123,146,165)
#8B9FAF
(139,159,175)
#9BACB9
(155,172,185)
#ABB9C3
(171,185,195)
#BBC6CD
(187,198,205)
#CBD3D7
(203,211,215)
#DBE0E1
(219,224,225)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6B87; }

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

This text font color is #4B6B87.


Background Color

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

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

This div background color is #4B6B87.


Border color

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

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

This div border color is #4B6B87.


Opacity

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

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

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

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

This text has shadow with #4B6B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6B87 on black background.


Color preview on white background

This text has color #4B6B87 on white background.



Black color preview on #4B6B87 background

This text has black color on #4B6B87 background.


White color preview on #4B6B87 background

This text has white color on #4B6B87 background.