COLOR #4B5D7A

HEX: #4B5D7A
RGB: (75,93,122)

Color info

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

RGB color model

#4B5D7A color RGB value is (75,93,122).

  • red value is 75;
  • green value is 93;
  • blue value is 122.
RGB:
(75,93,122)
(29%,36%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 122 of 255 = 48%

75
93
122

R + G + B ~ 38%. #4B5D7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 122 = 290 (100%)
R 75 of 290 ~ 25.86%
G 93 of 290 ~ 32.07%
B 122 of 290 ~ 42.07%

%25.86
%32.07
%42.07

CMYK color model

#4B5D7A color CMYK value is (39,24,0,52).

  • cyan value is 38.52%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,24,0,52)
C39M24Y0K52 
(39%,24%,0%,52%)
(0.39/0.24/0.00/0.52)	

CMYK percentages

%38.52
%23.77
%0
%52.16

Codes

Color #4B5D7A in popluar color models

4B5D7A
RGB7593122
HSL217°23.86%38.63%
HSB/HSV217°38.52%47.84%
CMYK38.52%23.77%0.00%
52.16%

Color #4B5D7A in popluar number systems.

HEX4B5D7A
Decimal7593122
Binary100101110111011111010
Octal113135172

Shades and tints

Shades of #4B5D7A

#4B5D7A
(75,93,122)
#45556F
(69,85,111)
#3F4D64
(63,77,100)
#394559
(57,69,89)
#333D4E
(51,61,78)
#2D3543
(45,53,67)
#272D38
(39,45,56)
#21252D
(33,37,45)
#1B1D22
(27,29,34)
#151517
(21,21,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B5D7A

#4B5D7A
(75,93,122)
#5B6B86
(91,107,134)
#6B7992
(107,121,146)
#7B879E
(123,135,158)
#8B95AA
(139,149,170)
#9BA3B6
(155,163,182)
#ABB1C2
(171,177,194)
#BBBFCE
(187,191,206)
#CBCDDA
(203,205,218)
#DBDBE6
(219,219,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5D7A; }

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

This text font color is #4B5D7A.


Background Color

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

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

This div background color is #4B5D7A.


Border color

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

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

This div border color is #4B5D7A.


Opacity

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

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

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

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

This text has shadow with #4B5D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D7A on black background.


Color preview on white background

This text has color #4B5D7A on white background.



Black color preview on #4B5D7A background

This text has black color on #4B5D7A background.


White color preview on #4B5D7A background

This text has white color on #4B5D7A background.