COLOR #4B4555

HEX: #4B4555
RGB: (75,69,85)

Color info

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

RGB color model

#4B4555 color RGB value is (75,69,85).

  • red value is 75;
  • green value is 69;
  • blue value is 85.
RGB:
(75,69,85)
(29%,27%,33%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 85 of 255 = 33%

75
69
85

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

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 85 = 229 (100%)
R 75 of 229 ~ 32.75%
G 69 of 229 ~ 30.13%
B 85 of 229 ~ 37.12%

%32.75
%30.13
%37.12

CMYK color model

#4B4555 color CMYK value is (12,19,0,67).

  • cyan value is 11.76%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(12,19,0,67)
C12M19Y0K67 
(12%,19%,0%,67%)
(0.12/0.19/0.00/0.67)	

CMYK percentages

%11.76
%18.82
%0
%66.67

Codes

Color #4B4555 in popluar color models

4B4555
RGB756985
HSL263°10.39%30.20%
HSB/HSV263°18.82%33.33%
CMYK11.76%18.82%0.00%
66.67%

Color #4B4555 in popluar number systems.

HEX4B4555
Decimal756985
Binary100101110001011010101
Octal113105125

Shades and tints

Shades of #4B4555

#4B4555
(75,69,85)
#453F4E
(69,63,78)
#3F3947
(63,57,71)
#393340
(57,51,64)
#332D39
(51,45,57)
#2D2732
(45,39,50)
#27212B
(39,33,43)
#211B24
(33,27,36)
#1B151D
(27,21,29)
#150F16
(21,15,22)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #4B4555

#4B4555
(75,69,85)
#5B5564
(91,85,100)
#6B6573
(107,101,115)
#7B7582
(123,117,130)
#8B8591
(139,133,145)
#9B95A0
(155,149,160)
#ABA5AF
(171,165,175)
#BBB5BE
(187,181,190)
#CBC5CD
(203,197,205)
#DBD5DC
(219,213,220)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4555 color. Also use rgb(75,69,85) instead hex code.

Text Font Color

.myTextColor { color: #4B4555; }

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

This text font color is #4B4555.


Background Color

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

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

This div background color is #4B4555.


Border color

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

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

This div border color is #4B4555.


Opacity

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

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

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

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

This text has shadow with #4B4555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4555 on black background.


Color preview on white background

This text has color #4B4555 on white background.



Black color preview on #4B4555 background

This text has black color on #4B4555 background.


White color preview on #4B4555 background

This text has white color on #4B4555 background.