COLOR #4B5169

HEX: #4B5169
RGB: (75,81,105)

Color info

#4B5169 contains red, green and blue colors in about the same proportion. Web safe color of #4B5169 is #336666 (or #366).

RGB color model

#4B5169 color RGB value is (75,81,105).

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

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 105 of 255 = 41%

75
81
105

R + G + B ~ 34%. #4B5169 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 105 = 261 (100%)
R 75 of 261 ~ 28.74%
G 81 of 261 ~ 31.03%
B 105 of 261 ~ 40.23%

%28.74
%31.03
%40.23

CMYK color model

#4B5169 color CMYK value is (29,23,0,59).

  • cyan value is 28.57%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(29,23,0,59)
C29M23Y0K59 
(29%,23%,0%,59%)
(0.29/0.23/0.00/0.59)	

CMYK percentages

%28.57
%22.86
%0
%58.82

Codes

Color #4B5169 in popluar color models

4B5169
RGB7581105
HSL228°16.67%35.29%
HSB/HSV228°28.57%41.18%
CMYK28.57%22.86%0.00%
58.82%

Color #4B5169 in popluar number systems.

HEX4B5169
Decimal7581105
Binary100101110100011101001
Octal113121151

Shades and tints

Shades of #4B5169

#4B5169
(75,81,105)
#454A60
(69,74,96)
#3F4357
(63,67,87)
#393C4E
(57,60,78)
#333545
(51,53,69)
#2D2E3C
(45,46,60)
#272733
(39,39,51)
#21202A
(33,32,42)
#1B1921
(27,25,33)
#151218
(21,18,24)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B5169

#4B5169
(75,81,105)
#5B6076
(91,96,118)
#6B6F83
(107,111,131)
#7B7E90
(123,126,144)
#8B8D9D
(139,141,157)
#9B9CAA
(155,156,170)
#ABABB7
(171,171,183)
#BBBAC4
(187,186,196)
#CBC9D1
(203,201,209)
#DBD8DE
(219,216,222)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5169; }

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

This text font color is #4B5169.


Background Color

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

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

This div background color is #4B5169.


Border color

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

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

This div border color is #4B5169.


Opacity

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

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

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

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

This text has shadow with #4B5169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5169 on black background.


Color preview on white background

This text has color #4B5169 on white background.



Black color preview on #4B5169 background

This text has black color on #4B5169 background.


White color preview on #4B5169 background

This text has white color on #4B5169 background.