COLOR #4A8284

HEX: #4A8284
RGB: (74,130,132)

Color info

#4A8284 contains red, green and blue colors in about the same proportion. Web safe color of #4A8284 is #339999 (or #399).

RGB color model

#4A8284 color RGB value is (74,130,132).

  • red value is 74;
  • green value is 130;
  • blue value is 132.
RGB:
(74,130,132)
(29%,51%,52%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 132 of 255 = 52%

74
130
132

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

Portions of RGB colors in percentages

R + G + B =
74 + 130 + 132 = 336 (100%)
R 74 of 336 ~ 22.02%
G 130 of 336 ~ 38.69%
B 132 of 336 ~ 39.29%

%22.02
%38.69
%39.29

CMYK color model

#4A8284 color CMYK value is (44,2,0,48).

  • cyan value is 43.94%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(44,2,0,48)
C44M2Y0K48 
(44%,2%,0%,48%)
(0.44/0.02/0.00/0.48)	

CMYK percentages

%43.94
%1.52
%0
%48.24

Codes

Color #4A8284 in popluar color models

4A8284
RGB74130132
HSL182°28.16%40.39%
HSB/HSV182°43.94%51.76%
CMYK43.94%1.52%0.00%
48.24%

Color #4A8284 in popluar number systems.

HEX4A8284
Decimal74130132
Binary10010101000001010000100
Octal112202204

Shades and tints

Shades of #4A8284

#4A8284
(74,130,132)
#447778
(68,119,120)
#3E6C6C
(62,108,108)
#386160
(56,97,96)
#325654
(50,86,84)
#2C4B48
(44,75,72)
#26403C
(38,64,60)
#203530
(32,53,48)
#1A2A24
(26,42,36)
#141F18
(20,31,24)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #4A8284

#4A8284
(74,130,132)
#5A8D8F
(90,141,143)
#6A989A
(106,152,154)
#7AA3A5
(122,163,165)
#8AAEB0
(138,174,176)
#9AB9BB
(154,185,187)
#AAC4C6
(170,196,198)
#BACFD1
(186,207,209)
#CADADC
(202,218,220)
#DAE5E7
(218,229,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8284 color. Also use rgb(74,130,132) instead hex code.

Text Font Color

.myTextColor { color: #4A8284; }

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

This text font color is #4A8284.


Background Color

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

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

This div background color is #4A8284.


Border color

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

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

This div border color is #4A8284.


Opacity

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

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

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

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

This text has shadow with #4A8284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8284 on black background.


Color preview on white background

This text has color #4A8284 on white background.



Black color preview on #4A8284 background

This text has black color on #4A8284 background.


White color preview on #4A8284 background

This text has white color on #4A8284 background.