COLOR #4B757D

HEX: #4B757D
RGB: (75,117,125)

Color info

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

RGB color model

#4B757D color RGB value is (75,117,125).

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

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 125 of 255 = 49%

75
117
125

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 125 = 317 (100%)
R 75 of 317 ~ 23.66%
G 117 of 317 ~ 36.91%
B 125 of 317 ~ 39.43%

%23.66
%36.91
%39.43

CMYK color model

#4B757D color CMYK value is (40,6,0,51).

  • cyan value is 40.00%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(40,6,0,51)
C40M6Y0K51 
(40%,6%,0%,51%)
(0.40/0.06/0.00/0.51)	

CMYK percentages

%40
%6.4
%0
%50.98

Codes

Color #4B757D in popluar color models

4B757D
RGB75117125
HSL190°25.00%39.22%
HSB/HSV190°40.00%49.02%
CMYK40.00%6.40%0.00%
50.98%

Color #4B757D in popluar number systems.

HEX4B757D
Decimal75117125
Binary100101111101011111101
Octal113165175

Shades and tints

Shades of #4B757D

#4B757D
(75,117,125)
#456B72
(69,107,114)
#3F6167
(63,97,103)
#39575C
(57,87,92)
#334D51
(51,77,81)
#2D4346
(45,67,70)
#27393B
(39,57,59)
#212F30
(33,47,48)
#1B2525
(27,37,37)
#151B1A
(21,27,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B757D

#4B757D
(75,117,125)
#5B8188
(91,129,136)
#6B8D93
(107,141,147)
#7B999E
(123,153,158)
#8BA5A9
(139,165,169)
#9BB1B4
(155,177,180)
#ABBDBF
(171,189,191)
#BBC9CA
(187,201,202)
#CBD5D5
(203,213,213)
#DBE1E0
(219,225,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B757D; }

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

This text font color is #4B757D.


Background Color

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

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

This div background color is #4B757D.


Border color

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

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

This div border color is #4B757D.


Opacity

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

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

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

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

This text has shadow with #4B757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B757D on black background.


Color preview on white background

This text has color #4B757D on white background.



Black color preview on #4B757D background

This text has black color on #4B757D background.


White color preview on #4B757D background

This text has white color on #4B757D background.