COLOR #4B769C

HEX: #4B769C
RGB: (75,118,156)

Color info

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

RGB color model

#4B769C color RGB value is (75,118,156).

  • red value is 75;
  • green value is 118;
  • blue value is 156.
RGB:
(75,118,156)
(29%,46%,61%)

RGB channels and saturation

R 75 of 255 = 29%
G 118 of 255 = 46%
B 156 of 255 = 61%

75
118
156

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

Portions of RGB colors in percentages

R + G + B =
75 + 118 + 156 = 349 (100%)
R 75 of 349 ~ 21.49%
G 118 of 349 ~ 33.81%
B 156 of 349 ~ 44.7%

%21.49
%33.81
%44.7

CMYK color model

#4B769C color CMYK value is (52,24,0,39).

  • cyan value is 51.92%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(52,24,0,39)
C52M24Y0K39 
(52%,24%,0%,39%)
(0.52/0.24/0.00/0.39)	

CMYK percentages

%51.92
%24.36
%0
%38.82

Codes

Color #4B769C in popluar color models

4B769C
RGB75118156
HSL208°35.06%45.29%
HSB/HSV208°51.92%61.18%
CMYK51.92%24.36%0.00%
38.82%

Color #4B769C in popluar number systems.

HEX4B769C
Decimal75118156
Binary1001011111011010011100
Octal113166234

Shades and tints

Shades of #4B769C

#4B769C
(75,118,156)
#456C8E
(69,108,142)
#3F6280
(63,98,128)
#395872
(57,88,114)
#334E64
(51,78,100)
#2D4456
(45,68,86)
#273A48
(39,58,72)
#21303A
(33,48,58)
#1B262C
(27,38,44)
#151C1E
(21,28,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #4B769C

#4B769C
(75,118,156)
#5B82A5
(91,130,165)
#6B8EAE
(107,142,174)
#7B9AB7
(123,154,183)
#8BA6C0
(139,166,192)
#9BB2C9
(155,178,201)
#ABBED2
(171,190,210)
#BBCADB
(187,202,219)
#CBD6E4
(203,214,228)
#DBE2ED
(219,226,237)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B769C; }

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

This text font color is #4B769C.


Background Color

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

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

This div background color is #4B769C.


Border color

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

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

This div border color is #4B769C.


Opacity

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

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

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

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

This text has shadow with #4B769C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B769C on black background.


Color preview on white background

This text has color #4B769C on white background.



Black color preview on #4B769C background

This text has black color on #4B769C background.


White color preview on #4B769C background

This text has white color on #4B769C background.