COLOR #4B4760

HEX: #4B4760 RGB: (75,71,96)

Color info

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

RGB color model

#4B4760 color RGB value is (75,71,96).

RGB: (75,71,96) (29%, 28%, 38%)

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 96 of 255 = 38%

75
71
96

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

Portions of RGB colors in percentages

R + G + B = 75 + 71 + 96 = 242 (100%)
R 75 of 242 ~ 30.99%
G 71 of 242 ~ 29.34%
B 96 of 242 ~ 39.67'%

%30.99
%29.34
%39.67

CMYK color model

#4B4760 color CMYK value is (22,26,0,62).

  • cyan value is 21.88%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (22,26,0,62)
C22M26Y0K62 (22%, 26%, 0%, 62%)
(0.22 / 0.26 / 0.00 / 0.62)

CMYK percentages

%21.88
%26.04
%0
%62.35

Codes

Color #4B4760 in popluar color models

4B 47 60
RGB 75 71 96
HSL 250° 14.97% 32.75%
HSB/HSV 250° 26.04% 37.65%
CMYK 21.88% 26.04% 0.00%
62.35%

Color #4B4760 in popluar number systems.

HEX 4B 47 60
Decimal 75 71 96
Binary 1001011 1000111 1100000
Octal 113 107 140

Shades and tints

Shades of #4B4760

#4B4760
(75,71,96)
#454158
(69,65,88)
#3F3B50
(63,59,80)
#393548
(57,53,72)
#332F40
(51,47,64)
#2D2938
(45,41,56)
#272330
(39,35,48)
#211D28
(33,29,40)
#1B1720
(27,23,32)
#151118
(21,17,24)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #4B4760

#4B4760
(75,71,96)
#5B576E
(91,87,110)
#6B677C
(107,103,124)
#7B778A
(123,119,138)
#8B8798
(139,135,152)
#9B97A6
(155,151,166)
#ABA7B4
(171,167,180)
#BBB7C2
(187,183,194)
#CBC7D0
(203,199,208)
#DBD7DE
(219,215,222)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4760; }

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

This text font color is #4B4760.

Background Color

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

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

This div background color is #4B4760.

Border color

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

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

This div border color is #4B4760.

Opacity

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

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

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

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

This text has shadow with #4B4760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4760.

Preview

Color preview on black background

This text has color #4B4760 on black background.


Color preview on white background

This text has color #4B4760 on white background.


Black color preview on #4B4760 background

This text has black color on #4B4760 background.


White color preview on #4B4760 background

This text has white color on #4B4760 background.


Related colors

Complementary color

Complementary color for #hex is #B4B89F.


I love getcolorcode.com

Triadic colors

1 #604B47 and #47604B with #4B4760 are triadic colors.

2 #60474B and #474B60 with #4B4760 are triadic colors.