COLOR #4B5878

HEX: #4B5878 RGB: (75,88,120)

Color info

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

RGB color model

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

RGB: (75,88,120) (29%, 35%, 47%)

RGB channels and saturation

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

75
88
120

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

Portions of RGB colors in percentages

R + G + B = 75 + 88 + 120 = 283 (100%)
R 75 of 283 ~ 26.5%
G 88 of 283 ~ 31.1%
B 120 of 283 ~ 42.4'%

%26.5
%31.1
%42.4

CMYK color model

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

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

CMYK: (38,27,0,53)
C38M27Y0K53 (38%, 27%, 0%, 53%)
(0.38 / 0.27 / 0.00 / 0.53)

CMYK percentages

%37.5
%26.67
%0
%52.94

Codes

Color #4B5878 in popluar color models

4B 58 78
RGB 75 88 120
HSL 223° 23.08% 38.24%
HSB/HSV 223° 37.50% 47.06%
CMYK 37.50% 26.67% 0.00%
52.94%

Color #4B5878 in popluar number systems.

HEX 4B 58 78
Decimal 75 88 120
Binary 1001011 1011000 1111000
Octal 113 130 170

Shades and tints

Shades of #4B5878

#4B5878
(75,88,120)
#45506E
(69,80,110)
#3F4864
(63,72,100)
#39405A
(57,64,90)
#333850
(51,56,80)
#2D3046
(45,48,70)
#27283C
(39,40,60)
#212032
(33,32,50)
#1B1828
(27,24,40)
#15101E
(21,16,30)
#0F0814
(15,8,20)
#000000
(0,0,0)

Tints of #4B5878

#4B5878
(75,88,120)
#5B6784
(91,103,132)
#6B7690
(107,118,144)
#7B859C
(123,133,156)
#8B94A8
(139,148,168)
#9BA3B4
(155,163,180)
#ABB2C0
(171,178,192)
#BBC1CC
(187,193,204)
#CBD0D8
(203,208,216)
#DBDFE4
(219,223,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5878; }

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

This text font color is #4B5878.

Background Color

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

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

This div background color is #4B5878.

Border color

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

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

This div border color is #4B5878.

Opacity

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

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

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

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

This text has shadow with #4B5878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5878.

Preview

Color preview on black background

This text has color #4B5878 on black background.


Color preview on white background

This text has color #4B5878 on white background.


Black color preview on #4B5878 background

This text has black color on #4B5878 background.


White color preview on #4B5878 background

This text has white color on #4B5878 background.


Related colors

Complementary color

Complementary color for #hex is #B4A787.


I love getcolorcode.com

Triadic colors

1 #784B58 and #58784B with #4B5878 are triadic colors.

2 #78584B and #584B78 with #4B5878 are triadic colors.