COLOR #4B4A70

HEX: #4B4A70
RGB: (75,74,112)

Color info

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

RGB color model

#4B4A70 color RGB value is (75,74,112).

  • red value is 75;
  • green value is 74;
  • blue value is 112.
RGB:
(75,74,112)
(29%,29%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 112 of 255 = 44%

75
74
112

R + G + B ~ 34%. #4B4A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 74 + 112 = 261 (100%)
R 75 of 261 ~ 28.74%
G 74 of 261 ~ 28.35%
B 112 of 261 ~ 42.91%

%28.74
%28.35
%42.91

CMYK color model

#4B4A70 color CMYK value is (33,34,0,56).

  • cyan value is 33.04%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(33,34,0,56)
C33M34Y0K56 
(33%,34%,0%,56%)
(0.33/0.34/0.00/0.56)	

CMYK percentages

%33.04
%33.93
%0
%56.08

Codes

Color #4B4A70 in popluar color models

4B4A70
RGB7574112
HSL242°20.43%36.47%
HSB/HSV242°33.93%43.92%
CMYK33.04%33.93%0.00%
56.08%

Color #4B4A70 in popluar number systems.

HEX4B4A70
Decimal7574112
Binary100101110010101110000
Octal113112160

Shades and tints

Shades of #4B4A70

#4B4A70
(75,74,112)
#454466
(69,68,102)
#3F3E5C
(63,62,92)
#393852
(57,56,82)
#333248
(51,50,72)
#2D2C3E
(45,44,62)
#272634
(39,38,52)
#21202A
(33,32,42)
#1B1A20
(27,26,32)
#151416
(21,20,22)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B4A70

#4B4A70
(75,74,112)
#5B5A7D
(91,90,125)
#6B6A8A
(107,106,138)
#7B7A97
(123,122,151)
#8B8AA4
(139,138,164)
#9B9AB1
(155,154,177)
#ABAABE
(171,170,190)
#BBBACB
(187,186,203)
#CBCAD8
(203,202,216)
#DBDAE5
(219,218,229)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4A70 color. Also use rgb(75,74,112) instead hex code.

Text Font Color

.myTextColor { color: #4B4A70; }

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

This text font color is #4B4A70.


Background Color

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

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

This div background color is #4B4A70.


Border color

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

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

This div border color is #4B4A70.


Opacity

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

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

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

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

This text has shadow with #4B4A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A70 on black background.


Color preview on white background

This text has color #4B4A70 on white background.



Black color preview on #4B4A70 background

This text has black color on #4B4A70 background.


White color preview on #4B4A70 background

This text has white color on #4B4A70 background.