COLOR #4B6E78

HEX: #4B6E78 RGB: (75,110,120)

Color info

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

RGB color model

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

RGB: (75,110,120) (29%, 43%, 47%)

RGB channels and saturation

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

75
110
120

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

Portions of RGB colors in percentages

R + G + B = 75 + 110 + 120 = 305 (100%)
R 75 of 305 ~ 24.59%
G 110 of 305 ~ 36.07%
B 120 of 305 ~ 39.34'%

%24.59
%36.07
%39.34

CMYK color model

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

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

CMYK percentages

%37.5
%8.33
%0
%52.94

Codes

Color #4B6E78 in popluar color models

4B 6E 78
RGB 75 110 120
HSL 193° 23.08% 38.24%
HSB/HSV 193° 37.50% 47.06%
CMYK 37.50% 8.33% 0.00%
52.94%

Color #4B6E78 in popluar number systems.

HEX 4B 6E 78
Decimal 75 110 120
Binary 1001011 1101110 1111000
Octal 113 156 170

Shades and tints

Shades of #4B6E78

#4B6E78
(75,110,120)
#45646E
(69,100,110)
#3F5A64
(63,90,100)
#39505A
(57,80,90)
#334650
(51,70,80)
#2D3C46
(45,60,70)
#27323C
(39,50,60)
#212832
(33,40,50)
#1B1E28
(27,30,40)
#15141E
(21,20,30)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #4B6E78

#4B6E78
(75,110,120)
#5B7B84
(91,123,132)
#6B8890
(107,136,144)
#7B959C
(123,149,156)
#8BA2A8
(139,162,168)
#9BAFB4
(155,175,180)
#ABBCC0
(171,188,192)
#BBC9CC
(187,201,204)
#CBD6D8
(203,214,216)
#DBE3E4
(219,227,228)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6E78; }

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

This text font color is #4B6E78.

Background Color

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

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

This div background color is #4B6E78.

Border color

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

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

This div border color is #4B6E78.

Opacity

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

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

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

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

This text has shadow with #4B6E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6E78.

Preview

Color preview on black background

This text has color #4B6E78 on black background.


Color preview on white background

This text has color #4B6E78 on white background.


Black color preview on #4B6E78 background

This text has black color on #4B6E78 background.


White color preview on #4B6E78 background

This text has white color on #4B6E78 background.


Related colors

Complementary color

Complementary color for #hex is #B49187.


I love getcolorcode.com

Triadic colors

1 #784B6E and #6E784B with #4B6E78 are triadic colors.

2 #786E4B and #6E4B78 with #4B6E78 are triadic colors.