COLOR #4B647B

HEX: #4B647B
RGB: (75,100,123)

Color info

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

RGB color model

#4B647B color RGB value is (75,100,123).

  • red value is 75;
  • green value is 100;
  • blue value is 123.
RGB:
(75,100,123)
(29%,39%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 123 of 255 = 48%

75
100
123

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

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 123 = 298 (100%)
R 75 of 298 ~ 25.17%
G 100 of 298 ~ 33.56%
B 123 of 298 ~ 41.28%

%25.17
%33.56
%41.28

CMYK color model

#4B647B color CMYK value is (39,19,0,52).

  • cyan value is 39.02%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(39,19,0,52)
C39M19Y0K52 
(39%,19%,0%,52%)
(0.39/0.19/0.00/0.52)	

CMYK percentages

%39.02
%18.7
%0
%51.76

Codes

Color #4B647B in popluar color models

4B647B
RGB75100123
HSL209°24.24%38.82%
HSB/HSV209°39.02%48.24%
CMYK39.02%18.70%0.00%
51.76%

Color #4B647B in popluar number systems.

HEX4B647B
Decimal75100123
Binary100101111001001111011
Octal113144173

Shades and tints

Shades of #4B647B

#4B647B
(75,100,123)
#455B70
(69,91,112)
#3F5265
(63,82,101)
#39495A
(57,73,90)
#33404F
(51,64,79)
#2D3744
(45,55,68)
#272E39
(39,46,57)
#21252E
(33,37,46)
#1B1C23
(27,28,35)
#151318
(21,19,24)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B647B

#4B647B
(75,100,123)
#5B7287
(91,114,135)
#6B8093
(107,128,147)
#7B8E9F
(123,142,159)
#8B9CAB
(139,156,171)
#9BAAB7
(155,170,183)
#ABB8C3
(171,184,195)
#BBC6CF
(187,198,207)
#CBD4DB
(203,212,219)
#DBE2E7
(219,226,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B647B; }

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

This text font color is #4B647B.


Background Color

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

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

This div background color is #4B647B.


Border color

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

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

This div border color is #4B647B.


Opacity

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

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

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

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

This text has shadow with #4B647B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B647B on black background.


Color preview on white background

This text has color #4B647B on white background.



Black color preview on #4B647B background

This text has black color on #4B647B background.


White color preview on #4B647B background

This text has white color on #4B647B background.