COLOR #4B3756

HEX: #4B3756
RGB: (75,55,86)

Color info

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

RGB color model

#4B3756 color RGB value is (75,55,86).

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

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 86 of 255 = 34%

75
55
86

R + G + B ~ 28%. #4B3756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 86 = 216 (100%)
R 75 of 216 ~ 34.72%
G 55 of 216 ~ 25.46%
B 86 of 216 ~ 39.81%

%34.72
%25.46
%39.81

CMYK color model

#4B3756 color CMYK value is (13,36,0,66).

  • cyan value is 12.79%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(13,36,0,66)
C13M36Y0K66 
(13%,36%,0%,66%)
(0.13/0.36/0.00/0.66)	

CMYK percentages

%12.79
%36.05
%0
%66.27

Codes

Color #4B3756 in popluar color models

4B3756
RGB755586
HSL279°21.99%27.65%
HSB/HSV279°36.05%33.73%
CMYK12.79%36.05%0.00%
66.27%

Color #4B3756 in popluar number systems.

HEX4B3756
Decimal755586
Binary10010111101111010110
Octal11367126

Shades and tints

Shades of #4B3756

#4B3756
(75,55,86)
#45324F
(69,50,79)
#3F2D48
(63,45,72)
#392841
(57,40,65)
#33233A
(51,35,58)
#2D1E33
(45,30,51)
#27192C
(39,25,44)
#211425
(33,20,37)
#1B0F1E
(27,15,30)
#150A17
(21,10,23)
#0F0510
(15,5,16)
#000000
(0,0,0)

Tints of #4B3756

#4B3756
(75,55,86)
#5B4965
(91,73,101)
#6B5B74
(107,91,116)
#7B6D83
(123,109,131)
#8B7F92
(139,127,146)
#9B91A1
(155,145,161)
#ABA3B0
(171,163,176)
#BBB5BF
(187,181,191)
#CBC7CE
(203,199,206)
#DBD9DD
(219,217,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3756; }

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

This text font color is #4B3756.


Background Color

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

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

This div background color is #4B3756.


Border color

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

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

This div border color is #4B3756.


Opacity

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

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

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

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

This text has shadow with #4B3756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3756 on black background.


Color preview on white background

This text has color #4B3756 on white background.



Black color preview on #4B3756 background

This text has black color on #4B3756 background.


White color preview on #4B3756 background

This text has white color on #4B3756 background.