COLOR #4B4170

HEX: #4B4170
RGB: (75,65,112)

Color info

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

RGB color model

#4B4170 color RGB value is (75,65,112).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 112 of 255 = 44%

75
65
112

R + G + B ~ 33%. #4B4170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 112 = 252 (100%)
R 75 of 252 ~ 29.76%
G 65 of 252 ~ 25.79%
B 112 of 252 ~ 44.44%

%29.76
%25.79
%44.44

CMYK color model

#4B4170 color CMYK value is (33,42,0,56).

  • cyan value is 33.04%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(33,42,0,56)
C33M42Y0K56 
(33%,42%,0%,56%)
(0.33/0.42/0.00/0.56)	

CMYK percentages

%33.04
%41.96
%0
%56.08

Codes

Color #4B4170 in popluar color models

4B4170
RGB7565112
HSL253°26.55%34.71%
HSB/HSV253°41.96%43.92%
CMYK33.04%41.96%0.00%
56.08%

Color #4B4170 in popluar number systems.

HEX4B4170
Decimal7565112
Binary100101110000011110000
Octal113101160

Shades and tints

Shades of #4B4170

#4B4170
(75,65,112)
#453C66
(69,60,102)
#3F375C
(63,55,92)
#393252
(57,50,82)
#332D48
(51,45,72)
#2D283E
(45,40,62)
#272334
(39,35,52)
#211E2A
(33,30,42)
#1B1920
(27,25,32)
#151416
(21,20,22)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #4B4170

#4B4170
(75,65,112)
#5B527D
(91,82,125)
#6B638A
(107,99,138)
#7B7497
(123,116,151)
#8B85A4
(139,133,164)
#9B96B1
(155,150,177)
#ABA7BE
(171,167,190)
#BBB8CB
(187,184,203)
#CBC9D8
(203,201,216)
#DBDAE5
(219,218,229)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4170; }

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

This text font color is #4B4170.


Background Color

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

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

This div background color is #4B4170.


Border color

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

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

This div border color is #4B4170.


Opacity

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

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

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

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

This text has shadow with #4B4170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4170 on black background.


Color preview on white background

This text has color #4B4170 on white background.



Black color preview on #4B4170 background

This text has black color on #4B4170 background.


White color preview on #4B4170 background

This text has white color on #4B4170 background.