COLOR #4B3666

HEX: #4B3666
RGB: (75,54,102)

Color info

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

RGB color model

#4B3666 color RGB value is (75,54,102).

  • red value is 75;
  • green value is 54;
  • blue value is 102.
RGB:
(75,54,102)
(29%,21%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 102 of 255 = 40%

75
54
102

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

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 102 = 231 (100%)
R 75 of 231 ~ 32.47%
G 54 of 231 ~ 23.38%
B 102 of 231 ~ 44.16%

%32.47
%23.38
%44.16

CMYK color model

#4B3666 color CMYK value is (26,47,0,60).

  • cyan value is 26.47%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(26,47,0,60)
C26M47Y0K60 
(26%,47%,0%,60%)
(0.26/0.47/0.00/0.60)	

CMYK percentages

%26.47
%47.06
%0
%60

Codes

Color #4B3666 in popluar color models

4B3666
RGB7554102
HSL266°30.77%30.59%
HSB/HSV266°47.06%40.00%
CMYK26.47%47.06%0.00%
60.00%

Color #4B3666 in popluar number systems.

HEX4B3666
Decimal7554102
Binary10010111101101100110
Octal11366146

Shades and tints

Shades of #4B3666

#4B3666
(75,54,102)
#45325D
(69,50,93)
#3F2E54
(63,46,84)
#392A4B
(57,42,75)
#332642
(51,38,66)
#2D2239
(45,34,57)
#271E30
(39,30,48)
#211A27
(33,26,39)
#1B161E
(27,22,30)
#151215
(21,18,21)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B3666

#4B3666
(75,54,102)
#5B4873
(91,72,115)
#6B5A80
(107,90,128)
#7B6C8D
(123,108,141)
#8B7E9A
(139,126,154)
#9B90A7
(155,144,167)
#ABA2B4
(171,162,180)
#BBB4C1
(187,180,193)
#CBC6CE
(203,198,206)
#DBD8DB
(219,216,219)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3666 color. Also use rgb(75,54,102) instead hex code.

Text Font Color

.myTextColor { color: #4B3666; }

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

This text font color is #4B3666.


Background Color

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

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

This div background color is #4B3666.


Border color

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

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

This div border color is #4B3666.


Opacity

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

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

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

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

This text has shadow with #4B3666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3666 on black background.


Color preview on white background

This text has color #4B3666 on white background.



Black color preview on #4B3666 background

This text has black color on #4B3666 background.


White color preview on #4B3666 background

This text has white color on #4B3666 background.