COLOR #4B406B

HEX: #4B406B
RGB: (75,64,107)

Color info

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

RGB color model

#4B406B color RGB value is (75,64,107).

  • red value is 75;
  • green value is 64;
  • blue value is 107.
RGB:
(75,64,107)
(29%,25%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 64 of 255 = 25%
B 107 of 255 = 42%

75
64
107

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

Portions of RGB colors in percentages

R + G + B =
75 + 64 + 107 = 246 (100%)
R 75 of 246 ~ 30.49%
G 64 of 246 ~ 26.02%
B 107 of 246 ~ 43.5%

%30.49
%26.02
%43.5

CMYK color model

#4B406B color CMYK value is (30,40,0,58).

  • cyan value is 29.91%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(30,40,0,58)
C30M40Y0K58 
(30%,40%,0%,58%)
(0.30/0.40/0.00/0.58)	

CMYK percentages

%29.91
%40.19
%0
%58.04

Codes

Color #4B406B in popluar color models

4B406B
RGB7564107
HSL255°25.15%33.53%
HSB/HSV255°40.19%41.96%
CMYK29.91%40.19%0.00%
58.04%

Color #4B406B in popluar number systems.

HEX4B406B
Decimal7564107
Binary100101110000001101011
Octal113100153

Shades and tints

Shades of #4B406B

#4B406B
(75,64,107)
#453B62
(69,59,98)
#3F3659
(63,54,89)
#393150
(57,49,80)
#332C47
(51,44,71)
#2D273E
(45,39,62)
#272235
(39,34,53)
#211D2C
(33,29,44)
#1B1823
(27,24,35)
#15131A
(21,19,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #4B406B

#4B406B
(75,64,107)
#5B5178
(91,81,120)
#6B6285
(107,98,133)
#7B7392
(123,115,146)
#8B849F
(139,132,159)
#9B95AC
(155,149,172)
#ABA6B9
(171,166,185)
#BBB7C6
(187,183,198)
#CBC8D3
(203,200,211)
#DBD9E0
(219,217,224)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B406B color. Also use rgb(75,64,107) instead hex code.

Text Font Color

.myTextColor { color: #4B406B; }

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

This text font color is #4B406B.


Background Color

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

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

This div background color is #4B406B.


Border color

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

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

This div border color is #4B406B.


Opacity

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

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

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

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

This text has shadow with #4B406B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B406B on black background.


Color preview on white background

This text has color #4B406B on white background.



Black color preview on #4B406B background

This text has black color on #4B406B background.


White color preview on #4B406B background

This text has white color on #4B406B background.