COLOR #4B7384

HEX: #4B7384
RGB: (75,115,132)

Color info

#4B7384 contains red, green and blue colors in about the same proportion. Web safe color of #4B7384 is #336699 (or #369).

RGB color model

#4B7384 color RGB value is (75,115,132).

  • red value is 75;
  • green value is 115;
  • blue value is 132.
RGB:
(75,115,132)
(29%,45%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 132 of 255 = 52%

75
115
132

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

Portions of RGB colors in percentages

R + G + B =
75 + 115 + 132 = 322 (100%)
R 75 of 322 ~ 23.29%
G 115 of 322 ~ 35.71%
B 132 of 322 ~ 40.99%

%23.29
%35.71
%40.99

CMYK color model

#4B7384 color CMYK value is (43,13,0,48).

  • cyan value is 43.18%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(43,13,0,48)
C43M13Y0K48 
(43%,13%,0%,48%)
(0.43/0.13/0.00/0.48)	

CMYK percentages

%43.18
%12.88
%0
%48.24

Codes

Color #4B7384 in popluar color models

4B7384
RGB75115132
HSL198°27.54%40.59%
HSB/HSV198°43.18%51.76%
CMYK43.18%12.88%0.00%
48.24%

Color #4B7384 in popluar number systems.

HEX4B7384
Decimal75115132
Binary1001011111001110000100
Octal113163204

Shades and tints

Shades of #4B7384

#4B7384
(75,115,132)
#456978
(69,105,120)
#3F5F6C
(63,95,108)
#395560
(57,85,96)
#334B54
(51,75,84)
#2D4148
(45,65,72)
#27373C
(39,55,60)
#212D30
(33,45,48)
#1B2324
(27,35,36)
#151918
(21,25,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #4B7384

#4B7384
(75,115,132)
#5B7F8F
(91,127,143)
#6B8B9A
(107,139,154)
#7B97A5
(123,151,165)
#8BA3B0
(139,163,176)
#9BAFBB
(155,175,187)
#ABBBC6
(171,187,198)
#BBC7D1
(187,199,209)
#CBD3DC
(203,211,220)
#DBDFE7
(219,223,231)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7384 color. Also use rgb(75,115,132) instead hex code.

Text Font Color

.myTextColor { color: #4B7384; }

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

This text font color is #4B7384.


Background Color

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

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

This div background color is #4B7384.


Border color

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

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

This div border color is #4B7384.


Opacity

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

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

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

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

This text has shadow with #4B7384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7384 on black background.


Color preview on white background

This text has color #4B7384 on white background.



Black color preview on #4B7384 background

This text has black color on #4B7384 background.


White color preview on #4B7384 background

This text has white color on #4B7384 background.