COLOR #4B7593

HEX: #4B7593
RGB: (75,117,147)

Color info

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

RGB color model

#4B7593 color RGB value is (75,117,147).

  • red value is 75;
  • green value is 117;
  • blue value is 147.
RGB:
(75,117,147)
(29%,46%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 147 of 255 = 58%

75
117
147

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 147 = 339 (100%)
R 75 of 339 ~ 22.12%
G 117 of 339 ~ 34.51%
B 147 of 339 ~ 43.36%

%22.12
%34.51
%43.36

CMYK color model

#4B7593 color CMYK value is (49,20,0,42).

  • cyan value is 48.98%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(49,20,0,42)
C49M20Y0K42 
(49%,20%,0%,42%)
(0.49/0.20/0.00/0.42)	

CMYK percentages

%48.98
%20.41
%0
%42.35

Codes

Color #4B7593 in popluar color models

4B7593
RGB75117147
HSL205°32.43%43.53%
HSB/HSV205°48.98%57.65%
CMYK48.98%20.41%0.00%
42.35%

Color #4B7593 in popluar number systems.

HEX4B7593
Decimal75117147
Binary1001011111010110010011
Octal113165223

Shades and tints

Shades of #4B7593

#4B7593
(75,117,147)
#456B86
(69,107,134)
#3F6179
(63,97,121)
#39576C
(57,87,108)
#334D5F
(51,77,95)
#2D4352
(45,67,82)
#273945
(39,57,69)
#212F38
(33,47,56)
#1B252B
(27,37,43)
#151B1E
(21,27,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B7593

#4B7593
(75,117,147)
#5B819C
(91,129,156)
#6B8DA5
(107,141,165)
#7B99AE
(123,153,174)
#8BA5B7
(139,165,183)
#9BB1C0
(155,177,192)
#ABBDC9
(171,189,201)
#BBC9D2
(187,201,210)
#CBD5DB
(203,213,219)
#DBE1E4
(219,225,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7593 color. Also use rgb(75,117,147) instead hex code.

Text Font Color

.myTextColor { color: #4B7593; }

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

This text font color is #4B7593.


Background Color

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

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

This div background color is #4B7593.


Border color

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

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

This div border color is #4B7593.


Opacity

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

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

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

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

This text has shadow with #4B7593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7593 on black background.


Color preview on white background

This text has color #4B7593 on white background.



Black color preview on #4B7593 background

This text has black color on #4B7593 background.


White color preview on #4B7593 background

This text has white color on #4B7593 background.