COLOR #4B627B

HEX: #4B627B RGB: (75,98,123)

Color info

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

RGB color model

#4B627B color RGB value is (75,98,123).

RGB: (75,98,123) (29%, 38%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 123 of 255 = 48%

75
98
123

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

Portions of RGB colors in percentages

R + G + B = 75 + 98 + 123 = 296 (100%)
R 75 of 296 ~ 25.34%
G 98 of 296 ~ 33.11%
B 123 of 296 ~ 41.55'%

%25.34
%33.11
%41.55

CMYK color model

#4B627B color CMYK value is (39,20,0,52).

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

CMYK: (39,20,0,52)
C39M20Y0K52 (39%, 20%, 0%, 52%)
(0.39 / 0.20 / 0.00 / 0.52)

CMYK percentages

%39.02
%20.33
%0
%51.76

Codes

Color #4B627B in popluar color models

4B 62 7B
RGB 75 98 123
HSL 211° 24.24% 38.82%
HSB/HSV 211° 39.02% 48.24%
CMYK 39.02% 20.33% 0.00%
51.76%

Color #4B627B in popluar number systems.

HEX 4B 62 7B
Decimal 75 98 123
Binary 1001011 1100010 1111011
Octal 113 142 173

Shades and tints

Shades of #4B627B

#4B627B
(75,98,123)
#455A70
(69,90,112)
#3F5265
(63,82,101)
#394A5A
(57,74,90)
#33424F
(51,66,79)
#2D3A44
(45,58,68)
#273239
(39,50,57)
#212A2E
(33,42,46)
#1B2223
(27,34,35)
#151A18
(21,26,24)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #4B627B

#4B627B
(75,98,123)
#5B7087
(91,112,135)
#6B7E93
(107,126,147)
#7B8C9F
(123,140,159)
#8B9AAB
(139,154,171)
#9BA8B7
(155,168,183)
#ABB6C3
(171,182,195)
#BBC4CF
(187,196,207)
#CBD2DB
(203,210,219)
#DBE0E7
(219,224,231)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B627B; }

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

This text font color is #4B627B.

Background Color

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

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

This div background color is #4B627B.

Border color

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

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

This div border color is #4B627B.

Opacity

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

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

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

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

This text has shadow with #4B627B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B627B.

Preview

Color preview on black background

This text has color #4B627B on black background.


Color preview on white background

This text has color #4B627B on white background.


Black color preview on #4B627B background

This text has black color on #4B627B background.


White color preview on #4B627B background

This text has white color on #4B627B background.


Related colors

Complementary color

Complementary color for #hex is #B49D84.


I love getcolorcode.com

Triadic colors

1 #7B4B62 and #627B4B with #4B627B are triadic colors.

2 #7B624B and #624B7B with #4B627B are triadic colors.