COLOR #4B5F78

HEX: #4B5F78 RGB: (75,95,120)

Color info

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

RGB color model

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

RGB: (75,95,120) (29%, 37%, 47%)

RGB channels and saturation

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

75
95
120

R + G + B ~ 38%. #4B5F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 95 + 120 = 290 (100%)
R 75 of 290 ~ 25.86%
G 95 of 290 ~ 32.76%
B 120 of 290 ~ 41.38'%

%25.86
%32.76
%41.38

CMYK color model

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

  • cyan value is 37.50%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (38,21,0,53)
C38M21Y0K53 (38%, 21%, 0%, 53%)
(0.38 / 0.21 / 0.00 / 0.53)

CMYK percentages

%37.5
%20.83
%0
%52.94

Codes

Color #4B5F78 in popluar color models

4B 5F 78
RGB 75 95 120
HSL 213° 23.08% 38.24%
HSB/HSV 213° 37.50% 47.06%
CMYK 37.50% 20.83% 0.00%
52.94%

Color #4B5F78 in popluar number systems.

HEX 4B 5F 78
Decimal 75 95 120
Binary 1001011 1011111 1111000
Octal 113 137 170

Shades and tints

Shades of #4B5F78

#4B5F78
(75,95,120)
#45576E
(69,87,110)
#3F4F64
(63,79,100)
#39475A
(57,71,90)
#333F50
(51,63,80)
#2D3746
(45,55,70)
#272F3C
(39,47,60)
#212732
(33,39,50)
#1B1F28
(27,31,40)
#15171E
(21,23,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #4B5F78

#4B5F78
(75,95,120)
#5B6D84
(91,109,132)
#6B7B90
(107,123,144)
#7B899C
(123,137,156)
#8B97A8
(139,151,168)
#9BA5B4
(155,165,180)
#ABB3C0
(171,179,192)
#BBC1CC
(187,193,204)
#CBCFD8
(203,207,216)
#DBDDE4
(219,221,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5F78; }

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

This text font color is #4B5F78.

Background Color

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

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

This div background color is #4B5F78.

Border color

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

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

This div border color is #4B5F78.

Opacity

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

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

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

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

This text has shadow with #4B5F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5F78.

Preview

Color preview on black background

This text has color #4B5F78 on black background.


Color preview on white background

This text has color #4B5F78 on white background.


Black color preview on #4B5F78 background

This text has black color on #4B5F78 background.


White color preview on #4B5F78 background

This text has white color on #4B5F78 background.


Related colors

Complementary color

Complementary color for #hex is #B4A087.


I love getcolorcode.com

Triadic colors

1 #784B5F and #5F784B with #4B5F78 are triadic colors.

2 #785F4B and #5F4B78 with #4B5F78 are triadic colors.