COLOR #4B628B

HEX: #4B628B RGB: (75,98,139)

Color info

#4B628B contains mainly green and blue colors. Web safe color of #4B628B is #336699 (or #369).

RGB color model

#4B628B color RGB value is (75,98,139).

RGB: (75,98,139) (29%, 38%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 139 of 255 = 55%

75
98
139

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

Portions of RGB colors in percentages

R + G + B = 75 + 98 + 139 = 312 (100%)
R 75 of 312 ~ 24.04%
G 98 of 312 ~ 31.41%
B 139 of 312 ~ 44.55'%

%24.04
%31.41
%44.55

CMYK color model

#4B628B color CMYK value is (46,29,0,45).

  • cyan value is 46.04%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (46,29,0,45)
C46M29Y0K45 (46%, 29%, 0%, 45%)
(0.46 / 0.29 / 0.00 / 0.45)

CMYK percentages

%46.04
%29.5
%0
%45.49

Codes

Color #4B628B in popluar color models

4B 62 8B
RGB 75 98 139
HSL 218° 29.91% 41.96%
HSB/HSV 218° 46.04% 54.51%
CMYK 46.04% 29.50% 0.00%
45.49%

Color #4B628B in popluar number systems.

HEX 4B 62 8B
Decimal 75 98 139
Binary 1001011 1100010 10001011
Octal 113 142 213

Shades and tints

Shades of #4B628B

#4B628B
(75,98,139)
#455A7F
(69,90,127)
#3F5273
(63,82,115)
#394A67
(57,74,103)
#33425B
(51,66,91)
#2D3A4F
(45,58,79)
#273243
(39,50,67)
#212A37
(33,42,55)
#1B222B
(27,34,43)
#151A1F
(21,26,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #4B628B

#4B628B
(75,98,139)
#5B7095
(91,112,149)
#6B7E9F
(107,126,159)
#7B8CA9
(123,140,169)
#8B9AB3
(139,154,179)
#9BA8BD
(155,168,189)
#ABB6C7
(171,182,199)
#BBC4D1
(187,196,209)
#CBD2DB
(203,210,219)
#DBE0E5
(219,224,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B628B; }

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

This text font color is #4B628B.

Background Color

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

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

This div background color is #4B628B.

Border color

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

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

This div border color is #4B628B.

Opacity

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

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

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

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

This text has shadow with #4B628B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B628B.

Preview

Color preview on black background

This text has color #4B628B on black background.


Color preview on white background

This text has color #4B628B on white background.


Black color preview on #4B628B background

This text has black color on #4B628B background.


White color preview on #4B628B background

This text has white color on #4B628B background.


Related colors

Complementary color

Complementary color for #hex is #B49D74.


I love getcolorcode.com

Triadic colors

1 #8B4B62 and #628B4B with #4B628B are triadic colors.

2 #8B624B and #624B8B with #4B628B are triadic colors.