COLOR #4B516D

HEX: #4B516D
RGB: (75,81,109)

Color info

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

RGB color model

#4B516D color RGB value is (75,81,109).

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

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 109 of 255 = 43%

75
81
109

R + G + B ~ 35%. #4B516D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 109 = 265 (100%)
R 75 of 265 ~ 28.3%
G 81 of 265 ~ 30.57%
B 109 of 265 ~ 41.13%

%28.3
%30.57
%41.13

CMYK color model

#4B516D color CMYK value is (31,26,0,57).

  • cyan value is 31.19%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(31,26,0,57)
C31M26Y0K57 
(31%,26%,0%,57%)
(0.31/0.26/0.00/0.57)	

CMYK percentages

%31.19
%25.69
%0
%57.25

Codes

Color #4B516D in popluar color models

4B516D
RGB7581109
HSL229°18.48%36.08%
HSB/HSV229°31.19%42.75%
CMYK31.19%25.69%0.00%
57.25%

Color #4B516D in popluar number systems.

HEX4B516D
Decimal7581109
Binary100101110100011101101
Octal113121155

Shades and tints

Shades of #4B516D

#4B516D
(75,81,109)
#454A64
(69,74,100)
#3F435B
(63,67,91)
#393C52
(57,60,82)
#333549
(51,53,73)
#2D2E40
(45,46,64)
#272737
(39,39,55)
#21202E
(33,32,46)
#1B1925
(27,25,37)
#15121C
(21,18,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #4B516D

#4B516D
(75,81,109)
#5B607A
(91,96,122)
#6B6F87
(107,111,135)
#7B7E94
(123,126,148)
#8B8DA1
(139,141,161)
#9B9CAE
(155,156,174)
#ABABBB
(171,171,187)
#BBBAC8
(187,186,200)
#CBC9D5
(203,201,213)
#DBD8E2
(219,216,226)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B516D; }

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

This text font color is #4B516D.


Background Color

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

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

This div background color is #4B516D.


Border color

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

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

This div border color is #4B516D.


Opacity

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

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

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

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

This text has shadow with #4B516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B516D on black background.


Color preview on white background

This text has color #4B516D on white background.



Black color preview on #4B516D background

This text has black color on #4B516D background.


White color preview on #4B516D background

This text has white color on #4B516D background.