COLOR #4B4169

HEX: #4B4169
RGB: (75,65,105)

Color info

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

RGB color model

#4B4169 color RGB value is (75,65,105).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 105 of 255 = 41%

75
65
105

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

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 105 = 245 (100%)
R 75 of 245 ~ 30.61%
G 65 of 245 ~ 26.53%
B 105 of 245 ~ 42.86%

%30.61
%26.53
%42.86

CMYK color model

#4B4169 color CMYK value is (29,38,0,59).

  • cyan value is 28.57%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(29,38,0,59)
C29M38Y0K59 
(29%,38%,0%,59%)
(0.29/0.38/0.00/0.59)	

CMYK percentages

%28.57
%38.1
%0
%58.82

Codes

Color #4B4169 in popluar color models

4B4169
RGB7565105
HSL255°23.53%33.33%
HSB/HSV255°38.10%41.18%
CMYK28.57%38.10%0.00%
58.82%

Color #4B4169 in popluar number systems.

HEX4B4169
Decimal7565105
Binary100101110000011101001
Octal113101151

Shades and tints

Shades of #4B4169

#4B4169
(75,65,105)
#453C60
(69,60,96)
#3F3757
(63,55,87)
#39324E
(57,50,78)
#332D45
(51,45,69)
#2D283C
(45,40,60)
#272333
(39,35,51)
#211E2A
(33,30,42)
#1B1921
(27,25,33)
#151418
(21,20,24)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #4B4169

#4B4169
(75,65,105)
#5B5276
(91,82,118)
#6B6383
(107,99,131)
#7B7490
(123,116,144)
#8B859D
(139,133,157)
#9B96AA
(155,150,170)
#ABA7B7
(171,167,183)
#BBB8C4
(187,184,196)
#CBC9D1
(203,201,209)
#DBDADE
(219,218,222)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4169; }

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

This text font color is #4B4169.


Background Color

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

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

This div background color is #4B4169.


Border color

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

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

This div border color is #4B4169.


Opacity

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

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

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

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

This text has shadow with #4B4169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4169 on black background.


Color preview on white background

This text has color #4B4169 on white background.



Black color preview on #4B4169 background

This text has black color on #4B4169 background.


White color preview on #4B4169 background

This text has white color on #4B4169 background.