COLOR #4B717B

HEX: #4B717B RGB: (75,113,123)

Color info

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

RGB color model

#4B717B color RGB value is (75,113,123).

RGB: (75,113,123) (29%, 44%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 123 of 255 = 48%

75
113
123

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

Portions of RGB colors in percentages

R + G + B = 75 + 113 + 123 = 311 (100%)
R 75 of 311 ~ 24.12%
G 113 of 311 ~ 36.33%
B 123 of 311 ~ 39.55'%

%24.12
%36.33
%39.55

CMYK color model

#4B717B color CMYK value is (39,8,0,52).

  • cyan value is 39.02%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (39,8,0,52)
C39M8Y0K52 (39%, 8%, 0%, 52%)
(0.39 / 0.08 / 0.00 / 0.52)

CMYK percentages

%39.02
%8.13
%0
%51.76

Codes

Color #4B717B in popluar color models

4B 71 7B
RGB 75 113 123
HSL 193° 24.24% 38.82%
HSB/HSV 193° 39.02% 48.24%
CMYK 39.02% 8.13% 0.00%
51.76%

Color #4B717B in popluar number systems.

HEX 4B 71 7B
Decimal 75 113 123
Binary 1001011 1110001 1111011
Octal 113 161 173

Shades and tints

Shades of #4B717B

#4B717B
(75,113,123)
#456770
(69,103,112)
#3F5D65
(63,93,101)
#39535A
(57,83,90)
#33494F
(51,73,79)
#2D3F44
(45,63,68)
#273539
(39,53,57)
#212B2E
(33,43,46)
#1B2123
(27,33,35)
#151718
(21,23,24)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B717B

#4B717B
(75,113,123)
#5B7D87
(91,125,135)
#6B8993
(107,137,147)
#7B959F
(123,149,159)
#8BA1AB
(139,161,171)
#9BADB7
(155,173,183)
#ABB9C3
(171,185,195)
#BBC5CF
(187,197,207)
#CBD1DB
(203,209,219)
#DBDDE7
(219,221,231)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B717B; }

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

This text font color is #4B717B.

Background Color

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

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

This div background color is #4B717B.

Border color

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

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

This div border color is #4B717B.

Opacity

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

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

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

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

This text has shadow with #4B717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B717B.

Preview

Color preview on black background

This text has color #4B717B on black background.


Color preview on white background

This text has color #4B717B on white background.


Black color preview on #4B717B background

This text has black color on #4B717B background.


White color preview on #4B717B background

This text has white color on #4B717B background.


Related colors

Complementary color

Complementary color for #hex is #B48E84.


I love getcolorcode.com

Triadic colors

1 #7B4B71 and #717B4B with #4B717B are triadic colors.

2 #7B714B and #714B7B with #4B717B are triadic colors.