COLOR #4B517F

HEX: #4B517F
RGB: (75,81,127)

Color info

#4B517F contains red, green and blue colors in about the same proportion. Web safe color of #4B517F is #336666 (or #366).

RGB color model

#4B517F color RGB value is (75,81,127).

  • red value is 75;
  • green value is 81;
  • blue value is 127.
RGB:
(75,81,127)
(29%,32%,50%)

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 127 of 255 = 50%

75
81
127

R + G + B ~ 37%. #4B517F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 127 = 283 (100%)
R 75 of 283 ~ 26.5%
G 81 of 283 ~ 28.62%
B 127 of 283 ~ 44.88%

%26.5
%28.62
%44.88

CMYK color model

#4B517F color CMYK value is (41,36,0,50).

  • cyan value is 40.94%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(41,36,0,50)
C41M36Y0K50 
(41%,36%,0%,50%)
(0.41/0.36/0.00/0.50)	

CMYK percentages

%40.94
%36.22
%0
%50.2

Codes

Color #4B517F in popluar color models

4B517F
RGB7581127
HSL233°25.74%39.61%
HSB/HSV233°40.94%49.80%
CMYK40.94%36.22%0.00%
50.20%

Color #4B517F in popluar number systems.

HEX4B517F
Decimal7581127
Binary100101110100011111111
Octal113121177

Shades and tints

Shades of #4B517F

#4B517F
(75,81,127)
#454A74
(69,74,116)
#3F4369
(63,67,105)
#393C5E
(57,60,94)
#333553
(51,53,83)
#2D2E48
(45,46,72)
#27273D
(39,39,61)
#212032
(33,32,50)
#1B1927
(27,25,39)
#15121C
(21,18,28)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #4B517F

#4B517F
(75,81,127)
#5B608A
(91,96,138)
#6B6F95
(107,111,149)
#7B7EA0
(123,126,160)
#8B8DAB
(139,141,171)
#9B9CB6
(155,156,182)
#ABABC1
(171,171,193)
#BBBACC
(187,186,204)
#CBC9D7
(203,201,215)
#DBD8E2
(219,216,226)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B517F color. Also use rgb(75,81,127) instead hex code.

Text Font Color

.myTextColor { color: #4B517F; }

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

This text font color is #4B517F.


Background Color

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

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

This div background color is #4B517F.


Border color

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

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

This div border color is #4B517F.


Opacity

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

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

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

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

This text has shadow with #4B517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B517F on black background.


Color preview on white background

This text has color #4B517F on white background.



Black color preview on #4B517F background

This text has black color on #4B517F background.


White color preview on #4B517F background

This text has white color on #4B517F background.