COLOR #4B606D

HEX: #4B606D RGB: (75,96,109)

Color info

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

RGB color model

#4B606D color RGB value is (75,96,109).

RGB: (75,96,109) (29%, 38%, 43%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 109 of 255 = 43%

75
96
109

R + G + B ~ 37%. #4B606D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 96 + 109 = 280 (100%)
R 75 of 280 ~ 26.79%
G 96 of 280 ~ 34.29%
B 109 of 280 ~ 38.93'%

%26.79
%34.29
%38.93

CMYK color model

#4B606D color CMYK value is (31,12,0,57).

  • cyan value is 31.19%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (31,12,0,57)
C31M12Y0K57 (31%, 12%, 0%, 57%)
(0.31 / 0.12 / 0.00 / 0.57)

CMYK percentages

%31.19
%11.93
%0
%57.25

Codes

Color #4B606D in popluar color models

4B 60 6D
RGB 75 96 109
HSL 203° 18.48% 36.08%
HSB/HSV 203° 31.19% 42.75%
CMYK 31.19% 11.93% 0.00%
57.25%

Color #4B606D in popluar number systems.

HEX 4B 60 6D
Decimal 75 96 109
Binary 1001011 1100000 1101101
Octal 113 140 155

Shades and tints

Shades of #4B606D

#4B606D
(75,96,109)
#455864
(69,88,100)
#3F505B
(63,80,91)
#394852
(57,72,82)
#334049
(51,64,73)
#2D3840
(45,56,64)
#273037
(39,48,55)
#21282E
(33,40,46)
#1B2025
(27,32,37)
#15181C
(21,24,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #4B606D

#4B606D
(75,96,109)
#5B6E7A
(91,110,122)
#6B7C87
(107,124,135)
#7B8A94
(123,138,148)
#8B98A1
(139,152,161)
#9BA6AE
(155,166,174)
#ABB4BB
(171,180,187)
#BBC2C8
(187,194,200)
#CBD0D5
(203,208,213)
#DBDEE2
(219,222,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B606D color. Also use rgb(75,96,109) instead hex code.

Text Font Color

.myTextColor { color: #4B606D; }

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

This text font color is #4B606D.

Background Color

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

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

This div background color is #4B606D.

Border color

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

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

This div border color is #4B606D.

Opacity

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

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

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

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

This text has shadow with #4B606D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B606D.

Preview

Color preview on black background

This text has color #4B606D on black background.


Color preview on white background

This text has color #4B606D on white background.


Black color preview on #4B606D background

This text has black color on #4B606D background.


White color preview on #4B606D background

This text has white color on #4B606D background.


Related colors

Complementary color

Complementary color for #hex is #B49F92.


I love getcolorcode.com

Triadic colors

1 #6D4B60 and #606D4B with #4B606D are triadic colors.

2 #6D604B and #604B6D with #4B606D are triadic colors.