COLOR #4B588B

HEX: #4B588B RGB: (75,88,139)

Color info

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

RGB color model

#4B588B color RGB value is (75,88,139).

RGB: (75,88,139) (29%, 35%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 139 of 255 = 55%

75
88
139

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

Portions of RGB colors in percentages

R + G + B = 75 + 88 + 139 = 302 (100%)
R 75 of 302 ~ 24.83%
G 88 of 302 ~ 29.14%
B 139 of 302 ~ 46.03'%

%24.83
%29.14
%46.03

CMYK color model

#4B588B color CMYK value is (46,37,0,45).

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

CMYK: (46,37,0,45)
C46M37Y0K45 (46%, 37%, 0%, 45%)
(0.46 / 0.37 / 0.00 / 0.45)

CMYK percentages

%46.04
%36.69
%0
%45.49

Codes

Color #4B588B in popluar color models

4B 58 8B
RGB 75 88 139
HSL 228° 29.91% 41.96%
HSB/HSV 228° 46.04% 54.51%
CMYK 46.04% 36.69% 0.00%
45.49%

Color #4B588B in popluar number systems.

HEX 4B 58 8B
Decimal 75 88 139
Binary 1001011 1011000 10001011
Octal 113 130 213

Shades and tints

Shades of #4B588B

#4B588B
(75,88,139)
#45507F
(69,80,127)
#3F4873
(63,72,115)
#394067
(57,64,103)
#33385B
(51,56,91)
#2D304F
(45,48,79)
#272843
(39,40,67)
#212037
(33,32,55)
#1B182B
(27,24,43)
#15101F
(21,16,31)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #4B588B

#4B588B
(75,88,139)
#5B6795
(91,103,149)
#6B769F
(107,118,159)
#7B85A9
(123,133,169)
#8B94B3
(139,148,179)
#9BA3BD
(155,163,189)
#ABB2C7
(171,178,199)
#BBC1D1
(187,193,209)
#CBD0DB
(203,208,219)
#DBDFE5
(219,223,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B588B; }

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

This text font color is #4B588B.

Background Color

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

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

This div background color is #4B588B.

Border color

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

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

This div border color is #4B588B.

Opacity

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

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

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

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

This text has shadow with #4B588B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B588B.

Preview

Color preview on black background

This text has color #4B588B on black background.


Color preview on white background

This text has color #4B588B on white background.


Black color preview on #4B588B background

This text has black color on #4B588B background.


White color preview on #4B588B background

This text has white color on #4B588B background.


Related colors

Complementary color

Complementary color for #hex is #B4A774.


I love getcolorcode.com

Triadic colors

1 #8B4B58 and #588B4B with #4B588B are triadic colors.

2 #8B584B and #584B8B with #4B588B are triadic colors.