COLOR #4B7FAF

HEX: #4B7FAF
RGB: (75,127,175)

Color info

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

RGB color model

#4B7FAF color RGB value is (75,127,175).

  • red value is 75;
  • green value is 127;
  • blue value is 175.
RGB:
(75,127,175)
(29%,50%,69%)

RGB channels and saturation

R 75 of 255 = 29%
G 127 of 255 = 50%
B 175 of 255 = 69%

75
127
175

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

Portions of RGB colors in percentages

R + G + B =
75 + 127 + 175 = 377 (100%)
R 75 of 377 ~ 19.89%
G 127 of 377 ~ 33.69%
B 175 of 377 ~ 46.42%

%19.89
%33.69
%46.42

CMYK color model

#4B7FAF color CMYK value is (57,27,0,31).

  • cyan value is 57.14%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(57,27,0,31)
C57M27Y0K31 
(57%,27%,0%,31%)
(0.57/0.27/0.00/0.31)	

CMYK percentages

%57.14
%27.43
%0
%31.37

Codes

Color #4B7FAF in popluar color models

4B7FAF
RGB75127175
HSL209°40.00%49.02%
HSB/HSV209°57.14%68.63%
CMYK57.14%27.43%0.00%
31.37%

Color #4B7FAF in popluar number systems.

HEX4B7FAF
Decimal75127175
Binary1001011111111110101111
Octal113177257

Shades and tints

Shades of #4B7FAF

#4B7FAF
(75,127,175)
#4574A0
(69,116,160)
#3F6991
(63,105,145)
#395E82
(57,94,130)
#335373
(51,83,115)
#2D4864
(45,72,100)
#273D55
(39,61,85)
#213246
(33,50,70)
#1B2737
(27,39,55)
#151C28
(21,28,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #4B7FAF

#4B7FAF
(75,127,175)
#5B8AB6
(91,138,182)
#6B95BD
(107,149,189)
#7BA0C4
(123,160,196)
#8BABCB
(139,171,203)
#9BB6D2
(155,182,210)
#ABC1D9
(171,193,217)
#BBCCE0
(187,204,224)
#CBD7E7
(203,215,231)
#DBE2EE
(219,226,238)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7FAF color. Also use rgb(75,127,175) instead hex code.

Text Font Color

.myTextColor { color: #4B7FAF; }

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

This text font color is #4B7FAF.


Background Color

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

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

This div background color is #4B7FAF.


Border color

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

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

This div border color is #4B7FAF.


Opacity

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

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

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

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

This text has shadow with #4B7FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7FAF on black background.


Color preview on white background

This text has color #4B7FAF on white background.



Black color preview on #4B7FAF background

This text has black color on #4B7FAF background.


White color preview on #4B7FAF background

This text has white color on #4B7FAF background.