COLOR #4B849F

HEX: #4B849F
RGB: (75,132,159)

Color info

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

RGB color model

#4B849F color RGB value is (75,132,159).

  • red value is 75;
  • green value is 132;
  • blue value is 159.
RGB:
(75,132,159)
(29%,52%,62%)

RGB channels and saturation

R 75 of 255 = 29%
G 132 of 255 = 52%
B 159 of 255 = 62%

75
132
159

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

Portions of RGB colors in percentages

R + G + B =
75 + 132 + 159 = 366 (100%)
R 75 of 366 ~ 20.49%
G 132 of 366 ~ 36.07%
B 159 of 366 ~ 43.44%

%20.49
%36.07
%43.44

CMYK color model

#4B849F color CMYK value is (53,17,0,38).

  • cyan value is 52.83%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(53,17,0,38)
C53M17Y0K38 
(53%,17%,0%,38%)
(0.53/0.17/0.00/0.38)	

CMYK percentages

%52.83
%16.98
%0
%37.65

Codes

Color #4B849F in popluar color models

4B849F
RGB75132159
HSL199°35.90%45.88%
HSB/HSV199°52.83%62.35%
CMYK52.83%16.98%0.00%
37.65%

Color #4B849F in popluar number systems.

HEX4B849F
Decimal75132159
Binary10010111000010010011111
Octal113204237

Shades and tints

Shades of #4B849F

#4B849F
(75,132,159)
#457891
(69,120,145)
#3F6C83
(63,108,131)
#396075
(57,96,117)
#335467
(51,84,103)
#2D4859
(45,72,89)
#273C4B
(39,60,75)
#21303D
(33,48,61)
#1B242F
(27,36,47)
#151821
(21,24,33)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #4B849F

#4B849F
(75,132,159)
#5B8FA7
(91,143,167)
#6B9AAF
(107,154,175)
#7BA5B7
(123,165,183)
#8BB0BF
(139,176,191)
#9BBBC7
(155,187,199)
#ABC6CF
(171,198,207)
#BBD1D7
(187,209,215)
#CBDCDF
(203,220,223)
#DBE7E7
(219,231,231)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B849F color. Also use rgb(75,132,159) instead hex code.

Text Font Color

.myTextColor { color: #4B849F; }

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

This text font color is #4B849F.


Background Color

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

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

This div background color is #4B849F.


Border color

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

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

This div border color is #4B849F.


Opacity

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

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

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

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

This text has shadow with #4B849F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B849F on black background.


Color preview on white background

This text has color #4B849F on white background.



Black color preview on #4B849F background

This text has black color on #4B849F background.


White color preview on #4B849F background

This text has white color on #4B849F background.