COLOR #4B698E

HEX: #4B698E
RGB: (75,105,142)

Color info

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

RGB color model

#4B698E color RGB value is (75,105,142).

  • red value is 75;
  • green value is 105;
  • blue value is 142.
RGB:
(75,105,142)
(29%,41%,56%)

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 142 of 255 = 56%

75
105
142

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

Portions of RGB colors in percentages

R + G + B =
75 + 105 + 142 = 322 (100%)
R 75 of 322 ~ 23.29%
G 105 of 322 ~ 32.61%
B 142 of 322 ~ 44.1%

%23.29
%32.61
%44.1

CMYK color model

#4B698E color CMYK value is (47,26,0,44).

  • cyan value is 47.18%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(47,26,0,44)
C47M26Y0K44 
(47%,26%,0%,44%)
(0.47/0.26/0.00/0.44)	

CMYK percentages

%47.18
%26.06
%0
%44.31

Codes

Color #4B698E in popluar color models

4B698E
RGB75105142
HSL213°30.88%42.55%
HSB/HSV213°47.18%55.69%
CMYK47.18%26.06%0.00%
44.31%

Color #4B698E in popluar number systems.

HEX4B698E
Decimal75105142
Binary1001011110100110001110
Octal113151216

Shades and tints

Shades of #4B698E

#4B698E
(75,105,142)
#456082
(69,96,130)
#3F5776
(63,87,118)
#394E6A
(57,78,106)
#33455E
(51,69,94)
#2D3C52
(45,60,82)
#273346
(39,51,70)
#212A3A
(33,42,58)
#1B212E
(27,33,46)
#151822
(21,24,34)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #4B698E

#4B698E
(75,105,142)
#5B7698
(91,118,152)
#6B83A2
(107,131,162)
#7B90AC
(123,144,172)
#8B9DB6
(139,157,182)
#9BAAC0
(155,170,192)
#ABB7CA
(171,183,202)
#BBC4D4
(187,196,212)
#CBD1DE
(203,209,222)
#DBDEE8
(219,222,232)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B698E color. Also use rgb(75,105,142) instead hex code.

Text Font Color

.myTextColor { color: #4B698E; }

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

This text font color is #4B698E.


Background Color

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

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

This div background color is #4B698E.


Border color

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

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

This div border color is #4B698E.


Opacity

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

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

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

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

This text has shadow with #4B698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B698E on black background.


Color preview on white background

This text has color #4B698E on white background.



Black color preview on #4B698E background

This text has black color on #4B698E background.


White color preview on #4B698E background

This text has white color on #4B698E background.