COLOR #4B5775

HEX: #4B5775
RGB: (75,87,117)

Color info

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

RGB color model

#4B5775 color RGB value is (75,87,117).

  • red value is 75;
  • green value is 87;
  • blue value is 117.
RGB:
(75,87,117)
(29%,34%,46%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 117 of 255 = 46%

75
87
117

R + G + B ~ 36%. #4B5775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 117 = 279 (100%)
R 75 of 279 ~ 26.88%
G 87 of 279 ~ 31.18%
B 117 of 279 ~ 41.94%

%26.88
%31.18
%41.94

CMYK color model

#4B5775 color CMYK value is (36,26,0,54).

  • cyan value is 35.90%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(36,26,0,54)
C36M26Y0K54 
(36%,26%,0%,54%)
(0.36/0.26/0.00/0.54)	

CMYK percentages

%35.9
%25.64
%0
%54.12

Codes

Color #4B5775 in popluar color models

4B5775
RGB7587117
HSL223°21.88%37.65%
HSB/HSV223°35.90%45.88%
CMYK35.90%25.64%0.00%
54.12%

Color #4B5775 in popluar number systems.

HEX4B5775
Decimal7587117
Binary100101110101111110101
Octal113127165

Shades and tints

Shades of #4B5775

#4B5775
(75,87,117)
#45506B
(69,80,107)
#3F4961
(63,73,97)
#394257
(57,66,87)
#333B4D
(51,59,77)
#2D3443
(45,52,67)
#272D39
(39,45,57)
#21262F
(33,38,47)
#1B1F25
(27,31,37)
#15181B
(21,24,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B5775

#4B5775
(75,87,117)
#5B6681
(91,102,129)
#6B758D
(107,117,141)
#7B8499
(123,132,153)
#8B93A5
(139,147,165)
#9BA2B1
(155,162,177)
#ABB1BD
(171,177,189)
#BBC0C9
(187,192,201)
#CBCFD5
(203,207,213)
#DBDEE1
(219,222,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5775 color. Also use rgb(75,87,117) instead hex code.

Text Font Color

.myTextColor { color: #4B5775; }

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

This text font color is #4B5775.


Background Color

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

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

This div background color is #4B5775.


Border color

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

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

This div border color is #4B5775.


Opacity

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

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

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

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

This text has shadow with #4B5775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5775 on black background.


Color preview on white background

This text has color #4B5775 on white background.



Black color preview on #4B5775 background

This text has black color on #4B5775 background.


White color preview on #4B5775 background

This text has white color on #4B5775 background.