COLOR #4B416F

HEX: #4B416F
RGB: (75,65,111)

Color info

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

RGB color model

#4B416F color RGB value is (75,65,111).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 111 of 255 = 44%

75
65
111

R + G + B ~ 33%. #4B416F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 111 = 251 (100%)
R 75 of 251 ~ 29.88%
G 65 of 251 ~ 25.9%
B 111 of 251 ~ 44.22%

%29.88
%25.9
%44.22

CMYK color model

#4B416F color CMYK value is (32,41,0,56).

  • cyan value is 32.43%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,41,0,56)
C32M41Y0K56 
(32%,41%,0%,56%)
(0.32/0.41/0.00/0.56)	

CMYK percentages

%32.43
%41.44
%0
%56.47

Codes

Color #4B416F in popluar color models

4B416F
RGB7565111
HSL253°26.14%34.51%
HSB/HSV253°41.44%43.53%
CMYK32.43%41.44%0.00%
56.47%

Color #4B416F in popluar number systems.

HEX4B416F
Decimal7565111
Binary100101110000011101111
Octal113101157

Shades and tints

Shades of #4B416F

#4B416F
(75,65,111)
#453C65
(69,60,101)
#3F375B
(63,55,91)
#393251
(57,50,81)
#332D47
(51,45,71)
#2D283D
(45,40,61)
#272333
(39,35,51)
#211E29
(33,30,41)
#1B191F
(27,25,31)
#151415
(21,20,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B416F

#4B416F
(75,65,111)
#5B527C
(91,82,124)
#6B6389
(107,99,137)
#7B7496
(123,116,150)
#8B85A3
(139,133,163)
#9B96B0
(155,150,176)
#ABA7BD
(171,167,189)
#BBB8CA
(187,184,202)
#CBC9D7
(203,201,215)
#DBDAE4
(219,218,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B416F; }

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

This text font color is #4B416F.


Background Color

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

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

This div background color is #4B416F.


Border color

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

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

This div border color is #4B416F.


Opacity

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

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

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

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

This text has shadow with #4B416F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B416F on black background.


Color preview on white background

This text has color #4B416F on white background.



Black color preview on #4B416F background

This text has black color on #4B416F background.


White color preview on #4B416F background

This text has white color on #4B416F background.