COLOR #4B4166

HEX: #4B4166
RGB: (75,65,102)

Color info

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

RGB color model

#4B4166 color RGB value is (75,65,102).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 102 of 255 = 40%

75
65
102

R + G + B ~ 31%. #4B4166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 102 = 242 (100%)
R 75 of 242 ~ 30.99%
G 65 of 242 ~ 26.86%
B 102 of 242 ~ 42.15%

%30.99
%26.86
%42.15

CMYK color model

#4B4166 color CMYK value is (26,36,0,60).

  • cyan value is 26.47%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(26,36,0,60)
C26M36Y0K60 
(26%,36%,0%,60%)
(0.26/0.36/0.00/0.60)	

CMYK percentages

%26.47
%36.27
%0
%60

Codes

Color #4B4166 in popluar color models

4B4166
RGB7565102
HSL256°22.16%32.75%
HSB/HSV256°36.27%40.00%
CMYK26.47%36.27%0.00%
60.00%

Color #4B4166 in popluar number systems.

HEX4B4166
Decimal7565102
Binary100101110000011100110
Octal113101146

Shades and tints

Shades of #4B4166

#4B4166
(75,65,102)
#453C5D
(69,60,93)
#3F3754
(63,55,84)
#39324B
(57,50,75)
#332D42
(51,45,66)
#2D2839
(45,40,57)
#272330
(39,35,48)
#211E27
(33,30,39)
#1B191E
(27,25,30)
#151415
(21,20,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #4B4166

#4B4166
(75,65,102)
#5B5273
(91,82,115)
#6B6380
(107,99,128)
#7B748D
(123,116,141)
#8B859A
(139,133,154)
#9B96A7
(155,150,167)
#ABA7B4
(171,167,180)
#BBB8C1
(187,184,193)
#CBC9CE
(203,201,206)
#DBDADB
(219,218,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4166; }

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

This text font color is #4B4166.


Background Color

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

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

This div background color is #4B4166.


Border color

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

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

This div border color is #4B4166.


Opacity

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

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

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

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

This text has shadow with #4B4166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4166 on black background.


Color preview on white background

This text has color #4B4166 on white background.



Black color preview on #4B4166 background

This text has black color on #4B4166 background.


White color preview on #4B4166 background

This text has white color on #4B4166 background.