COLOR #4B698A

HEX: #4B698A
RGB: (75,105,138)

Color info

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

RGB color model

#4B698A color RGB value is (75,105,138).

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

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 138 of 255 = 54%

75
105
138

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

Portions of RGB colors in percentages

R + G + B =
75 + 105 + 138 = 318 (100%)
R 75 of 318 ~ 23.58%
G 105 of 318 ~ 33.02%
B 138 of 318 ~ 43.4%

%23.58
%33.02
%43.4

CMYK color model

#4B698A color CMYK value is (46,24,0,46).

  • cyan value is 45.65%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(46,24,0,46)
C46M24Y0K46 
(46%,24%,0%,46%)
(0.46/0.24/0.00/0.46)	

CMYK percentages

%45.65
%23.91
%0
%45.88

Codes

Color #4B698A in popluar color models

4B698A
RGB75105138
HSL211°29.58%41.76%
HSB/HSV211°45.65%54.12%
CMYK45.65%23.91%0.00%
45.88%

Color #4B698A in popluar number systems.

HEX4B698A
Decimal75105138
Binary1001011110100110001010
Octal113151212

Shades and tints

Shades of #4B698A

#4B698A
(75,105,138)
#45607E
(69,96,126)
#3F5772
(63,87,114)
#394E66
(57,78,102)
#33455A
(51,69,90)
#2D3C4E
(45,60,78)
#273342
(39,51,66)
#212A36
(33,42,54)
#1B212A
(27,33,42)
#15181E
(21,24,30)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #4B698A

#4B698A
(75,105,138)
#5B7694
(91,118,148)
#6B839E
(107,131,158)
#7B90A8
(123,144,168)
#8B9DB2
(139,157,178)
#9BAABC
(155,170,188)
#ABB7C6
(171,183,198)
#BBC4D0
(187,196,208)
#CBD1DA
(203,209,218)
#DBDEE4
(219,222,228)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B698A; }

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

This text font color is #4B698A.


Background Color

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

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

This div background color is #4B698A.


Border color

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

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

This div border color is #4B698A.


Opacity

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

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

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

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

This text has shadow with #4B698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B698A on black background.


Color preview on white background

This text has color #4B698A on white background.



Black color preview on #4B698A background

This text has black color on #4B698A background.


White color preview on #4B698A background

This text has white color on #4B698A background.