COLOR #4B494F

HEX: #4B494F
RGB: (75,73,79)

Color info

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

RGB color model

#4B494F color RGB value is (75,73,79).

  • red value is 75;
  • green value is 73;
  • blue value is 79.
RGB:
(75,73,79)
(29%,29%,31%)

RGB channels and saturation

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

75
73
79

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

Portions of RGB colors in percentages

R + G + B =
75 + 73 + 79 = 227 (100%)
R 75 of 227 ~ 33.04%
G 73 of 227 ~ 32.16%
B 79 of 227 ~ 34.8%

%33.04
%32.16
%34.8

CMYK color model

#4B494F color CMYK value is (5,8,0,69).

  • cyan value is 5.06%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,8,0,69)
C5M8Y0K69 
(5%,8%,0%,69%)
(0.05/0.08/0.00/0.69)	

CMYK percentages

%5.06
%7.59
%0
%69.02

Codes

Color #4B494F in popluar color models

4B494F
RGB757379
HSL260°3.95%29.80%
HSB/HSV260°7.59%30.98%
CMYK5.06%7.59%0.00%
69.02%

Color #4B494F in popluar number systems.

HEX4B494F
Decimal757379
Binary100101110010011001111
Octal113111117

Shades and tints

Shades of #4B494F

#4B494F
(75,73,79)
#454348
(69,67,72)
#3F3D41
(63,61,65)
#39373A
(57,55,58)
#333133
(51,49,51)
#2D2B2C
(45,43,44)
#272525
(39,37,37)
#211F1E
(33,31,30)
#1B1917
(27,25,23)
#151310
(21,19,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #4B494F

#4B494F
(75,73,79)
#5B595F
(91,89,95)
#6B696F
(107,105,111)
#7B797F
(123,121,127)
#8B898F
(139,137,143)
#9B999F
(155,153,159)
#ABA9AF
(171,169,175)
#BBB9BF
(187,185,191)
#CBC9CF
(203,201,207)
#DBD9DF
(219,217,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B494F; }

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

This text font color is #4B494F.


Background Color

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

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

This div background color is #4B494F.


Border color

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

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

This div border color is #4B494F.


Opacity

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

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

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

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

This text has shadow with #4B494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B494F on black background.


Color preview on white background

This text has color #4B494F on white background.



Black color preview on #4B494F background

This text has black color on #4B494F background.


White color preview on #4B494F background

This text has white color on #4B494F background.