COLOR #4B5C85

HEX: #4B5C85
RGB: (75,92,133)

Color info

#4B5C85 contains red, green and blue colors in about the same proportion. Web safe color of #4B5C85 is #336699 (or #369).

RGB color model

#4B5C85 color RGB value is (75,92,133).

  • red value is 75;
  • green value is 92;
  • blue value is 133.
RGB:
(75,92,133)
(29%,36%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 133 of 255 = 52%

75
92
133

R + G + B ~ 39%. #4B5C85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 133 = 300 (100%)
R 75 of 300 ~ 25%
G 92 of 300 ~ 30.67%
B 133 of 300 ~ 44.33%

%25
%30.67
%44.33

CMYK color model

#4B5C85 color CMYK value is (44,31,0,48).

  • cyan value is 43.61%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(44,31,0,48)
C44M31Y0K48 
(44%,31%,0%,48%)
(0.44/0.31/0.00/0.48)	

CMYK percentages

%43.61
%30.83
%0
%47.84

Codes

Color #4B5C85 in popluar color models

4B5C85
RGB7592133
HSL222°27.88%40.78%
HSB/HSV222°43.61%52.16%
CMYK43.61%30.83%0.00%
47.84%

Color #4B5C85 in popluar number systems.

HEX4B5C85
Decimal7592133
Binary1001011101110010000101
Octal113134205

Shades and tints

Shades of #4B5C85

#4B5C85
(75,92,133)
#455479
(69,84,121)
#3F4C6D
(63,76,109)
#394461
(57,68,97)
#333C55
(51,60,85)
#2D3449
(45,52,73)
#272C3D
(39,44,61)
#212431
(33,36,49)
#1B1C25
(27,28,37)
#151419
(21,20,25)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B5C85

#4B5C85
(75,92,133)
#5B6A90
(91,106,144)
#6B789B
(107,120,155)
#7B86A6
(123,134,166)
#8B94B1
(139,148,177)
#9BA2BC
(155,162,188)
#ABB0C7
(171,176,199)
#BBBED2
(187,190,210)
#CBCCDD
(203,204,221)
#DBDAE8
(219,218,232)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5C85 color. Also use rgb(75,92,133) instead hex code.

Text Font Color

.myTextColor { color: #4B5C85; }

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

This text font color is #4B5C85.


Background Color

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

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

This div background color is #4B5C85.


Border color

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

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

This div border color is #4B5C85.


Opacity

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

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

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

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

This text has shadow with #4B5C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C85 on black background.


Color preview on white background

This text has color #4B5C85 on white background.



Black color preview on #4B5C85 background

This text has black color on #4B5C85 background.


White color preview on #4B5C85 background

This text has white color on #4B5C85 background.