COLOR #4B657E

HEX: #4B657E
RGB: (75,101,126)

Color info

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

RGB color model

#4B657E color RGB value is (75,101,126).

  • red value is 75;
  • green value is 101;
  • blue value is 126.
RGB:
(75,101,126)
(29%,40%,49%)

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 126 of 255 = 49%

75
101
126

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

Portions of RGB colors in percentages

R + G + B =
75 + 101 + 126 = 302 (100%)
R 75 of 302 ~ 24.83%
G 101 of 302 ~ 33.44%
B 126 of 302 ~ 41.72%

%24.83
%33.44
%41.72

CMYK color model

#4B657E color CMYK value is (40,20,0,51).

  • cyan value is 40.48%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(40,20,0,51)
C40M20Y0K51 
(40%,20%,0%,51%)
(0.40/0.20/0.00/0.51)	

CMYK percentages

%40.48
%19.84
%0
%50.59

Codes

Color #4B657E in popluar color models

4B657E
RGB75101126
HSL209°25.37%39.41%
HSB/HSV209°40.48%49.41%
CMYK40.48%19.84%0.00%
50.59%

Color #4B657E in popluar number systems.

HEX4B657E
Decimal75101126
Binary100101111001011111110
Octal113145176

Shades and tints

Shades of #4B657E

#4B657E
(75,101,126)
#455C73
(69,92,115)
#3F5368
(63,83,104)
#394A5D
(57,74,93)
#334152
(51,65,82)
#2D3847
(45,56,71)
#272F3C
(39,47,60)
#212631
(33,38,49)
#1B1D26
(27,29,38)
#15141B
(21,20,27)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #4B657E

#4B657E
(75,101,126)
#5B7389
(91,115,137)
#6B8194
(107,129,148)
#7B8F9F
(123,143,159)
#8B9DAA
(139,157,170)
#9BABB5
(155,171,181)
#ABB9C0
(171,185,192)
#BBC7CB
(187,199,203)
#CBD5D6
(203,213,214)
#DBE3E1
(219,227,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B657E color. Also use rgb(75,101,126) instead hex code.

Text Font Color

.myTextColor { color: #4B657E; }

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

This text font color is #4B657E.


Background Color

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

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

This div background color is #4B657E.


Border color

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

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

This div border color is #4B657E.


Opacity

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

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

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

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

This text has shadow with #4B657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B657E on black background.


Color preview on white background

This text has color #4B657E on white background.



Black color preview on #4B657E background

This text has black color on #4B657E background.


White color preview on #4B657E background

This text has white color on #4B657E background.