COLOR #4B495E

HEX: #4B495E RGB: (75,73,94)

Color info

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

RGB color model

#4B495E color RGB value is (75,73,94).

RGB: (75,73,94) (29%, 29%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 73 of 255 = 29%
B 94 of 255 = 37%

75
73
94

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

Portions of RGB colors in percentages

R + G + B = 75 + 73 + 94 = 242 (100%)
R 75 of 242 ~ 30.99%
G 73 of 242 ~ 30.17%
B 94 of 242 ~ 38.84'%

%30.99
%30.17
%38.84

CMYK color model

#4B495E color CMYK value is (20,22,0,63).

  • cyan value is 20.21%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (20,22,0,63)
C20M22Y0K63 (20%, 22%, 0%, 63%)
(0.20 / 0.22 / 0.00 / 0.63)

CMYK percentages

%20.21
%22.34
%0
%63.14

Codes

Color #4B495E in popluar color models

4B 49 5E
RGB 75 73 94
HSL 246° 12.57% 32.75%
HSB/HSV 246° 22.34% 36.86%
CMYK 20.21% 22.34% 0.00%
63.14%

Color #4B495E in popluar number systems.

HEX 4B 49 5E
Decimal 75 73 94
Binary 1001011 1001001 1011110
Octal 113 111 136

Shades and tints

Shades of #4B495E

#4B495E
(75,73,94)
#454356
(69,67,86)
#3F3D4E
(63,61,78)
#393746
(57,55,70)
#33313E
(51,49,62)
#2D2B36
(45,43,54)
#27252E
(39,37,46)
#211F26
(33,31,38)
#1B191E
(27,25,30)
#151316
(21,19,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #4B495E

#4B495E
(75,73,94)
#5B596C
(91,89,108)
#6B697A
(107,105,122)
#7B7988
(123,121,136)
#8B8996
(139,137,150)
#9B99A4
(155,153,164)
#ABA9B2
(171,169,178)
#BBB9C0
(187,185,192)
#CBC9CE
(203,201,206)
#DBD9DC
(219,217,220)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B495E color. Also use rgb(75,73,94) instead hex code.

Text Font Color

.myTextColor { color: #4B495E; }

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

This text font color is #4B495E.

Background Color

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

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

This div background color is #4B495E.

Border color

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

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

This div border color is #4B495E.

Opacity

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

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

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

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

This text has shadow with #4B495E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B495E.

Preview

Color preview on black background

This text has color #4B495E on black background.


Color preview on white background

This text has color #4B495E on white background.


Black color preview on #4B495E background

This text has black color on #4B495E background.


White color preview on #4B495E background

This text has white color on #4B495E background.


Related colors

Complementary color

Complementary color for #hex is #B4B6A1.


I love getcolorcode.com

Triadic colors

1 #5E4B49 and #495E4B with #4B495E are triadic colors.

2 #5E494B and #494B5E with #4B495E are triadic colors.