COLOR #4A8F9E

HEX: #4A8F9E
RGB: (74,143,158)

Color info

#4A8F9E contains mainly green and blue colors. Web safe color of #4A8F9E is #339999 (or #399).

RGB color model

#4A8F9E color RGB value is (74,143,158).

  • red value is 74;
  • green value is 143;
  • blue value is 158.
RGB:
(74,143,158)
(29%,56%,62%)

RGB channels and saturation

R 74 of 255 = 29%
G 143 of 255 = 56%
B 158 of 255 = 62%

74
143
158

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

Portions of RGB colors in percentages

R + G + B =
74 + 143 + 158 = 375 (100%)
R 74 of 375 ~ 19.73%
G 143 of 375 ~ 38.13%
B 158 of 375 ~ 42.13%

%19.73
%38.13
%42.13

CMYK color model

#4A8F9E color CMYK value is (53,9,0,38).

  • cyan value is 53.16%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(53,9,0,38)
C53M9Y0K38 
(53%,9%,0%,38%)
(0.53/0.09/0.00/0.38)	

CMYK percentages

%53.16
%9.49
%0
%38.04

Codes

Color #4A8F9E in popluar color models

4A8F9E
RGB74143158
HSL191°36.21%45.49%
HSB/HSV191°53.16%61.96%
CMYK53.16%9.49%0.00%
38.04%

Color #4A8F9E in popluar number systems.

HEX4A8F9E
Decimal74143158
Binary10010101000111110011110
Octal112217236

Shades and tints

Shades of #4A8F9E

#4A8F9E
(74,143,158)
#448290
(68,130,144)
#3E7582
(62,117,130)
#386874
(56,104,116)
#325B66
(50,91,102)
#2C4E58
(44,78,88)
#26414A
(38,65,74)
#20343C
(32,52,60)
#1A272E
(26,39,46)
#141A20
(20,26,32)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #4A8F9E

#4A8F9E
(74,143,158)
#5A99A6
(90,153,166)
#6AA3AE
(106,163,174)
#7AADB6
(122,173,182)
#8AB7BE
(138,183,190)
#9AC1C6
(154,193,198)
#AACBCE
(170,203,206)
#BAD5D6
(186,213,214)
#CADFDE
(202,223,222)
#DAE9E6
(218,233,230)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8F9E color. Also use rgb(74,143,158) instead hex code.

Text Font Color

.myTextColor { color: #4A8F9E; }

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

This text font color is #4A8F9E.


Background Color

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

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

This div background color is #4A8F9E.


Border color

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

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

This div border color is #4A8F9E.


Opacity

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

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

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

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

This text has shadow with #4A8F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8F9E on black background.


Color preview on white background

This text has color #4A8F9E on white background.



Black color preview on #4A8F9E background

This text has black color on #4A8F9E background.


White color preview on #4A8F9E background

This text has white color on #4A8F9E background.