COLOR #4B818F

HEX: #4B818F
RGB: (75,129,143)

Color info

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

RGB color model

#4B818F color RGB value is (75,129,143).

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

RGB channels and saturation

R 75 of 255 = 29%
G 129 of 255 = 51%
B 143 of 255 = 56%

75
129
143

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

Portions of RGB colors in percentages

R + G + B =
75 + 129 + 143 = 347 (100%)
R 75 of 347 ~ 21.61%
G 129 of 347 ~ 37.18%
B 143 of 347 ~ 41.21%

%21.61
%37.18
%41.21

CMYK color model

#4B818F color CMYK value is (48,10,0,44).

  • cyan value is 47.55%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(48,10,0,44)
C48M10Y0K44 
(48%,10%,0%,44%)
(0.48/0.10/0.00/0.44)	

CMYK percentages

%47.55
%9.79
%0
%43.92

Codes

Color #4B818F in popluar color models

4B818F
RGB75129143
HSL192°31.19%42.75%
HSB/HSV192°47.55%56.08%
CMYK47.55%9.79%0.00%
43.92%

Color #4B818F in popluar number systems.

HEX4B818F
Decimal75129143
Binary10010111000000110001111
Octal113201217

Shades and tints

Shades of #4B818F

#4B818F
(75,129,143)
#457682
(69,118,130)
#3F6B75
(63,107,117)
#396068
(57,96,104)
#33555B
(51,85,91)
#2D4A4E
(45,74,78)
#273F41
(39,63,65)
#213434
(33,52,52)
#1B2927
(27,41,39)
#151E1A
(21,30,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #4B818F

#4B818F
(75,129,143)
#5B8C99
(91,140,153)
#6B97A3
(107,151,163)
#7BA2AD
(123,162,173)
#8BADB7
(139,173,183)
#9BB8C1
(155,184,193)
#ABC3CB
(171,195,203)
#BBCED5
(187,206,213)
#CBD9DF
(203,217,223)
#DBE4E9
(219,228,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B818F; }

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

This text font color is #4B818F.


Background Color

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

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

This div background color is #4B818F.


Border color

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

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

This div border color is #4B818F.


Opacity

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

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

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

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

This text has shadow with #4B818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B818F on black background.


Color preview on white background

This text has color #4B818F on white background.



Black color preview on #4B818F background

This text has black color on #4B818F background.


White color preview on #4B818F background

This text has white color on #4B818F background.