COLOR #4B456F

HEX: #4B456F
RGB: (75,69,111)

Color info

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

RGB color model

#4B456F color RGB value is (75,69,111).

  • red value is 75;
  • green value is 69;
  • blue value is 111.
RGB:
(75,69,111)
(29%,27%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 111 of 255 = 44%

75
69
111

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

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 111 = 255 (100%)
R 75 of 255 ~ 29.41%
G 69 of 255 ~ 27.06%
B 111 of 255 ~ 43.53%

%29.41
%27.06
%43.53

CMYK color model

#4B456F color CMYK value is (32,38,0,56).

  • cyan value is 32.43%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,38,0,56)
C32M38Y0K56 
(32%,38%,0%,56%)
(0.32/0.38/0.00/0.56)	

CMYK percentages

%32.43
%37.84
%0
%56.47

Codes

Color #4B456F in popluar color models

4B456F
RGB7569111
HSL249°23.33%35.29%
HSB/HSV249°37.84%43.53%
CMYK32.43%37.84%0.00%
56.47%

Color #4B456F in popluar number systems.

HEX4B456F
Decimal7569111
Binary100101110001011101111
Octal113105157

Shades and tints

Shades of #4B456F

#4B456F
(75,69,111)
#453F65
(69,63,101)
#3F395B
(63,57,91)
#393351
(57,51,81)
#332D47
(51,45,71)
#2D273D
(45,39,61)
#272133
(39,33,51)
#211B29
(33,27,41)
#1B151F
(27,21,31)
#150F15
(21,15,21)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B456F

#4B456F
(75,69,111)
#5B557C
(91,85,124)
#6B6589
(107,101,137)
#7B7596
(123,117,150)
#8B85A3
(139,133,163)
#9B95B0
(155,149,176)
#ABA5BD
(171,165,189)
#BBB5CA
(187,181,202)
#CBC5D7
(203,197,215)
#DBD5E4
(219,213,228)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B456F color. Also use rgb(75,69,111) instead hex code.

Text Font Color

.myTextColor { color: #4B456F; }

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

This text font color is #4B456F.


Background Color

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

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

This div background color is #4B456F.


Border color

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

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

This div border color is #4B456F.


Opacity

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

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

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

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

This text has shadow with #4B456F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B456F on black background.


Color preview on white background

This text has color #4B456F on white background.



Black color preview on #4B456F background

This text has black color on #4B456F background.


White color preview on #4B456F background

This text has white color on #4B456F background.