COLOR #4B497E

HEX: #4B497E
RGB: (75,73,126)

Color info

#4B497E contains red, green and blue colors in about the same proportion. Web safe color of #4B497E is #333366 (or #336).

RGB color model

#4B497E color RGB value is (75,73,126).

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

RGB channels and saturation

R 75 of 255 = 29%
G 73 of 255 = 29%
B 126 of 255 = 49%

75
73
126

R + G + B ~ 36%. #4B497E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 73 + 126 = 274 (100%)
R 75 of 274 ~ 27.37%
G 73 of 274 ~ 26.64%
B 126 of 274 ~ 45.99%

%27.37
%26.64
%45.99

CMYK color model

#4B497E color CMYK value is (40,42,0,51).

  • cyan value is 40.48%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(40,42,0,51)
C40M42Y0K51 
(40%,42%,0%,51%)
(0.40/0.42/0.00/0.51)	

CMYK percentages

%40.48
%42.06
%0
%50.59

Codes

Color #4B497E in popluar color models

4B497E
RGB7573126
HSL242°26.63%39.02%
HSB/HSV242°42.06%49.41%
CMYK40.48%42.06%0.00%
50.59%

Color #4B497E in popluar number systems.

HEX4B497E
Decimal7573126
Binary100101110010011111110
Octal113111176

Shades and tints

Shades of #4B497E

#4B497E
(75,73,126)
#454373
(69,67,115)
#3F3D68
(63,61,104)
#39375D
(57,55,93)
#333152
(51,49,82)
#2D2B47
(45,43,71)
#27253C
(39,37,60)
#211F31
(33,31,49)
#1B1926
(27,25,38)
#15131B
(21,19,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #4B497E

#4B497E
(75,73,126)
#5B5989
(91,89,137)
#6B6994
(107,105,148)
#7B799F
(123,121,159)
#8B89AA
(139,137,170)
#9B99B5
(155,153,181)
#ABA9C0
(171,169,192)
#BBB9CB
(187,185,203)
#CBC9D6
(203,201,214)
#DBD9E1
(219,217,225)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B497E; }

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

This text font color is #4B497E.


Background Color

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

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

This div background color is #4B497E.


Border color

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

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

This div border color is #4B497E.


Opacity

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

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

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

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

This text has shadow with #4B497E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B497E on black background.


Color preview on white background

This text has color #4B497E on white background.



Black color preview on #4B497E background

This text has black color on #4B497E background.


White color preview on #4B497E background

This text has white color on #4B497E background.