COLOR #4B5E88

HEX: #4B5E88
RGB: (75,94,136)

Color info

#4B5E88 contains mainly green and blue colors. Web safe color of #4B5E88 is #336699 (or #369).

RGB color model

#4B5E88 color RGB value is (75,94,136).

  • red value is 75;
  • green value is 94;
  • blue value is 136.
RGB:
(75,94,136)
(29%,37%,53%)

RGB channels and saturation

R 75 of 255 = 29%
G 94 of 255 = 37%
B 136 of 255 = 53%

75
94
136

R + G + B ~ 40%. #4B5E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 94 + 136 = 305 (100%)
R 75 of 305 ~ 24.59%
G 94 of 305 ~ 30.82%
B 136 of 305 ~ 44.59%

%24.59
%30.82
%44.59

CMYK color model

#4B5E88 color CMYK value is (45,31,0,47).

  • cyan value is 44.85%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(45,31,0,47)
C45M31Y0K47 
(45%,31%,0%,47%)
(0.45/0.31/0.00/0.47)	

CMYK percentages

%44.85
%30.88
%0
%46.67

Codes

Color #4B5E88 in popluar color models

4B5E88
RGB7594136
HSL221°28.91%41.37%
HSB/HSV221°44.85%53.33%
CMYK44.85%30.88%0.00%
46.67%

Color #4B5E88 in popluar number systems.

HEX4B5E88
Decimal7594136
Binary1001011101111010001000
Octal113136210

Shades and tints

Shades of #4B5E88

#4B5E88
(75,94,136)
#45567C
(69,86,124)
#3F4E70
(63,78,112)
#394664
(57,70,100)
#333E58
(51,62,88)
#2D364C
(45,54,76)
#272E40
(39,46,64)
#212634
(33,38,52)
#1B1E28
(27,30,40)
#15161C
(21,22,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #4B5E88

#4B5E88
(75,94,136)
#5B6C92
(91,108,146)
#6B7A9C
(107,122,156)
#7B88A6
(123,136,166)
#8B96B0
(139,150,176)
#9BA4BA
(155,164,186)
#ABB2C4
(171,178,196)
#BBC0CE
(187,192,206)
#CBCED8
(203,206,216)
#DBDCE2
(219,220,226)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5E88 color. Also use rgb(75,94,136) instead hex code.

Text Font Color

.myTextColor { color: #4B5E88; }

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

This text font color is #4B5E88.


Background Color

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

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

This div background color is #4B5E88.


Border color

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

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

This div border color is #4B5E88.


Opacity

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

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

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

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

This text has shadow with #4B5E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5E88 on black background.


Color preview on white background

This text has color #4B5E88 on white background.



Black color preview on #4B5E88 background

This text has black color on #4B5E88 background.


White color preview on #4B5E88 background

This text has white color on #4B5E88 background.