COLOR #4B738B

HEX: #4B738B
RGB: (75,115,139)

Color info

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

RGB color model

#4B738B color RGB value is (75,115,139).

  • red value is 75;
  • green value is 115;
  • blue value is 139.
RGB:
(75,115,139)
(29%,45%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 139 of 255 = 55%

75
115
139

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

Portions of RGB colors in percentages

R + G + B =
75 + 115 + 139 = 329 (100%)
R 75 of 329 ~ 22.8%
G 115 of 329 ~ 34.95%
B 139 of 329 ~ 42.25%

%22.8
%34.95
%42.25

CMYK color model

#4B738B color CMYK value is (46,17,0,45).

  • cyan value is 46.04%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(46,17,0,45)
C46M17Y0K45 
(46%,17%,0%,45%)
(0.46/0.17/0.00/0.45)	

CMYK percentages

%46.04
%17.27
%0
%45.49

Codes

Color #4B738B in popluar color models

4B738B
RGB75115139
HSL203°29.91%41.96%
HSB/HSV203°46.04%54.51%
CMYK46.04%17.27%0.00%
45.49%

Color #4B738B in popluar number systems.

HEX4B738B
Decimal75115139
Binary1001011111001110001011
Octal113163213

Shades and tints

Shades of #4B738B

#4B738B
(75,115,139)
#45697F
(69,105,127)
#3F5F73
(63,95,115)
#395567
(57,85,103)
#334B5B
(51,75,91)
#2D414F
(45,65,79)
#273743
(39,55,67)
#212D37
(33,45,55)
#1B232B
(27,35,43)
#15191F
(21,25,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #4B738B

#4B738B
(75,115,139)
#5B7F95
(91,127,149)
#6B8B9F
(107,139,159)
#7B97A9
(123,151,169)
#8BA3B3
(139,163,179)
#9BAFBD
(155,175,189)
#ABBBC7
(171,187,199)
#BBC7D1
(187,199,209)
#CBD3DB
(203,211,219)
#DBDFE5
(219,223,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B738B color. Also use rgb(75,115,139) instead hex code.

Text Font Color

.myTextColor { color: #4B738B; }

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

This text font color is #4B738B.


Background Color

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

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

This div background color is #4B738B.


Border color

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

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

This div border color is #4B738B.


Opacity

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

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

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

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

This text has shadow with #4B738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B738B on black background.


Color preview on white background

This text has color #4B738B on white background.



Black color preview on #4B738B background

This text has black color on #4B738B background.


White color preview on #4B738B background

This text has white color on #4B738B background.