COLOR #4B6E91

HEX: #4B6E91
RGB: (75,110,145)

Color info

#4B6E91 contains mainly green and blue colors. Web safe color of #4B6E91 is #336699 (or #369).

RGB color model

#4B6E91 color RGB value is (75,110,145).

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

RGB channels and saturation

R 75 of 255 = 29%
G 110 of 255 = 43%
B 145 of 255 = 57%

75
110
145

R + G + B ~ 43%. #4B6E91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 110 + 145 = 330 (100%)
R 75 of 330 ~ 22.73%
G 110 of 330 ~ 33.33%
B 145 of 330 ~ 43.94%

%22.73
%33.33
%43.94

CMYK color model

#4B6E91 color CMYK value is (48,24,0,43).

  • cyan value is 48.28%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(48,24,0,43)
C48M24Y0K43 
(48%,24%,0%,43%)
(0.48/0.24/0.00/0.43)	

CMYK percentages

%48.28
%24.14
%0
%43.14

Codes

Color #4B6E91 in popluar color models

4B6E91
RGB75110145
HSL210°31.82%43.14%
HSB/HSV210°48.28%56.86%
CMYK48.28%24.14%0.00%
43.14%

Color #4B6E91 in popluar number systems.

HEX4B6E91
Decimal75110145
Binary1001011110111010010001
Octal113156221

Shades and tints

Shades of #4B6E91

#4B6E91
(75,110,145)
#456484
(69,100,132)
#3F5A77
(63,90,119)
#39506A
(57,80,106)
#33465D
(51,70,93)
#2D3C50
(45,60,80)
#273243
(39,50,67)
#212836
(33,40,54)
#1B1E29
(27,30,41)
#15141C
(21,20,28)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #4B6E91

#4B6E91
(75,110,145)
#5B7B9B
(91,123,155)
#6B88A5
(107,136,165)
#7B95AF
(123,149,175)
#8BA2B9
(139,162,185)
#9BAFC3
(155,175,195)
#ABBCCD
(171,188,205)
#BBC9D7
(187,201,215)
#CBD6E1
(203,214,225)
#DBE3EB
(219,227,235)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6E91; }

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

This text font color is #4B6E91.


Background Color

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

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

This div background color is #4B6E91.


Border color

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

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

This div border color is #4B6E91.


Opacity

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

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

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

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

This text has shadow with #4B6E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6E91 on black background.


Color preview on white background

This text has color #4B6E91 on white background.



Black color preview on #4B6E91 background

This text has black color on #4B6E91 background.


White color preview on #4B6E91 background

This text has white color on #4B6E91 background.