COLOR #4A809B

HEX: #4A809B
RGB: (74,128,155)

Color info

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

RGB color model

#4A809B color RGB value is (74,128,155).

  • red value is 74;
  • green value is 128;
  • blue value is 155.
RGB:
(74,128,155)
(29%,50%,61%)

RGB channels and saturation

R 74 of 255 = 29%
G 128 of 255 = 50%
B 155 of 255 = 61%

74
128
155

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

Portions of RGB colors in percentages

R + G + B =
74 + 128 + 155 = 357 (100%)
R 74 of 357 ~ 20.73%
G 128 of 357 ~ 35.85%
B 155 of 357 ~ 43.42%

%20.73
%35.85
%43.42

CMYK color model

#4A809B color CMYK value is (52,17,0,39).

  • cyan value is 52.26%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(52,17,0,39)
C52M17Y0K39 
(52%,17%,0%,39%)
(0.52/0.17/0.00/0.39)	

CMYK percentages

%52.26
%17.42
%0
%39.22

Codes

Color #4A809B in popluar color models

4A809B
RGB74128155
HSL200°35.37%44.90%
HSB/HSV200°52.26%60.78%
CMYK52.26%17.42%0.00%
39.22%

Color #4A809B in popluar number systems.

HEX4A809B
Decimal74128155
Binary10010101000000010011011
Octal112200233

Shades and tints

Shades of #4A809B

#4A809B
(74,128,155)
#44758D
(68,117,141)
#3E6A7F
(62,106,127)
#385F71
(56,95,113)
#325463
(50,84,99)
#2C4955
(44,73,85)
#263E47
(38,62,71)
#203339
(32,51,57)
#1A282B
(26,40,43)
#141D1D
(20,29,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #4A809B

#4A809B
(74,128,155)
#5A8BA4
(90,139,164)
#6A96AD
(106,150,173)
#7AA1B6
(122,161,182)
#8AACBF
(138,172,191)
#9AB7C8
(154,183,200)
#AAC2D1
(170,194,209)
#BACDDA
(186,205,218)
#CAD8E3
(202,216,227)
#DAE3EC
(218,227,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A809B color. Also use rgb(74,128,155) instead hex code.

Text Font Color

.myTextColor { color: #4A809B; }

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

This text font color is #4A809B.


Background Color

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

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

This div background color is #4A809B.


Border color

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

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

This div border color is #4A809B.


Opacity

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

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

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

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

This text has shadow with #4A809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A809B on black background.


Color preview on white background

This text has color #4A809B on white background.



Black color preview on #4A809B background

This text has black color on #4A809B background.


White color preview on #4A809B background

This text has white color on #4A809B background.