COLOR #4B5778

HEX: #4B5778 RGB: (75,87,120)

Color info

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

RGB color model

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

RGB: (75,87,120) (29%, 34%, 47%)

RGB channels and saturation

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

75
87
120

R + G + B ~ 37%. #4B5778 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 87 + 120 = 282 (100%)
R 75 of 282 ~ 26.6%
G 87 of 282 ~ 30.85%
B 120 of 282 ~ 42.55'%

%26.6
%30.85
%42.55

CMYK color model

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

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

CMYK: (38,28,0,53)
C38M28Y0K53 (38%, 28%, 0%, 53%)
(0.38 / 0.28 / 0.00 / 0.53)

CMYK percentages

%37.5
%27.5
%0
%52.94

Codes

Color #4B5778 in popluar color models

4B 57 78
RGB 75 87 120
HSL 224° 23.08% 38.24%
HSB/HSV 224° 37.50% 47.06%
CMYK 37.50% 27.50% 0.00%
52.94%

Color #4B5778 in popluar number systems.

HEX 4B 57 78
Decimal 75 87 120
Binary 1001011 1010111 1111000
Octal 113 127 170

Shades and tints

Shades of #4B5778

#4B5778
(75,87,120)
#45506E
(69,80,110)
#3F4964
(63,73,100)
#39425A
(57,66,90)
#333B50
(51,59,80)
#2D3446
(45,52,70)
#272D3C
(39,45,60)
#212632
(33,38,50)
#1B1F28
(27,31,40)
#15181E
(21,24,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #4B5778

#4B5778
(75,87,120)
#5B6684
(91,102,132)
#6B7590
(107,117,144)
#7B849C
(123,132,156)
#8B93A8
(139,147,168)
#9BA2B4
(155,162,180)
#ABB1C0
(171,177,192)
#BBC0CC
(187,192,204)
#CBCFD8
(203,207,216)
#DBDEE4
(219,222,228)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5778; }

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

This text font color is #4B5778.

Background Color

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

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

This div background color is #4B5778.

Border color

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

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

This div border color is #4B5778.

Opacity

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

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

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

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

This text has shadow with #4B5778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5778.

Preview

Color preview on black background

This text has color #4B5778 on black background.


Color preview on white background

This text has color #4B5778 on white background.


Black color preview on #4B5778 background

This text has black color on #4B5778 background.


White color preview on #4B5778 background

This text has white color on #4B5778 background.


Related colors

Complementary color

Complementary color for #hex is #B4A887.


I love getcolorcode.com

Triadic colors

1 #784B57 and #57784B with #4B5778 are triadic colors.

2 #78574B and #574B78 with #4B5778 are triadic colors.