COLOR #4B6993

HEX: #4B6993 RGB: (75,105,147)

Color info

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

RGB color model

#4B6993 color RGB value is (75,105,147).

RGB: (75,105,147) (29%, 41%, 58%)

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 147 of 255 = 58%

75
105
147

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

Portions of RGB colors in percentages

R + G + B = 75 + 105 + 147 = 327 (100%)
R 75 of 327 ~ 22.94%
G 105 of 327 ~ 32.11%
B 147 of 327 ~ 44.95'%

%22.94
%32.11
%44.95

CMYK color model

#4B6993 color CMYK value is (49,29,0,42).

  • cyan value is 48.98%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (49,29,0,42)
C49M29Y0K42 (49%, 29%, 0%, 42%)
(0.49 / 0.29 / 0.00 / 0.42)

CMYK percentages

%48.98
%28.57
%0
%42.35

Codes

Color #4B6993 in popluar color models

4B 69 93
RGB 75 105 147
HSL 215° 32.43% 43.53%
HSB/HSV 215° 48.98% 57.65%
CMYK 48.98% 28.57% 0.00%
42.35%

Color #4B6993 in popluar number systems.

HEX 4B 69 93
Decimal 75 105 147
Binary 1001011 1101001 10010011
Octal 113 151 223

Shades and tints

Shades of #4B6993

#4B6993
(75,105,147)
#456086
(69,96,134)
#3F5779
(63,87,121)
#394E6C
(57,78,108)
#33455F
(51,69,95)
#2D3C52
(45,60,82)
#273345
(39,51,69)
#212A38
(33,42,56)
#1B212B
(27,33,43)
#15181E
(21,24,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B6993

#4B6993
(75,105,147)
#5B769C
(91,118,156)
#6B83A5
(107,131,165)
#7B90AE
(123,144,174)
#8B9DB7
(139,157,183)
#9BAAC0
(155,170,192)
#ABB7C9
(171,183,201)
#BBC4D2
(187,196,210)
#CBD1DB
(203,209,219)
#DBDEE4
(219,222,228)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6993; }

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

This text font color is #4B6993.

Background Color

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

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

This div background color is #4B6993.

Border color

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

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

This div border color is #4B6993.

Opacity

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

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

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

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

This text has shadow with #4B6993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6993.

Preview

Color preview on black background

This text has color #4B6993 on black background.


Color preview on white background

This text has color #4B6993 on white background.


Black color preview on #4B6993 background

This text has black color on #4B6993 background.


White color preview on #4B6993 background

This text has white color on #4B6993 background.


Related colors

Complementary color

Complementary color for #hex is #B4966C.


I love getcolorcode.com

Triadic colors

1 #934B69 and #69934B with #4B6993 are triadic colors.

2 #93694B and #694B93 with #4B6993 are triadic colors.