COLOR #4B7999

HEX: #4B7999
RGB: (75,121,153)

Color info

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

RGB color model

#4B7999 color RGB value is (75,121,153).

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

RGB channels and saturation

R 75 of 255 = 29%
G 121 of 255 = 47%
B 153 of 255 = 60%

75
121
153

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

Portions of RGB colors in percentages

R + G + B =
75 + 121 + 153 = 349 (100%)
R 75 of 349 ~ 21.49%
G 121 of 349 ~ 34.67%
B 153 of 349 ~ 43.84%

%21.49
%34.67
%43.84

CMYK color model

#4B7999 color CMYK value is (51,21,0,40).

  • cyan value is 50.98%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(51,21,0,40)
C51M21Y0K40 
(51%,21%,0%,40%)
(0.51/0.21/0.00/0.40)	

CMYK percentages

%50.98
%20.92
%0
%40

Codes

Color #4B7999 in popluar color models

4B7999
RGB75121153
HSL205°34.21%44.71%
HSB/HSV205°50.98%60.00%
CMYK50.98%20.92%0.00%
40.00%

Color #4B7999 in popluar number systems.

HEX4B7999
Decimal75121153
Binary1001011111100110011001
Octal113171231

Shades and tints

Shades of #4B7999

#4B7999
(75,121,153)
#456E8C
(69,110,140)
#3F637F
(63,99,127)
#395872
(57,88,114)
#334D65
(51,77,101)
#2D4258
(45,66,88)
#27374B
(39,55,75)
#212C3E
(33,44,62)
#1B2131
(27,33,49)
#151624
(21,22,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #4B7999

#4B7999
(75,121,153)
#5B85A2
(91,133,162)
#6B91AB
(107,145,171)
#7B9DB4
(123,157,180)
#8BA9BD
(139,169,189)
#9BB5C6
(155,181,198)
#ABC1CF
(171,193,207)
#BBCDD8
(187,205,216)
#CBD9E1
(203,217,225)
#DBE5EA
(219,229,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7999; }

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

This text font color is #4B7999.


Background Color

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

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

This div background color is #4B7999.


Border color

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

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

This div border color is #4B7999.


Opacity

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

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

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

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

This text has shadow with #4B7999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7999 on black background.


Color preview on white background

This text has color #4B7999 on white background.



Black color preview on #4B7999 background

This text has black color on #4B7999 background.


White color preview on #4B7999 background

This text has white color on #4B7999 background.