COLOR #4B7878

HEX: #4B7878
RGB: (75,120,120)

Color info

#4B7878 contains red, green and blue colors in about the same proportion. Web safe color of #4B7878 is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

75
120
120

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

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 120 = 315 (100%)
R 75 of 315 ~ 23.81%
G 120 of 315 ~ 38.1%
B 120 of 315 ~ 38.1%

%23.81
%38.1
%38.1

CMYK color model

#4B7878 color CMYK value is (38,0,0,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(38,0,0,53)
C38M0Y0K53 
(38%,0%,0%,53%)
(0.38/0.00/0.00/0.53)	

CMYK percentages

%37.5
%0
%0
%52.94

Codes

Color #4B7878 in popluar color models

4B7878
RGB75120120
HSL180°23.08%38.24%
HSB/HSV180°37.50%47.06%
CMYK37.50%0.00%0.00%
52.94%

Color #4B7878 in popluar number systems.

HEX4B7878
Decimal75120120
Binary100101111110001111000
Octal113170170

Shades and tints

Shades of #4B7878

#4B7878
(75,120,120)
#456E6E
(69,110,110)
#3F6464
(63,100,100)
#395A5A
(57,90,90)
#335050
(51,80,80)
#2D4646
(45,70,70)
#273C3C
(39,60,60)
#213232
(33,50,50)
#1B2828
(27,40,40)
#151E1E
(21,30,30)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #4B7878

#4B7878
(75,120,120)
#5B8484
(91,132,132)
#6B9090
(107,144,144)
#7B9C9C
(123,156,156)
#8BA8A8
(139,168,168)
#9BB4B4
(155,180,180)
#ABC0C0
(171,192,192)
#BBCCCC
(187,204,204)
#CBD8D8
(203,216,216)
#DBE4E4
(219,228,228)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7878; }

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

This text font color is #4B7878.


Background Color

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

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

This div background color is #4B7878.


Border color

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

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

This div border color is #4B7878.


Opacity

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

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

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

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

This text has shadow with #4B7878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7878 on black background.


Color preview on white background

This text has color #4B7878 on white background.



Black color preview on #4B7878 background

This text has black color on #4B7878 background.


White color preview on #4B7878 background

This text has white color on #4B7878 background.