COLOR #4B8791

HEX: #4B8791
RGB: (75,135,145)

Color info

#4B8791 contains mainly green and blue colors. Web safe color of #4B8791 is #339999 (or #399).

RGB color model

#4B8791 color RGB value is (75,135,145).

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

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 145 of 255 = 57%

75
135
145

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

Portions of RGB colors in percentages

R + G + B =
75 + 135 + 145 = 355 (100%)
R 75 of 355 ~ 21.13%
G 135 of 355 ~ 38.03%
B 145 of 355 ~ 40.85%

%21.13
%38.03
%40.85

CMYK color model

#4B8791 color CMYK value is (48,7,0,43).

  • cyan value is 48.28%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(48,7,0,43)
C48M7Y0K43 
(48%,7%,0%,43%)
(0.48/0.07/0.00/0.43)	

CMYK percentages

%48.28
%6.9
%0
%43.14

Codes

Color #4B8791 in popluar color models

4B8791
RGB75135145
HSL189°31.82%43.14%
HSB/HSV189°48.28%56.86%
CMYK48.28%6.90%0.00%
43.14%

Color #4B8791 in popluar number systems.

HEX4B8791
Decimal75135145
Binary10010111000011110010001
Octal113207221

Shades and tints

Shades of #4B8791

#4B8791
(75,135,145)
#457B84
(69,123,132)
#3F6F77
(63,111,119)
#39636A
(57,99,106)
#33575D
(51,87,93)
#2D4B50
(45,75,80)
#273F43
(39,63,67)
#213336
(33,51,54)
#1B2729
(27,39,41)
#151B1C
(21,27,28)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #4B8791

#4B8791
(75,135,145)
#5B919B
(91,145,155)
#6B9BA5
(107,155,165)
#7BA5AF
(123,165,175)
#8BAFB9
(139,175,185)
#9BB9C3
(155,185,195)
#ABC3CD
(171,195,205)
#BBCDD7
(187,205,215)
#CBD7E1
(203,215,225)
#DBE1EB
(219,225,235)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8791; }

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

This text font color is #4B8791.


Background Color

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

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

This div background color is #4B8791.


Border color

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

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

This div border color is #4B8791.


Opacity

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

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

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

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

This text has shadow with #4B8791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8791 on black background.


Color preview on white background

This text has color #4B8791 on white background.



Black color preview on #4B8791 background

This text has black color on #4B8791 background.


White color preview on #4B8791 background

This text has white color on #4B8791 background.