COLOR #4B689F

HEX: #4B689F RGB: (75,104,159)

Color info

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

RGB color model

#4B689F color RGB value is (75,104,159).

RGB: (75,104,159) (29%, 41%, 62%)

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 159 of 255 = 62%

75
104
159

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

Portions of RGB colors in percentages

R + G + B = 75 + 104 + 159 = 338 (100%)
R 75 of 338 ~ 22.19%
G 104 of 338 ~ 30.77%
B 159 of 338 ~ 47.04'%

%22.19
%30.77
%47.04

CMYK color model

#4B689F color CMYK value is (53,35,0,38).

  • cyan value is 52.83%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (53,35,0,38)
C53M35Y0K38 (53%, 35%, 0%, 38%)
(0.53 / 0.35 / 0.00 / 0.38)

CMYK percentages

%52.83
%34.59
%0
%37.65

Codes

Color #4B689F in popluar color models

4B 68 9F
RGB 75 104 159
HSL 219° 35.90% 45.88%
HSB/HSV 219° 52.83% 62.35%
CMYK 52.83% 34.59% 0.00%
37.65%

Color #4B689F in popluar number systems.

HEX 4B 68 9F
Decimal 75 104 159
Binary 1001011 1101000 10011111
Octal 113 150 237

Shades and tints

Shades of #4B689F

#4B689F
(75,104,159)
#455F91
(69,95,145)
#3F5683
(63,86,131)
#394D75
(57,77,117)
#334467
(51,68,103)
#2D3B59
(45,59,89)
#27324B
(39,50,75)
#21293D
(33,41,61)
#1B202F
(27,32,47)
#151721
(21,23,33)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #4B689F

#4B689F
(75,104,159)
#5B75A7
(91,117,167)
#6B82AF
(107,130,175)
#7B8FB7
(123,143,183)
#8B9CBF
(139,156,191)
#9BA9C7
(155,169,199)
#ABB6CF
(171,182,207)
#BBC3D7
(187,195,215)
#CBD0DF
(203,208,223)
#DBDDE7
(219,221,231)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B689F color. Also use rgb(75,104,159) instead hex code.

Text Font Color

.myTextColor { color: #4B689F; }

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

This text font color is #4B689F.

Background Color

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

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

This div background color is #4B689F.

Border color

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

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

This div border color is #4B689F.

Opacity

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

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

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

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

This text has shadow with #4B689F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B689F.

Preview

Color preview on black background

This text has color #4B689F on black background.


Color preview on white background

This text has color #4B689F on white background.


Black color preview on #4B689F background

This text has black color on #4B689F background.


White color preview on #4B689F background

This text has white color on #4B689F background.


Related colors

Complementary color

Complementary color for #hex is #B49760.


I love getcolorcode.com

Triadic colors

1 #9F4B68 and #689F4B with #4B689F are triadic colors.

2 #9F684B and #684B9F with #4B689F are triadic colors.