COLOR #4B616E

HEX: #4B616E
RGB: (75,97,110)

Color info

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

RGB color model

#4B616E color RGB value is (75,97,110).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 110 of 255 = 43%

75
97
110

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

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 110 = 282 (100%)
R 75 of 282 ~ 26.6%
G 97 of 282 ~ 34.4%
B 110 of 282 ~ 39.01%

%26.6
%34.4
%39.01

CMYK color model

#4B616E color CMYK value is (32,12,0,57).

  • cyan value is 31.82%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (32,12,0,57) C32M12Y0K57 (32%,12%,0%,57%) (0.32/0.12/0.00/0.57)

CMYK percentages

%31.82
%11.82
%0
%56.86

Codes

Color #4B616E in popluar color models

4B616E
RGB7597110
HSL202°18.92%36.27%
HSB/HSV202°31.82%43.14%
CMYK31.82%11.82%0.00%
56.86%

Color #4B616E in popluar number systems.

HEX4B616E
Decimal7597110
Binary100101111000011101110
Octal113141156

Shades and tints

Shades of #4B616E

#4B616E
(75,97,110)
#455964
(69,89,100)
#3F515A
(63,81,90)
#394950
(57,73,80)
#334146
(51,65,70)
#2D393C
(45,57,60)
#273132
(39,49,50)
#212928
(33,41,40)
#1B211E
(27,33,30)
#151914
(21,25,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #4B616E

#4B616E
(75,97,110)
#5B6F7B
(91,111,123)
#6B7D88
(107,125,136)
#7B8B95
(123,139,149)
#8B99A2
(139,153,162)
#9BA7AF
(155,167,175)
#ABB5BC
(171,181,188)
#BBC3C9
(187,195,201)
#CBD1D6
(203,209,214)
#DBDFE3
(219,223,227)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B616E; }

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

This text font color is #4B616E.


Background Color

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

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

This div background color is #4B616E.


Border color

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

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

This div border color is #4B616E.


Opacity

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

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

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

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

This text has shadow with #4B616E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B616E on black background.


Color preview on white background

This text has color #4B616E on white background.



Black color preview on #4B616E background

This text has black color on #4B616E background.


White color preview on #4B616E background

This text has white color on #4B616E background.