COLOR #4B78AB

HEX: #4B78AB
RGB: (75,120,171)

Color info

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

RGB color model

#4B78AB color RGB value is (75,120,171).

  • red value is 75;
  • green value is 120;
  • blue value is 171.
RGB:
(75,120,171)
(29%,47%,67%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 171 of 255 = 67%

75
120
171

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

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 171 = 366 (100%)
R 75 of 366 ~ 20.49%
G 120 of 366 ~ 32.79%
B 171 of 366 ~ 46.72%

%20.49
%32.79
%46.72

CMYK color model

#4B78AB color CMYK value is (56,30,0,33).

  • cyan value is 56.14%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(56,30,0,33)
C56M30Y0K33 
(56%,30%,0%,33%)
(0.56/0.30/0.00/0.33)	

CMYK percentages

%56.14
%29.82
%0
%32.94

Codes

Color #4B78AB in popluar color models

4B78AB
RGB75120171
HSL212°39.02%48.24%
HSB/HSV212°56.14%67.06%
CMYK56.14%29.82%0.00%
32.94%

Color #4B78AB in popluar number systems.

HEX4B78AB
Decimal75120171
Binary1001011111100010101011
Octal113170253

Shades and tints

Shades of #4B78AB

#4B78AB
(75,120,171)
#456E9C
(69,110,156)
#3F648D
(63,100,141)
#395A7E
(57,90,126)
#33506F
(51,80,111)
#2D4660
(45,70,96)
#273C51
(39,60,81)
#213242
(33,50,66)
#1B2833
(27,40,51)
#151E24
(21,30,36)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #4B78AB

#4B78AB
(75,120,171)
#5B84B2
(91,132,178)
#6B90B9
(107,144,185)
#7B9CC0
(123,156,192)
#8BA8C7
(139,168,199)
#9BB4CE
(155,180,206)
#ABC0D5
(171,192,213)
#BBCCDC
(187,204,220)
#CBD8E3
(203,216,227)
#DBE4EA
(219,228,234)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B78AB color. Also use rgb(75,120,171) instead hex code.

Text Font Color

.myTextColor { color: #4B78AB; }

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

This text font color is #4B78AB.


Background Color

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

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

This div background color is #4B78AB.


Border color

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

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

This div border color is #4B78AB.


Opacity

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

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

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

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

This text has shadow with #4B78AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B78AB on black background.


Color preview on white background

This text has color #4B78AB on white background.



Black color preview on #4B78AB background

This text has black color on #4B78AB background.


White color preview on #4B78AB background

This text has white color on #4B78AB background.