COLOR #4B7495

HEX: #4B7495
RGB: (75,116,149)

Color info

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

RGB color model

#4B7495 color RGB value is (75,116,149).

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

RGB channels and saturation

R 75 of 255 = 29%
G 116 of 255 = 45%
B 149 of 255 = 58%

75
116
149

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

Portions of RGB colors in percentages

R + G + B =
75 + 116 + 149 = 340 (100%)
R 75 of 340 ~ 22.06%
G 116 of 340 ~ 34.12%
B 149 of 340 ~ 43.82%

%22.06
%34.12
%43.82

CMYK color model

#4B7495 color CMYK value is (50,22,0,42).

  • cyan value is 49.66%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(50,22,0,42)
C50M22Y0K42 
(50%,22%,0%,42%)
(0.50/0.22/0.00/0.42)	

CMYK percentages

%49.66
%22.15
%0
%41.57

Codes

Color #4B7495 in popluar color models

4B7495
RGB75116149
HSL207°33.04%43.92%
HSB/HSV207°49.66%58.43%
CMYK49.66%22.15%0.00%
41.57%

Color #4B7495 in popluar number systems.

HEX4B7495
Decimal75116149
Binary1001011111010010010101
Octal113164225

Shades and tints

Shades of #4B7495

#4B7495
(75,116,149)
#456A88
(69,106,136)
#3F607B
(63,96,123)
#39566E
(57,86,110)
#334C61
(51,76,97)
#2D4254
(45,66,84)
#273847
(39,56,71)
#212E3A
(33,46,58)
#1B242D
(27,36,45)
#151A20
(21,26,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #4B7495

#4B7495
(75,116,149)
#5B809E
(91,128,158)
#6B8CA7
(107,140,167)
#7B98B0
(123,152,176)
#8BA4B9
(139,164,185)
#9BB0C2
(155,176,194)
#ABBCCB
(171,188,203)
#BBC8D4
(187,200,212)
#CBD4DD
(203,212,221)
#DBE0E6
(219,224,230)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7495; }

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

This text font color is #4B7495.


Background Color

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

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

This div background color is #4B7495.


Border color

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

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

This div border color is #4B7495.


Opacity

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

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

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

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

This text has shadow with #4B7495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7495 on black background.


Color preview on white background

This text has color #4B7495 on white background.



Black color preview on #4B7495 background

This text has black color on #4B7495 background.


White color preview on #4B7495 background

This text has white color on #4B7495 background.