COLOR #4B5888

HEX: #4B5888
RGB: (75,88,136)

Color info

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

RGB color model

#4B5888 color RGB value is (75,88,136).

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

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 136 of 255 = 53%

75
88
136

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

Portions of RGB colors in percentages

R + G + B =
75 + 88 + 136 = 299 (100%)
R 75 of 299 ~ 25.08%
G 88 of 299 ~ 29.43%
B 136 of 299 ~ 45.48%

%25.08
%29.43
%45.48

CMYK color model

#4B5888 color CMYK value is (45,35,0,47).

  • cyan value is 44.85%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(45,35,0,47)
C45M35Y0K47 
(45%,35%,0%,47%)
(0.45/0.35/0.00/0.47)	

CMYK percentages

%44.85
%35.29
%0
%46.67

Codes

Color #4B5888 in popluar color models

4B5888
RGB7588136
HSL227°28.91%41.37%
HSB/HSV227°44.85%53.33%
CMYK44.85%35.29%0.00%
46.67%

Color #4B5888 in popluar number systems.

HEX4B5888
Decimal7588136
Binary1001011101100010001000
Octal113130210

Shades and tints

Shades of #4B5888

#4B5888
(75,88,136)
#45507C
(69,80,124)
#3F4870
(63,72,112)
#394064
(57,64,100)
#333858
(51,56,88)
#2D304C
(45,48,76)
#272840
(39,40,64)
#212034
(33,32,52)
#1B1828
(27,24,40)
#15101C
(21,16,28)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #4B5888

#4B5888
(75,88,136)
#5B6792
(91,103,146)
#6B769C
(107,118,156)
#7B85A6
(123,133,166)
#8B94B0
(139,148,176)
#9BA3BA
(155,163,186)
#ABB2C4
(171,178,196)
#BBC1CE
(187,193,206)
#CBD0D8
(203,208,216)
#DBDFE2
(219,223,226)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5888; }

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

This text font color is #4B5888.


Background Color

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

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

This div background color is #4B5888.


Border color

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

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

This div border color is #4B5888.


Opacity

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

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

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

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

This text has shadow with #4B5888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5888 on black background.


Color preview on white background

This text has color #4B5888 on white background.



Black color preview on #4B5888 background

This text has black color on #4B5888 background.


White color preview on #4B5888 background

This text has white color on #4B5888 background.