COLOR #4B687B

HEX: #4B687B RGB: (75,104,123)

Color info

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

RGB color model

#4B687B color RGB value is (75,104,123).

RGB: (75,104,123) (29%, 41%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 123 of 255 = 48%

75
104
123

R + G + B ~ 39%. #4B687B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 104 + 123 = 302 (100%)
R 75 of 302 ~ 24.83%
G 104 of 302 ~ 34.44%
B 123 of 302 ~ 40.73'%

%24.83
%34.44
%40.73

CMYK color model

#4B687B color CMYK value is (39,15,0,52).

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

CMYK: (39,15,0,52)
C39M15Y0K52 (39%, 15%, 0%, 52%)
(0.39 / 0.15 / 0.00 / 0.52)

CMYK percentages

%39.02
%15.45
%0
%51.76

Codes

Color #4B687B in popluar color models

4B 68 7B
RGB 75 104 123
HSL 204° 24.24% 38.82%
HSB/HSV 204° 39.02% 48.24%
CMYK 39.02% 15.45% 0.00%
51.76%

Color #4B687B in popluar number systems.

HEX 4B 68 7B
Decimal 75 104 123
Binary 1001011 1101000 1111011
Octal 113 150 173

Shades and tints

Shades of #4B687B

#4B687B
(75,104,123)
#455F70
(69,95,112)
#3F5665
(63,86,101)
#394D5A
(57,77,90)
#33444F
(51,68,79)
#2D3B44
(45,59,68)
#273239
(39,50,57)
#21292E
(33,41,46)
#1B2023
(27,32,35)
#151718
(21,23,24)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B687B

#4B687B
(75,104,123)
#5B7587
(91,117,135)
#6B8293
(107,130,147)
#7B8F9F
(123,143,159)
#8B9CAB
(139,156,171)
#9BA9B7
(155,169,183)
#ABB6C3
(171,182,195)
#BBC3CF
(187,195,207)
#CBD0DB
(203,208,219)
#DBDDE7
(219,221,231)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B687B; }

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

This text font color is #4B687B.

Background Color

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

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

This div background color is #4B687B.

Border color

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

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

This div border color is #4B687B.

Opacity

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

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

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

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

This text has shadow with #4B687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B687B.

Preview

Color preview on black background

This text has color #4B687B on black background.


Color preview on white background

This text has color #4B687B on white background.


Black color preview on #4B687B background

This text has black color on #4B687B background.


White color preview on #4B687B background

This text has white color on #4B687B background.


Related colors

Complementary color

Complementary color for #hex is #B49784.


I love getcolorcode.com

Triadic colors

1 #7B4B68 and #687B4B with #4B687B are triadic colors.

2 #7B684B and #684B7B with #4B687B are triadic colors.