COLOR #4B787A

HEX: #4B787A
RGB: (75,120,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
120
122

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

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 122 = 317 (100%)
R 75 of 317 ~ 23.66%
G 120 of 317 ~ 37.85%
B 122 of 317 ~ 38.49%

%23.66
%37.85
%38.49

CMYK color model

#4B787A color CMYK value is (39,2,0,52).

  • cyan value is 38.52%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,2,0,52)
C39M2Y0K52 
(39%,2%,0%,52%)
(0.39/0.02/0.00/0.52)	

CMYK percentages

%38.52
%1.64
%0
%52.16

Codes

Color #4B787A in popluar color models

4B787A
RGB75120122
HSL183°23.86%38.63%
HSB/HSV183°38.52%47.84%
CMYK38.52%1.64%0.00%
52.16%

Color #4B787A in popluar number systems.

HEX4B787A
Decimal75120122
Binary100101111110001111010
Octal113170172

Shades and tints

Shades of #4B787A

#4B787A
(75,120,122)
#456E6F
(69,110,111)
#3F6464
(63,100,100)
#395A59
(57,90,89)
#33504E
(51,80,78)
#2D4643
(45,70,67)
#273C38
(39,60,56)
#21322D
(33,50,45)
#1B2822
(27,40,34)
#151E17
(21,30,23)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #4B787A

#4B787A
(75,120,122)
#5B8486
(91,132,134)
#6B9092
(107,144,146)
#7B9C9E
(123,156,158)
#8BA8AA
(139,168,170)
#9BB4B6
(155,180,182)
#ABC0C2
(171,192,194)
#BBCCCE
(187,204,206)
#CBD8DA
(203,216,218)
#DBE4E6
(219,228,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B787A; }

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

This text font color is #4B787A.


Background Color

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

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

This div background color is #4B787A.


Border color

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

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

This div border color is #4B787A.


Opacity

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

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

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

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

This text has shadow with #4B787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B787A on black background.


Color preview on white background

This text has color #4B787A on white background.



Black color preview on #4B787A background

This text has black color on #4B787A background.


White color preview on #4B787A background

This text has white color on #4B787A background.