COLOR #4A768A

HEX: #4A768A
RGB: (74,118,138)

Color info

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

RGB color model

#4A768A color RGB value is (74,118,138).

  • red value is 74;
  • green value is 118;
  • blue value is 138.
RGB:
(74,118,138)
(29%,46%,54%)

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 138 of 255 = 54%

74
118
138

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

Portions of RGB colors in percentages

R + G + B =
74 + 118 + 138 = 330 (100%)
R 74 of 330 ~ 22.42%
G 118 of 330 ~ 35.76%
B 138 of 330 ~ 41.82%

%22.42
%35.76
%41.82

CMYK color model

#4A768A color CMYK value is (46,14,0,46).

  • cyan value is 46.38%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(46,14,0,46)
C46M14Y0K46 
(46%,14%,0%,46%)
(0.46/0.14/0.00/0.46)	

CMYK percentages

%46.38
%14.49
%0
%45.88

Codes

Color #4A768A in popluar color models

4A768A
RGB74118138
HSL199°30.19%41.57%
HSB/HSV199°46.38%54.12%
CMYK46.38%14.49%0.00%
45.88%

Color #4A768A in popluar number systems.

HEX4A768A
Decimal74118138
Binary1001010111011010001010
Octal112166212

Shades and tints

Shades of #4A768A

#4A768A
(74,118,138)
#446C7E
(68,108,126)
#3E6272
(62,98,114)
#385866
(56,88,102)
#324E5A
(50,78,90)
#2C444E
(44,68,78)
#263A42
(38,58,66)
#203036
(32,48,54)
#1A262A
(26,38,42)
#141C1E
(20,28,30)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #4A768A

#4A768A
(74,118,138)
#5A8294
(90,130,148)
#6A8E9E
(106,142,158)
#7A9AA8
(122,154,168)
#8AA6B2
(138,166,178)
#9AB2BC
(154,178,188)
#AABEC6
(170,190,198)
#BACAD0
(186,202,208)
#CAD6DA
(202,214,218)
#DAE2E4
(218,226,228)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A768A color. Also use rgb(74,118,138) instead hex code.

Text Font Color

.myTextColor { color: #4A768A; }

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

This text font color is #4A768A.


Background Color

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

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

This div background color is #4A768A.


Border color

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

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

This div border color is #4A768A.


Opacity

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

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

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

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

This text has shadow with #4A768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A768A on black background.


Color preview on white background

This text has color #4A768A on white background.



Black color preview on #4A768A background

This text has black color on #4A768A background.


White color preview on #4A768A background

This text has white color on #4A768A background.