COLOR #4B4856

HEX: #4B4856
RGB: (75,72,86)

Color info

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

RGB color model

#4B4856 color RGB value is (75,72,86).

  • red value is 75;
  • green value is 72;
  • blue value is 86.
RGB:
(75,72,86)
(29%,28%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 86 of 255 = 34%

75
72
86

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

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 86 = 233 (100%)
R 75 of 233 ~ 32.19%
G 72 of 233 ~ 30.9%
B 86 of 233 ~ 36.91%

%32.19
%30.9
%36.91

CMYK color model

#4B4856 color CMYK value is (13,16,0,66).

  • cyan value is 12.79%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(13,16,0,66)
C13M16Y0K66 
(13%,16%,0%,66%)
(0.13/0.16/0.00/0.66)	

CMYK percentages

%12.79
%16.28
%0
%66.27

Codes

Color #4B4856 in popluar color models

4B4856
RGB757286
HSL253°8.86%30.98%
HSB/HSV253°16.28%33.73%
CMYK12.79%16.28%0.00%
66.27%

Color #4B4856 in popluar number systems.

HEX4B4856
Decimal757286
Binary100101110010001010110
Octal113110126

Shades and tints

Shades of #4B4856

#4B4856
(75,72,86)
#45424F
(69,66,79)
#3F3C48
(63,60,72)
#393641
(57,54,65)
#33303A
(51,48,58)
#2D2A33
(45,42,51)
#27242C
(39,36,44)
#211E25
(33,30,37)
#1B181E
(27,24,30)
#151217
(21,18,23)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #4B4856

#4B4856
(75,72,86)
#5B5865
(91,88,101)
#6B6874
(107,104,116)
#7B7883
(123,120,131)
#8B8892
(139,136,146)
#9B98A1
(155,152,161)
#ABA8B0
(171,168,176)
#BBB8BF
(187,184,191)
#CBC8CE
(203,200,206)
#DBD8DD
(219,216,221)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4856 color. Also use rgb(75,72,86) instead hex code.

Text Font Color

.myTextColor { color: #4B4856; }

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

This text font color is #4B4856.


Background Color

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

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

This div background color is #4B4856.


Border color

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

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

This div border color is #4B4856.


Opacity

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

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

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

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

This text has shadow with #4B4856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4856 on black background.


Color preview on white background

This text has color #4B4856 on white background.



Black color preview on #4B4856 background

This text has black color on #4B4856 background.


White color preview on #4B4856 background

This text has white color on #4B4856 background.