COLOR #4B818B

HEX: #4B818B
RGB: (75,129,139)

Color info

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

RGB color model

#4B818B color RGB value is (75,129,139).

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

RGB channels and saturation

R 75 of 255 = 29%
G 129 of 255 = 51%
B 139 of 255 = 55%

75
129
139

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

Portions of RGB colors in percentages

R + G + B =
75 + 129 + 139 = 343 (100%)
R 75 of 343 ~ 21.87%
G 129 of 343 ~ 37.61%
B 139 of 343 ~ 40.52%

%21.87
%37.61
%40.52

CMYK color model

#4B818B color CMYK value is (46,7,0,45).

  • cyan value is 46.04%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(46,7,0,45)
C46M7Y0K45 
(46%,7%,0%,45%)
(0.46/0.07/0.00/0.45)	

CMYK percentages

%46.04
%7.19
%0
%45.49

Codes

Color #4B818B in popluar color models

4B818B
RGB75129139
HSL189°29.91%41.96%
HSB/HSV189°46.04%54.51%
CMYK46.04%7.19%0.00%
45.49%

Color #4B818B in popluar number systems.

HEX4B818B
Decimal75129139
Binary10010111000000110001011
Octal113201213

Shades and tints

Shades of #4B818B

#4B818B
(75,129,139)
#45767F
(69,118,127)
#3F6B73
(63,107,115)
#396067
(57,96,103)
#33555B
(51,85,91)
#2D4A4F
(45,74,79)
#273F43
(39,63,67)
#213437
(33,52,55)
#1B292B
(27,41,43)
#151E1F
(21,30,31)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #4B818B

#4B818B
(75,129,139)
#5B8C95
(91,140,149)
#6B979F
(107,151,159)
#7BA2A9
(123,162,169)
#8BADB3
(139,173,179)
#9BB8BD
(155,184,189)
#ABC3C7
(171,195,199)
#BBCED1
(187,206,209)
#CBD9DB
(203,217,219)
#DBE4E5
(219,228,229)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B818B; }

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

This text font color is #4B818B.


Background Color

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

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

This div background color is #4B818B.


Border color

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

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

This div border color is #4B818B.


Opacity

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

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

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

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

This text has shadow with #4B818B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B818B on black background.


Color preview on white background

This text has color #4B818B on white background.



Black color preview on #4B818B background

This text has black color on #4B818B background.


White color preview on #4B818B background

This text has white color on #4B818B background.