COLOR #4B494E

HEX: #4B494E RGB: (75,73,78)

Color info

#4B494E contains red, green and blue colors in about the same proportion. Web safe color of #4B494E is #333366 (or #336).

RGB color model

#4B494E color RGB value is (75,73,78).

RGB: (75,73,78) (29%, 29%, 31%)

RGB channels and saturation

R 75 of 255 = 29%
G 73 of 255 = 29%
B 78 of 255 = 31%

75
73
78

R + G + B ~ 30%. #4B494E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 73 + 78 = 226 (100%)
R 75 of 226 ~ 33.19%
G 73 of 226 ~ 32.3%
B 78 of 226 ~ 34.51'%

%33.19
%32.3
%34.51

CMYK color model

#4B494E color CMYK value is (4,6,0,69).

  • cyan value is 3.85%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (4,6,0,69) C4M6Y0K69 (4%,6%,0%,69%) (0.04/0.06/0.00/0.69) 

CMYK percentages

%3.85
%6.41
%0
%69.41

Codes

Color #4B494E in popluar color models

4B 49 4E
RGB 75 73 78
HSL 264° 3.31% 29.61%
HSB/HSV 264° 6.41% 30.59%
CMYK 3.85% 6.41% 0.00%
69.41%

Color #4B494E in popluar number systems.

HEX 4B 49 4E
Decimal 75 73 78
Binary 1001011 1001001 1001110
Octal 113 111 116

Shades and tints

Shades of #4B494E

#4B494E
(75,73,78)
#454347
(69,67,71)
#3F3D40
(63,61,64)
#393739
(57,55,57)
#333132
(51,49,50)
#2D2B2B
(45,43,43)
#272524
(39,37,36)
#211F1D
(33,31,29)
#1B1916
(27,25,22)
#15130F
(21,19,15)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #4B494E

#4B494E
(75,73,78)
#5B595E
(91,89,94)
#6B696E
(107,105,110)
#7B797E
(123,121,126)
#8B898E
(139,137,142)
#9B999E
(155,153,158)
#ABA9AE
(171,169,174)
#BBB9BE
(187,185,190)
#CBC9CE
(203,201,206)
#DBD9DE
(219,217,222)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B494E color. Also use rgb(75,73,78) instead hex code.

Text Font Color

.myTextColor { color: #4B494E; }

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

This text font color is #4B494E.

Background Color

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

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

This div background color is #4B494E.

Border color

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

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

This div border color is #4B494E.

Opacity

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

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

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

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

This text has shadow with #4B494E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B494E.

Preview

Color preview on black background

This text has color #4B494E on black background.


Color preview on white background

This text has color #4B494E on white background.


Black color preview on #4B494E background

This text has black color on #4B494E background.


White color preview on #4B494E background

This text has white color on #4B494E background.


Related colors

Complementary color

Complementary color for #hex is #B4B6B1.


I love getcolorcode.com

Triadic colors

1 #4E4B49 and #494E4B with #4B494E are triadic colors.

2 #4E494B and #494B4E with #4B494E are triadic colors.