COLOR #4B5078

HEX: #4B5078 RGB: (75,80,120)

Color info

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

RGB color model

#4B5078 color RGB value is (75,80,120).

RGB: (75,80,120) (29%, 31%, 47%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 120 of 255 = 47%

75
80
120

R + G + B ~ 36%. #4B5078 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 80 + 120 = 275 (100%)
R 75 of 275 ~ 27.27%
G 80 of 275 ~ 29.09%
B 120 of 275 ~ 43.64'%

%27.27
%29.09
%43.64

CMYK color model

#4B5078 color CMYK value is (38,33,0,53).

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

CMYK: (38,33,0,53)
C38M33Y0K53 (38%, 33%, 0%, 53%)
(0.38 / 0.33 / 0.00 / 0.53)

CMYK percentages

%37.5
%33.33
%0
%52.94

Codes

Color #4B5078 in popluar color models

4B 50 78
RGB 75 80 120
HSL 233° 23.08% 38.24%
HSB/HSV 233° 37.50% 47.06%
CMYK 37.50% 33.33% 0.00%
52.94%

Color #4B5078 in popluar number systems.

HEX 4B 50 78
Decimal 75 80 120
Binary 1001011 1010000 1111000
Octal 113 120 170

Shades and tints

Shades of #4B5078

#4B5078
(75,80,120)
#45496E
(69,73,110)
#3F4264
(63,66,100)
#393B5A
(57,59,90)
#333450
(51,52,80)
#2D2D46
(45,45,70)
#27263C
(39,38,60)
#211F32
(33,31,50)
#1B1828
(27,24,40)
#15111E
(21,17,30)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #4B5078

#4B5078
(75,80,120)
#5B5F84
(91,95,132)
#6B6E90
(107,110,144)
#7B7D9C
(123,125,156)
#8B8CA8
(139,140,168)
#9B9BB4
(155,155,180)
#ABAAC0
(171,170,192)
#BBB9CC
(187,185,204)
#CBC8D8
(203,200,216)
#DBD7E4
(219,215,228)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5078; }

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

This text font color is #4B5078.

Background Color

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

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

This div background color is #4B5078.

Border color

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

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

This div border color is #4B5078.

Opacity

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

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

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

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

This text has shadow with #4B5078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5078.

Preview

Color preview on black background

This text has color #4B5078 on black background.


Color preview on white background

This text has color #4B5078 on white background.


Black color preview on #4B5078 background

This text has black color on #4B5078 background.


White color preview on #4B5078 background

This text has white color on #4B5078 background.


Related colors

Complementary color

Complementary color for #hex is #B4AF87.


I love getcolorcode.com

Triadic colors

1 #784B50 and #50784B with #4B5078 are triadic colors.

2 #78504B and #504B78 with #4B5078 are triadic colors.