COLOR #4B4C70

HEX: #4B4C70
RGB: (75,76,112)

Color info

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

RGB color model

#4B4C70 color RGB value is (75,76,112).

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

RGB channels and saturation

R 75 of 255 = 29%
G 76 of 255 = 30%
B 112 of 255 = 44%

75
76
112

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

Portions of RGB colors in percentages

R + G + B =
75 + 76 + 112 = 263 (100%)
R 75 of 263 ~ 28.52%
G 76 of 263 ~ 28.9%
B 112 of 263 ~ 42.59%

%28.52
%28.9
%42.59

CMYK color model

#4B4C70 color CMYK value is (33,32,0,56).

  • cyan value is 33.04%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(33,32,0,56)
C33M32Y0K56 
(33%,32%,0%,56%)
(0.33/0.32/0.00/0.56)	

CMYK percentages

%33.04
%32.14
%0
%56.08

Codes

Color #4B4C70 in popluar color models

4B4C70
RGB7576112
HSL238°19.79%36.67%
HSB/HSV238°33.04%43.92%
CMYK33.04%32.14%0.00%
56.08%

Color #4B4C70 in popluar number systems.

HEX4B4C70
Decimal7576112
Binary100101110011001110000
Octal113114160

Shades and tints

Shades of #4B4C70

#4B4C70
(75,76,112)
#454666
(69,70,102)
#3F405C
(63,64,92)
#393A52
(57,58,82)
#333448
(51,52,72)
#2D2E3E
(45,46,62)
#272834
(39,40,52)
#21222A
(33,34,42)
#1B1C20
(27,28,32)
#151616
(21,22,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #4B4C70

#4B4C70
(75,76,112)
#5B5C7D
(91,92,125)
#6B6C8A
(107,108,138)
#7B7C97
(123,124,151)
#8B8CA4
(139,140,164)
#9B9CB1
(155,156,177)
#ABACBE
(171,172,190)
#BBBCCB
(187,188,203)
#CBCCD8
(203,204,216)
#DBDCE5
(219,220,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4C70; }

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

This text font color is #4B4C70.


Background Color

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

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

This div background color is #4B4C70.


Border color

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

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

This div border color is #4B4C70.


Opacity

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

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

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

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

This text has shadow with #4B4C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4C70 on black background.


Color preview on white background

This text has color #4B4C70 on white background.



Black color preview on #4B4C70 background

This text has black color on #4B4C70 background.


White color preview on #4B4C70 background

This text has white color on #4B4C70 background.