COLOR #4B5C81

HEX: #4B5C81
RGB: (75,92,129)

Color info

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

RGB color model

#4B5C81 color RGB value is (75,92,129).

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

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 129 of 255 = 51%

75
92
129

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

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 129 = 296 (100%)
R 75 of 296 ~ 25.34%
G 92 of 296 ~ 31.08%
B 129 of 296 ~ 43.58%

%25.34
%31.08
%43.58

CMYK color model

#4B5C81 color CMYK value is (42,29,0,49).

  • cyan value is 41.86%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,29,0,49)
C42M29Y0K49 
(42%,29%,0%,49%)
(0.42/0.29/0.00/0.49)	

CMYK percentages

%41.86
%28.68
%0
%49.41

Codes

Color #4B5C81 in popluar color models

4B5C81
RGB7592129
HSL221°26.47%40.00%
HSB/HSV221°41.86%50.59%
CMYK41.86%28.68%0.00%
49.41%

Color #4B5C81 in popluar number systems.

HEX4B5C81
Decimal7592129
Binary1001011101110010000001
Octal113134201

Shades and tints

Shades of #4B5C81

#4B5C81
(75,92,129)
#455476
(69,84,118)
#3F4C6B
(63,76,107)
#394460
(57,68,96)
#333C55
(51,60,85)
#2D344A
(45,52,74)
#272C3F
(39,44,63)
#212434
(33,36,52)
#1B1C29
(27,28,41)
#15141E
(21,20,30)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #4B5C81

#4B5C81
(75,92,129)
#5B6A8C
(91,106,140)
#6B7897
(107,120,151)
#7B86A2
(123,134,162)
#8B94AD
(139,148,173)
#9BA2B8
(155,162,184)
#ABB0C3
(171,176,195)
#BBBECE
(187,190,206)
#CBCCD9
(203,204,217)
#DBDAE4
(219,218,228)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5C81; }

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

This text font color is #4B5C81.


Background Color

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

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

This div background color is #4B5C81.


Border color

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

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

This div border color is #4B5C81.


Opacity

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

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

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

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

This text has shadow with #4B5C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C81 on black background.


Color preview on white background

This text has color #4B5C81 on white background.



Black color preview on #4B5C81 background

This text has black color on #4B5C81 background.


White color preview on #4B5C81 background

This text has white color on #4B5C81 background.