COLOR #4B7693

HEX: #4B7693 RGB: (75,118,147)

Color info

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

RGB color model

#4B7693 color RGB value is (75,118,147).

RGB: (75,118,147) (29%, 46%, 58%)

RGB channels and saturation

R 75 of 255 = 29%
G 118 of 255 = 46%
B 147 of 255 = 58%

75
118
147

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

Portions of RGB colors in percentages

R + G + B = 75 + 118 + 147 = 340 (100%)
R 75 of 340 ~ 22.06%
G 118 of 340 ~ 34.71%
B 147 of 340 ~ 43.24'%

%22.06
%34.71
%43.24

CMYK color model

#4B7693 color CMYK value is (49,20,0,42).

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

CMYK: (49,20,0,42)
C49M20Y0K42 (49%, 20%, 0%, 42%)
(0.49 / 0.20 / 0.00 / 0.42)

CMYK percentages

%48.98
%19.73
%0
%42.35

Codes

Color #4B7693 in popluar color models

4B 76 93
RGB 75 118 147
HSL 204° 32.43% 43.53%
HSB/HSV 204° 48.98% 57.65%
CMYK 48.98% 19.73% 0.00%
42.35%

Color #4B7693 in popluar number systems.

HEX 4B 76 93
Decimal 75 118 147
Binary 1001011 1110110 10010011
Octal 113 166 223

Shades and tints

Shades of #4B7693

#4B7693
(75,118,147)
#456C86
(69,108,134)
#3F6279
(63,98,121)
#39586C
(57,88,108)
#334E5F
(51,78,95)
#2D4452
(45,68,82)
#273A45
(39,58,69)
#213038
(33,48,56)
#1B262B
(27,38,43)
#151C1E
(21,28,30)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #4B7693

#4B7693
(75,118,147)
#5B829C
(91,130,156)
#6B8EA5
(107,142,165)
#7B9AAE
(123,154,174)
#8BA6B7
(139,166,183)
#9BB2C0
(155,178,192)
#ABBEC9
(171,190,201)
#BBCAD2
(187,202,210)
#CBD6DB
(203,214,219)
#DBE2E4
(219,226,228)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7693; }

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

This text font color is #4B7693.

Background Color

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

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

This div background color is #4B7693.

Border color

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

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

This div border color is #4B7693.

Opacity

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

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

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

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

This text has shadow with #4B7693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7693.

Preview

Color preview on black background

This text has color #4B7693 on black background.


Color preview on white background

This text has color #4B7693 on white background.


Black color preview on #4B7693 background

This text has black color on #4B7693 background.


White color preview on #4B7693 background

This text has white color on #4B7693 background.


Related colors

Complementary color

Complementary color for #hex is #B4896C.


I love getcolorcode.com

Triadic colors

1 #934B76 and #76934B with #4B7693 are triadic colors.

2 #93764B and #764B93 with #4B7693 are triadic colors.