COLOR #4B6771

HEX: #4B6771
RGB: (75,103,113)

Color info

#4B6771 contains red, green and blue colors in about the same proportion. Web safe color of #4B6771 is #336666 (or #366).

RGB color model

#4B6771 color RGB value is (75,103,113).

  • red value is 75;
  • green value is 103;
  • blue value is 113.
RGB:
(75,103,113)
(29%,40%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 103 of 255 = 40%
B 113 of 255 = 44%

75
103
113

R + G + B ~ 38%. #4B6771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 103 + 113 = 291 (100%)
R 75 of 291 ~ 25.77%
G 103 of 291 ~ 35.4%
B 113 of 291 ~ 38.83%

%25.77
%35.4
%38.83

CMYK color model

#4B6771 color CMYK value is (34,9,0,56).

  • cyan value is 33.63%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(34,9,0,56)
C34M9Y0K56 
(34%,9%,0%,56%)
(0.34/0.09/0.00/0.56)	

CMYK percentages

%33.63
%8.85
%0
%55.69

Codes

Color #4B6771 in popluar color models

4B6771
RGB75103113
HSL196°20.21%36.86%
HSB/HSV196°33.63%44.31%
CMYK33.63%8.85%0.00%
55.69%

Color #4B6771 in popluar number systems.

HEX4B6771
Decimal75103113
Binary100101111001111110001
Octal113147161

Shades and tints

Shades of #4B6771

#4B6771
(75,103,113)
#455E67
(69,94,103)
#3F555D
(63,85,93)
#394C53
(57,76,83)
#334349
(51,67,73)
#2D3A3F
(45,58,63)
#273135
(39,49,53)
#21282B
(33,40,43)
#1B1F21
(27,31,33)
#151617
(21,22,23)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B6771

#4B6771
(75,103,113)
#5B747D
(91,116,125)
#6B8189
(107,129,137)
#7B8E95
(123,142,149)
#8B9BA1
(139,155,161)
#9BA8AD
(155,168,173)
#ABB5B9
(171,181,185)
#BBC2C5
(187,194,197)
#CBCFD1
(203,207,209)
#DBDCDD
(219,220,221)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6771 color. Also use rgb(75,103,113) instead hex code.

Text Font Color

.myTextColor { color: #4B6771; }

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

This text font color is #4B6771.


Background Color

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

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

This div background color is #4B6771.


Border color

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

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

This div border color is #4B6771.


Opacity

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

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

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

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

This text has shadow with #4B6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6771 on black background.


Color preview on white background

This text has color #4B6771 on white background.



Black color preview on #4B6771 background

This text has black color on #4B6771 background.


White color preview on #4B6771 background

This text has white color on #4B6771 background.