COLOR #4B294E

HEX: #4B294E RGB: (75,41,78)

Color info

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

RGB color model

#4B294E color RGB value is (75,41,78).

RGB: (75,41,78) (29%, 16%, 31%)

RGB channels and saturation

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

75
41
78

R + G + B ~ 25%. #4B294E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 41 + 78 = 194 (100%)
R 75 of 194 ~ 38.66%
G 41 of 194 ~ 21.13%
B 78 of 194 ~ 40.21'%

%38.66
%21.13
%40.21

CMYK color model

#4B294E color CMYK value is (4,47,0,69).

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

CMYK: (4,47,0,69)
C4M47Y0K69 (4%, 47%, 0%, 69%)
(0.04 / 0.47 / 0.00 / 0.69)

CMYK percentages

%3.85
%47.44
%0
%69.41

Codes

Color #4B294E in popluar color models

4B 29 4E
RGB 75 41 78
HSL 295° 31.09% 23.33%
HSB/HSV 295° 47.44% 30.59%
CMYK 3.85% 47.44% 0.00%
69.41%

Color #4B294E in popluar number systems.

HEX 4B 29 4E
Decimal 75 41 78
Binary 1001011 101001 1001110
Octal 113 51 116

Shades and tints

Shades of #4B294E

#4B294E
(75,41,78)
#452647
(69,38,71)
#3F2340
(63,35,64)
#392039
(57,32,57)
#331D32
(51,29,50)
#2D1A2B
(45,26,43)
#271724
(39,23,36)
#21141D
(33,20,29)
#1B1116
(27,17,22)
#150E0F
(21,14,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #4B294E

#4B294E
(75,41,78)
#5B3C5E
(91,60,94)
#6B4F6E
(107,79,110)
#7B627E
(123,98,126)
#8B758E
(139,117,142)
#9B889E
(155,136,158)
#AB9BAE
(171,155,174)
#BBAEBE
(187,174,190)
#CBC1CE
(203,193,206)
#DBD4DE
(219,212,222)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B294E; }

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

This text font color is #4B294E.

Background Color

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

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

This div background color is #4B294E.

Border color

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

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

This div border color is #4B294E.

Opacity

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

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

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

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

This text has shadow with #4B294E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B294E.

Preview

Color preview on black background

This text has color #4B294E on black background.


Color preview on white background

This text has color #4B294E on white background.


Black color preview on #4B294E background

This text has black color on #4B294E background.


White color preview on #4B294E background

This text has white color on #4B294E background.


Related colors

Complementary color

Complementary color for #hex is #B4D6B1.


I love getcolorcode.com

Triadic colors

1 #4E4B29 and #294E4B with #4B294E are triadic colors.

2 #4E294B and #294B4E with #4B294E are triadic colors.