COLOR #4B4D60

HEX: #4B4D60
RGB: (75,77,96)

Color info

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

RGB color model

#4B4D60 color RGB value is (75,77,96).

  • red value is 75;
  • green value is 77;
  • blue value is 96.
RGB:
(75,77,96)
(29%,30%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 96 of 255 = 38%

75
77
96

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

Portions of RGB colors in percentages

R + G + B =
75 + 77 + 96 = 248 (100%)
R 75 of 248 ~ 30.24%
G 77 of 248 ~ 31.05%
B 96 of 248 ~ 38.71%

%30.24
%31.05
%38.71

CMYK color model

#4B4D60 color CMYK value is (22,20,0,62).

  • cyan value is 21.88%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(22,20,0,62)
C22M20Y0K62 
(22%,20%,0%,62%)
(0.22/0.20/0.00/0.62)	

CMYK percentages

%21.88
%19.79
%0
%62.35

Codes

Color #4B4D60 in popluar color models

4B4D60
RGB757796
HSL234°12.28%33.53%
HSB/HSV234°21.88%37.65%
CMYK21.88%19.79%0.00%
62.35%

Color #4B4D60 in popluar number systems.

HEX4B4D60
Decimal757796
Binary100101110011011100000
Octal113115140

Shades and tints

Shades of #4B4D60

#4B4D60
(75,77,96)
#454658
(69,70,88)
#3F3F50
(63,63,80)
#393848
(57,56,72)
#333140
(51,49,64)
#2D2A38
(45,42,56)
#272330
(39,35,48)
#211C28
(33,28,40)
#1B1520
(27,21,32)
#150E18
(21,14,24)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #4B4D60

#4B4D60
(75,77,96)
#5B5D6E
(91,93,110)
#6B6D7C
(107,109,124)
#7B7D8A
(123,125,138)
#8B8D98
(139,141,152)
#9B9DA6
(155,157,166)
#ABADB4
(171,173,180)
#BBBDC2
(187,189,194)
#CBCDD0
(203,205,208)
#DBDDDE
(219,221,222)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4D60 color. Also use rgb(75,77,96) instead hex code.

Text Font Color

.myTextColor { color: #4B4D60; }

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

This text font color is #4B4D60.


Background Color

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

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

This div background color is #4B4D60.


Border color

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

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

This div border color is #4B4D60.


Opacity

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

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

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

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

This text has shadow with #4B4D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D60 on black background.


Color preview on white background

This text has color #4B4D60 on white background.



Black color preview on #4B4D60 background

This text has black color on #4B4D60 background.


White color preview on #4B4D60 background

This text has white color on #4B4D60 background.