COLOR #4B4E7A

HEX: #4B4E7A RGB: (75,78,122)

Color info

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

RGB color model

#4B4E7A color RGB value is (75,78,122).

RGB: (75,78,122) (29%, 31%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 122 of 255 = 48%

75
78
122

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

Portions of RGB colors in percentages

R + G + B = 75 + 78 + 122 = 275 (100%)
R 75 of 275 ~ 27.27%
G 78 of 275 ~ 28.36%
B 122 of 275 ~ 44.36'%

%27.27
%28.36
%44.36

CMYK color model

#4B4E7A color CMYK value is (39,36,0,52).

  • cyan value is 38.52%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (39,36,0,52)
C39M36Y0K52 (39%, 36%, 0%, 52%)
(0.39 / 0.36 / 0.00 / 0.52)

CMYK percentages

%38.52
%36.07
%0
%52.16

Codes

Color #4B4E7A in popluar color models

4B 4E 7A
RGB 75 78 122
HSL 236° 23.86% 38.63%
HSB/HSV 236° 38.52% 47.84%
CMYK 38.52% 36.07% 0.00%
52.16%

Color #4B4E7A in popluar number systems.

HEX 4B 4E 7A
Decimal 75 78 122
Binary 1001011 1001110 1111010
Octal 113 116 172

Shades and tints

Shades of #4B4E7A

#4B4E7A
(75,78,122)
#45476F
(69,71,111)
#3F4064
(63,64,100)
#393959
(57,57,89)
#33324E
(51,50,78)
#2D2B43
(45,43,67)
#272438
(39,36,56)
#211D2D
(33,29,45)
#1B1622
(27,22,34)
#150F17
(21,15,23)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B4E7A

#4B4E7A
(75,78,122)
#5B5E86
(91,94,134)
#6B6E92
(107,110,146)
#7B7E9E
(123,126,158)
#8B8EAA
(139,142,170)
#9B9EB6
(155,158,182)
#ABAEC2
(171,174,194)
#BBBECE
(187,190,206)
#CBCEDA
(203,206,218)
#DBDEE6
(219,222,230)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4E7A color. Also use rgb(75,78,122) instead hex code.

Text Font Color

.myTextColor { color: #4B4E7A; }

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

This text font color is #4B4E7A.

Background Color

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

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

This div background color is #4B4E7A.

Border color

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

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

This div border color is #4B4E7A.

Opacity

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

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

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

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

This text has shadow with #4B4E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4E7A.

Preview

Color preview on black background

This text has color #4B4E7A on black background.


Color preview on white background

This text has color #4B4E7A on white background.


Black color preview on #4B4E7A background

This text has black color on #4B4E7A background.


White color preview on #4B4E7A background

This text has white color on #4B4E7A background.


Related colors

Complementary color

Complementary color for #hex is #B4B185.


I love getcolorcode.com

Triadic colors

1 #7A4B4E and #4E7A4B with #4B4E7A are triadic colors.

2 #7A4E4B and #4E4B7A with #4B4E7A are triadic colors.