COLOR #4B4E69

HEX: #4B4E69
RGB: (75,78,105)

Color info

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

RGB color model

#4B4E69 color RGB value is (75,78,105).

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

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 105 of 255 = 41%

75
78
105

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

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 105 = 258 (100%)
R 75 of 258 ~ 29.07%
G 78 of 258 ~ 30.23%
B 105 of 258 ~ 40.7%

%29.07
%30.23
%40.7

CMYK color model

#4B4E69 color CMYK value is (29,26,0,59).

  • cyan value is 28.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(29,26,0,59)
C29M26Y0K59 
(29%,26%,0%,59%)
(0.29/0.26/0.00/0.59)	

CMYK percentages

%28.57
%25.71
%0
%58.82

Codes

Color #4B4E69 in popluar color models

4B4E69
RGB7578105
HSL234°16.67%35.29%
HSB/HSV234°28.57%41.18%
CMYK28.57%25.71%0.00%
58.82%

Color #4B4E69 in popluar number systems.

HEX4B4E69
Decimal7578105
Binary100101110011101101001
Octal113116151

Shades and tints

Shades of #4B4E69

#4B4E69
(75,78,105)
#454760
(69,71,96)
#3F4057
(63,64,87)
#39394E
(57,57,78)
#333245
(51,50,69)
#2D2B3C
(45,43,60)
#272433
(39,36,51)
#211D2A
(33,29,42)
#1B1621
(27,22,33)
#150F18
(21,15,24)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #4B4E69

#4B4E69
(75,78,105)
#5B5E76
(91,94,118)
#6B6E83
(107,110,131)
#7B7E90
(123,126,144)
#8B8E9D
(139,142,157)
#9B9EAA
(155,158,170)
#ABAEB7
(171,174,183)
#BBBEC4
(187,190,196)
#CBCED1
(203,206,209)
#DBDEDE
(219,222,222)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E69; }

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

This text font color is #4B4E69.


Background Color

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

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

This div background color is #4B4E69.


Border color

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

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

This div border color is #4B4E69.


Opacity

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

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

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

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

This text has shadow with #4B4E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E69 on black background.


Color preview on white background

This text has color #4B4E69 on white background.



Black color preview on #4B4E69 background

This text has black color on #4B4E69 background.


White color preview on #4B4E69 background

This text has white color on #4B4E69 background.