COLOR #4B4D5F

HEX: #4B4D5F
RGB: (75,77,95)

Color info

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

RGB color model

#4B4D5F color RGB value is (75,77,95).

  • red value is 75;
  • green value is 77;
  • blue value is 95.
RGB:
(75,77,95)
(29%,30%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 95 of 255 = 37%

75
77
95

R + G + B ~ 32%. #4B4D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 77 + 95 = 247 (100%)
R 75 of 247 ~ 30.36%
G 77 of 247 ~ 31.17%
B 95 of 247 ~ 38.46%

%30.36
%31.17
%38.46

CMYK color model

#4B4D5F color CMYK value is (21,19,0,63).

  • cyan value is 21.05%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(21,19,0,63)
C21M19Y0K63 
(21%,19%,0%,63%)
(0.21/0.19/0.00/0.63)	

CMYK percentages

%21.05
%18.95
%0
%62.75

Codes

Color #4B4D5F in popluar color models

4B4D5F
RGB757795
HSL234°11.76%33.33%
HSB/HSV234°21.05%37.25%
CMYK21.05%18.95%0.00%
62.75%

Color #4B4D5F in popluar number systems.

HEX4B4D5F
Decimal757795
Binary100101110011011011111
Octal113115137

Shades and tints

Shades of #4B4D5F

#4B4D5F
(75,77,95)
#454657
(69,70,87)
#3F3F4F
(63,63,79)
#393847
(57,56,71)
#33313F
(51,49,63)
#2D2A37
(45,42,55)
#27232F
(39,35,47)
#211C27
(33,28,39)
#1B151F
(27,21,31)
#150E17
(21,14,23)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #4B4D5F

#4B4D5F
(75,77,95)
#5B5D6D
(91,93,109)
#6B6D7B
(107,109,123)
#7B7D89
(123,125,137)
#8B8D97
(139,141,151)
#9B9DA5
(155,157,165)
#ABADB3
(171,173,179)
#BBBDC1
(187,189,193)
#CBCDCF
(203,205,207)
#DBDDDD
(219,221,221)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4D5F color. Also use rgb(75,77,95) instead hex code.

Text Font Color

.myTextColor { color: #4B4D5F; }

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

This text font color is #4B4D5F.


Background Color

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

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

This div background color is #4B4D5F.


Border color

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

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

This div border color is #4B4D5F.


Opacity

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

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

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

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

This text has shadow with #4B4D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D5F on black background.


Color preview on white background

This text has color #4B4D5F on white background.



Black color preview on #4B4D5F background

This text has black color on #4B4D5F background.


White color preview on #4B4D5F background

This text has white color on #4B4D5F background.