COLOR #4B7B95

HEX: #4B7B95
RGB: (75,123,149)

Color info

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

RGB color model

#4B7B95 color RGB value is (75,123,149).

  • red value is 75;
  • green value is 123;
  • blue value is 149.
RGB:
(75,123,149)
(29%,48%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 123 of 255 = 48%
B 149 of 255 = 58%

75
123
149

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

Portions of RGB colors in percentages

R + G + B =
75 + 123 + 149 = 347 (100%)
R 75 of 347 ~ 21.61%
G 123 of 347 ~ 35.45%
B 149 of 347 ~ 42.94%

%21.61
%35.45
%42.94

CMYK color model

#4B7B95 color CMYK value is (50,17,0,42).

  • cyan value is 49.66%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(50,17,0,42)
C50M17Y0K42 
(50%,17%,0%,42%)
(0.50/0.17/0.00/0.42)	

CMYK percentages

%49.66
%17.45
%0
%41.57

Codes

Color #4B7B95 in popluar color models

4B7B95
RGB75123149
HSL201°33.04%43.92%
HSB/HSV201°49.66%58.43%
CMYK49.66%17.45%0.00%
41.57%

Color #4B7B95 in popluar number systems.

HEX4B7B95
Decimal75123149
Binary1001011111101110010101
Octal113173225

Shades and tints

Shades of #4B7B95

#4B7B95
(75,123,149)
#457088
(69,112,136)
#3F657B
(63,101,123)
#395A6E
(57,90,110)
#334F61
(51,79,97)
#2D4454
(45,68,84)
#273947
(39,57,71)
#212E3A
(33,46,58)
#1B232D
(27,35,45)
#151820
(21,24,32)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #4B7B95

#4B7B95
(75,123,149)
#5B879E
(91,135,158)
#6B93A7
(107,147,167)
#7B9FB0
(123,159,176)
#8BABB9
(139,171,185)
#9BB7C2
(155,183,194)
#ABC3CB
(171,195,203)
#BBCFD4
(187,207,212)
#CBDBDD
(203,219,221)
#DBE7E6
(219,231,230)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7B95 color. Also use rgb(75,123,149) instead hex code.

Text Font Color

.myTextColor { color: #4B7B95; }

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

This text font color is #4B7B95.


Background Color

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

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

This div background color is #4B7B95.


Border color

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

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

This div border color is #4B7B95.


Opacity

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

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

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

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

This text has shadow with #4B7B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7B95 on black background.


Color preview on white background

This text has color #4B7B95 on white background.



Black color preview on #4B7B95 background

This text has black color on #4B7B95 background.


White color preview on #4B7B95 background

This text has white color on #4B7B95 background.