COLOR #4B7982

HEX: #4B7982
RGB: (75,121,130)

Color info

#4B7982 contains red, green and blue colors in about the same proportion. Web safe color of #4B7982 is #336699 (or #369).

RGB color model

#4B7982 color RGB value is (75,121,130).

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

RGB channels and saturation

R 75 of 255 = 29%
G 121 of 255 = 47%
B 130 of 255 = 51%

75
121
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 121 + 130 = 326 (100%)
R 75 of 326 ~ 23.01%
G 121 of 326 ~ 37.12%
B 130 of 326 ~ 39.88%

%23.01
%37.12
%39.88

CMYK color model

#4B7982 color CMYK value is (42,7,0,49).

  • cyan value is 42.31%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(42,7,0,49)
C42M7Y0K49 
(42%,7%,0%,49%)
(0.42/0.07/0.00/0.49)	

CMYK percentages

%42.31
%6.92
%0
%49.02

Codes

Color #4B7982 in popluar color models

4B7982
RGB75121130
HSL190°26.83%40.20%
HSB/HSV190°42.31%50.98%
CMYK42.31%6.92%0.00%
49.02%

Color #4B7982 in popluar number systems.

HEX4B7982
Decimal75121130
Binary1001011111100110000010
Octal113171202

Shades and tints

Shades of #4B7982

#4B7982
(75,121,130)
#456E77
(69,110,119)
#3F636C
(63,99,108)
#395861
(57,88,97)
#334D56
(51,77,86)
#2D424B
(45,66,75)
#273740
(39,55,64)
#212C35
(33,44,53)
#1B212A
(27,33,42)
#15161F
(21,22,31)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #4B7982

#4B7982
(75,121,130)
#5B858D
(91,133,141)
#6B9198
(107,145,152)
#7B9DA3
(123,157,163)
#8BA9AE
(139,169,174)
#9BB5B9
(155,181,185)
#ABC1C4
(171,193,196)
#BBCDCF
(187,205,207)
#CBD9DA
(203,217,218)
#DBE5E5
(219,229,229)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7982; }

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

This text font color is #4B7982.


Background Color

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

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

This div background color is #4B7982.


Border color

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

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

This div border color is #4B7982.


Opacity

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

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

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

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

This text has shadow with #4B7982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7982 on black background.


Color preview on white background

This text has color #4B7982 on white background.



Black color preview on #4B7982 background

This text has black color on #4B7982 background.


White color preview on #4B7982 background

This text has white color on #4B7982 background.