COLOR #4B6B89

HEX: #4B6B89
RGB: (75,107,137)

Color info

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

RGB color model

#4B6B89 color RGB value is (75,107,137).

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

RGB channels and saturation

R 75 of 255 = 29%
G 107 of 255 = 42%
B 137 of 255 = 54%

75
107
137

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

Portions of RGB colors in percentages

R + G + B =
75 + 107 + 137 = 319 (100%)
R 75 of 319 ~ 23.51%
G 107 of 319 ~ 33.54%
B 137 of 319 ~ 42.95%

%23.51
%33.54
%42.95

CMYK color model

#4B6B89 color CMYK value is (45,22,0,46).

  • cyan value is 45.26%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,22,0,46)
C45M22Y0K46 
(45%,22%,0%,46%)
(0.45/0.22/0.00/0.46)	

CMYK percentages

%45.26
%21.9
%0
%46.27

Codes

Color #4B6B89 in popluar color models

4B6B89
RGB75107137
HSL209°29.25%41.57%
HSB/HSV209°45.26%53.73%
CMYK45.26%21.90%0.00%
46.27%

Color #4B6B89 in popluar number systems.

HEX4B6B89
Decimal75107137
Binary1001011110101110001001
Octal113153211

Shades and tints

Shades of #4B6B89

#4B6B89
(75,107,137)
#45627D
(69,98,125)
#3F5971
(63,89,113)
#395065
(57,80,101)
#334759
(51,71,89)
#2D3E4D
(45,62,77)
#273541
(39,53,65)
#212C35
(33,44,53)
#1B2329
(27,35,41)
#151A1D
(21,26,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B6B89

#4B6B89
(75,107,137)
#5B7893
(91,120,147)
#6B859D
(107,133,157)
#7B92A7
(123,146,167)
#8B9FB1
(139,159,177)
#9BACBB
(155,172,187)
#ABB9C5
(171,185,197)
#BBC6CF
(187,198,207)
#CBD3D9
(203,211,217)
#DBE0E3
(219,224,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6B89; }

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

This text font color is #4B6B89.


Background Color

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

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

This div background color is #4B6B89.


Border color

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

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

This div border color is #4B6B89.


Opacity

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

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

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

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

This text has shadow with #4B6B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6B89 on black background.


Color preview on white background

This text has color #4B6B89 on white background.



Black color preview on #4B6B89 background

This text has black color on #4B6B89 background.


White color preview on #4B6B89 background

This text has white color on #4B6B89 background.