COLOR #4B617F

HEX: #4B617F
RGB: (75,97,127)

Color info

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

RGB color model

#4B617F color RGB value is (75,97,127).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 127 of 255 = 50%

75
97
127

R + G + B ~ 39%. #4B617F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 127 = 299 (100%)
R 75 of 299 ~ 25.08%
G 97 of 299 ~ 32.44%
B 127 of 299 ~ 42.47%

%25.08
%32.44
%42.47

CMYK color model

#4B617F color CMYK value is (41,24,0,50).

  • cyan value is 40.94%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(41,24,0,50)
C41M24Y0K50 
(41%,24%,0%,50%)
(0.41/0.24/0.00/0.50)	

CMYK percentages

%40.94
%23.62
%0
%50.2

Codes

Color #4B617F in popluar color models

4B617F
RGB7597127
HSL215°25.74%39.61%
HSB/HSV215°40.94%49.80%
CMYK40.94%23.62%0.00%
50.20%

Color #4B617F in popluar number systems.

HEX4B617F
Decimal7597127
Binary100101111000011111111
Octal113141177

Shades and tints

Shades of #4B617F

#4B617F
(75,97,127)
#455974
(69,89,116)
#3F5169
(63,81,105)
#39495E
(57,73,94)
#334153
(51,65,83)
#2D3948
(45,57,72)
#27313D
(39,49,61)
#212932
(33,41,50)
#1B2127
(27,33,39)
#15191C
(21,25,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B617F

#4B617F
(75,97,127)
#5B6F8A
(91,111,138)
#6B7D95
(107,125,149)
#7B8BA0
(123,139,160)
#8B99AB
(139,153,171)
#9BA7B6
(155,167,182)
#ABB5C1
(171,181,193)
#BBC3CC
(187,195,204)
#CBD1D7
(203,209,215)
#DBDFE2
(219,223,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B617F; }

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

This text font color is #4B617F.


Background Color

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

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

This div background color is #4B617F.


Border color

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

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

This div border color is #4B617F.


Opacity

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

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

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

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

This text has shadow with #4B617F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B617F on black background.


Color preview on white background

This text has color #4B617F on white background.



Black color preview on #4B617F background

This text has black color on #4B617F background.


White color preview on #4B617F background

This text has white color on #4B617F background.