COLOR #4B798D

HEX: #4B798D
RGB: (75,121,141)

Color info

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

RGB color model

#4B798D color RGB value is (75,121,141).

  • red value is 75;
  • green value is 121;
  • blue value is 141.
RGB:
(75,121,141)
(29%,47%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 121 of 255 = 47%
B 141 of 255 = 55%

75
121
141

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

Portions of RGB colors in percentages

R + G + B =
75 + 121 + 141 = 337 (100%)
R 75 of 337 ~ 22.26%
G 121 of 337 ~ 35.91%
B 141 of 337 ~ 41.84%

%22.26
%35.91
%41.84

CMYK color model

#4B798D color CMYK value is (47,14,0,45).

  • cyan value is 46.81%
  • magenta value is 14.18%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(47,14,0,45)
C47M14Y0K45 
(47%,14%,0%,45%)
(0.47/0.14/0.00/0.45)	

CMYK percentages

%46.81
%14.18
%0
%44.71

Codes

Color #4B798D in popluar color models

4B798D
RGB75121141
HSL198°30.56%42.35%
HSB/HSV198°46.81%55.29%
CMYK46.81%14.18%0.00%
44.71%

Color #4B798D in popluar number systems.

HEX4B798D
Decimal75121141
Binary1001011111100110001101
Octal113171215

Shades and tints

Shades of #4B798D

#4B798D
(75,121,141)
#456E81
(69,110,129)
#3F6375
(63,99,117)
#395869
(57,88,105)
#334D5D
(51,77,93)
#2D4251
(45,66,81)
#273745
(39,55,69)
#212C39
(33,44,57)
#1B212D
(27,33,45)
#151621
(21,22,33)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #4B798D

#4B798D
(75,121,141)
#5B8597
(91,133,151)
#6B91A1
(107,145,161)
#7B9DAB
(123,157,171)
#8BA9B5
(139,169,181)
#9BB5BF
(155,181,191)
#ABC1C9
(171,193,201)
#BBCDD3
(187,205,211)
#CBD9DD
(203,217,221)
#DBE5E7
(219,229,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B798D color. Also use rgb(75,121,141) instead hex code.

Text Font Color

.myTextColor { color: #4B798D; }

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

This text font color is #4B798D.


Background Color

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

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

This div background color is #4B798D.


Border color

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

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

This div border color is #4B798D.


Opacity

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

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

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

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

This text has shadow with #4B798D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B798D on black background.


Color preview on white background

This text has color #4B798D on white background.



Black color preview on #4B798D background

This text has black color on #4B798D background.


White color preview on #4B798D background

This text has white color on #4B798D background.