COLOR #4B436A

HEX: #4B436A
RGB: (75,67,106)

Color info

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

RGB color model

#4B436A color RGB value is (75,67,106).

  • red value is 75;
  • green value is 67;
  • blue value is 106.
RGB:
(75,67,106)
(29%,26%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 67 of 255 = 26%
B 106 of 255 = 42%

75
67
106

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

Portions of RGB colors in percentages

R + G + B =
75 + 67 + 106 = 248 (100%)
R 75 of 248 ~ 30.24%
G 67 of 248 ~ 27.02%
B 106 of 248 ~ 42.74%

%30.24
%27.02
%42.74

CMYK color model

#4B436A color CMYK value is (29,37,0,58).

  • cyan value is 29.25%
  • magenta value is 36.79%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(29,37,0,58)
C29M37Y0K58 
(29%,37%,0%,58%)
(0.29/0.37/0.00/0.58)	

CMYK percentages

%29.25
%36.79
%0
%58.43

Codes

Color #4B436A in popluar color models

4B436A
RGB7567106
HSL252°22.54%33.92%
HSB/HSV252°36.79%41.57%
CMYK29.25%36.79%0.00%
58.43%

Color #4B436A in popluar number systems.

HEX4B436A
Decimal7567106
Binary100101110000111101010
Octal113103152

Shades and tints

Shades of #4B436A

#4B436A
(75,67,106)
#453D61
(69,61,97)
#3F3758
(63,55,88)
#39314F
(57,49,79)
#332B46
(51,43,70)
#2D253D
(45,37,61)
#271F34
(39,31,52)
#21192B
(33,25,43)
#1B1322
(27,19,34)
#150D19
(21,13,25)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #4B436A

#4B436A
(75,67,106)
#5B5477
(91,84,119)
#6B6584
(107,101,132)
#7B7691
(123,118,145)
#8B879E
(139,135,158)
#9B98AB
(155,152,171)
#ABA9B8
(171,169,184)
#BBBAC5
(187,186,197)
#CBCBD2
(203,203,210)
#DBDCDF
(219,220,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B436A color. Also use rgb(75,67,106) instead hex code.

Text Font Color

.myTextColor { color: #4B436A; }

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

This text font color is #4B436A.


Background Color

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

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

This div background color is #4B436A.


Border color

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

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

This div border color is #4B436A.


Opacity

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

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

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

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

This text has shadow with #4B436A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B436A on black background.


Color preview on white background

This text has color #4B436A on white background.



Black color preview on #4B436A background

This text has black color on #4B436A background.


White color preview on #4B436A background

This text has white color on #4B436A background.