COLOR #4B596B

HEX: #4B596B RGB: (75,89,107)

Color info

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

RGB color model

#4B596B color RGB value is (75,89,107).

RGB: (75,89,107) (29%, 35%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 89 of 255 = 35%
B 107 of 255 = 42%

75
89
107

R + G + B ~ 35%. #4B596B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 89 + 107 = 271 (100%)
R 75 of 271 ~ 27.68%
G 89 of 271 ~ 32.84%
B 107 of 271 ~ 39.48'%

%27.68
%32.84
%39.48

CMYK color model

#4B596B color CMYK value is (30,17,0,58).

  • cyan value is 29.91%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (30,17,0,58)
C30M17Y0K58 (30%, 17%, 0%, 58%)
(0.30 / 0.17 / 0.00 / 0.58)

CMYK percentages

%29.91
%16.82
%0
%58.04

Codes

Color #4B596B in popluar color models

4B 59 6B
RGB 75 89 107
HSL 214° 17.58% 35.69%
HSB/HSV 214° 29.91% 41.96%
CMYK 29.91% 16.82% 0.00%
58.04%

Color #4B596B in popluar number systems.

HEX 4B 59 6B
Decimal 75 89 107
Binary 1001011 1011001 1101011
Octal 113 131 153

Shades and tints

Shades of #4B596B

#4B596B
(75,89,107)
#455162
(69,81,98)
#3F4959
(63,73,89)
#394150
(57,65,80)
#333947
(51,57,71)
#2D313E
(45,49,62)
#272935
(39,41,53)
#21212C
(33,33,44)
#1B1923
(27,25,35)
#15111A
(21,17,26)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #4B596B

#4B596B
(75,89,107)
#5B6878
(91,104,120)
#6B7785
(107,119,133)
#7B8692
(123,134,146)
#8B959F
(139,149,159)
#9BA4AC
(155,164,172)
#ABB3B9
(171,179,185)
#BBC2C6
(187,194,198)
#CBD1D3
(203,209,211)
#DBE0E0
(219,224,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B596B color. Also use rgb(75,89,107) instead hex code.

Text Font Color

.myTextColor { color: #4B596B; }

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

This text font color is #4B596B.

Background Color

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

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

This div background color is #4B596B.

Border color

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

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

This div border color is #4B596B.

Opacity

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

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

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

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

This text has shadow with #4B596B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B596B.

Preview

Color preview on black background

This text has color #4B596B on black background.


Color preview on white background

This text has color #4B596B on white background.


Black color preview on #4B596B background

This text has black color on #4B596B background.


White color preview on #4B596B background

This text has white color on #4B596B background.


Related colors

Complementary color

Complementary color for #hex is #B4A694.


I love getcolorcode.com

Triadic colors

1 #6B4B59 and #596B4B with #4B596B are triadic colors.

2 #6B594B and #594B6B with #4B596B are triadic colors.