COLOR #4B314E

HEX: #4B314E RGB: (75,49,78)

Color info

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

RGB color model

#4B314E color RGB value is (75,49,78).

RGB: (75,49,78) (29%, 19%, 31%)

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 78 of 255 = 31%

75
49
78

R + G + B ~ 26%. #4B314E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 49 + 78 = 202 (100%)
R 75 of 202 ~ 37.13%
G 49 of 202 ~ 24.26%
B 78 of 202 ~ 38.61'%

%37.13
%24.26
%38.61

CMYK color model

#4B314E color CMYK value is (4,37,0,69).

  • cyan value is 3.85%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (4,37,0,69)
C4M37Y0K69 (4%, 37%, 0%, 69%)
(0.04 / 0.37 / 0.00 / 0.69)

CMYK percentages

%3.85
%37.18
%0
%69.41

Codes

Color #4B314E in popluar color models

4B 31 4E
RGB 75 49 78
HSL 294° 22.83% 24.90%
HSB/HSV 294° 37.18% 30.59%
CMYK 3.85% 37.18% 0.00%
69.41%

Color #4B314E in popluar number systems.

HEX 4B 31 4E
Decimal 75 49 78
Binary 1001011 110001 1001110
Octal 113 61 116

Shades and tints

Shades of #4B314E

#4B314E
(75,49,78)
#452D47
(69,45,71)
#3F2940
(63,41,64)
#392539
(57,37,57)
#332132
(51,33,50)
#2D1D2B
(45,29,43)
#271924
(39,25,36)
#21151D
(33,21,29)
#1B1116
(27,17,22)
#150D0F
(21,13,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #4B314E

#4B314E
(75,49,78)
#5B435E
(91,67,94)
#6B556E
(107,85,110)
#7B677E
(123,103,126)
#8B798E
(139,121,142)
#9B8B9E
(155,139,158)
#AB9DAE
(171,157,174)
#BBAFBE
(187,175,190)
#CBC1CE
(203,193,206)
#DBD3DE
(219,211,222)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B314E; }

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

This text font color is #4B314E.

Background Color

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

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

This div background color is #4B314E.

Border color

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

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

This div border color is #4B314E.

Opacity

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

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

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

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

This text has shadow with #4B314E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B314E.

Preview

Color preview on black background

This text has color #4B314E on black background.


Color preview on white background

This text has color #4B314E on white background.


Black color preview on #4B314E background

This text has black color on #4B314E background.


White color preview on #4B314E background

This text has white color on #4B314E background.


Related colors

Complementary color

Complementary color for #hex is #B4CEB1.


I love getcolorcode.com

Triadic colors

1 #4E4B31 and #314E4B with #4B314E are triadic colors.

2 #4E314B and #314B4E with #4B314E are triadic colors.