COLOR #4A6278

HEX: #4A6278
RGB: (74,98,120)

Color info

#4A6278 contains red, green and blue colors in about the same proportion. Web safe color of #4A6278 is #336666 (or #366).

RGB color model

#4A6278 color RGB value is (74,98,120).

  • red value is 74;
  • green value is 98;
  • blue value is 120.
RGB:
(74,98,120)
(29%,38%,47%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 120 of 255 = 47%

74
98
120

R + G + B ~ 38%. #4A6278 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 120 = 292 (100%)
R 74 of 292 ~ 25.34%
G 98 of 292 ~ 33.56%
B 120 of 292 ~ 41.1%

%25.34
%33.56
%41.1

CMYK color model

#4A6278 color CMYK value is (38,18,0,53).

  • cyan value is 38.33%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(38,18,0,53)
C38M18Y0K53 
(38%,18%,0%,53%)
(0.38/0.18/0.00/0.53)	

CMYK percentages

%38.33
%18.33
%0
%52.94

Codes

Color #4A6278 in popluar color models

4A6278
RGB7498120
HSL209°23.71%38.04%
HSB/HSV209°38.33%47.06%
CMYK38.33%18.33%0.00%
52.94%

Color #4A6278 in popluar number systems.

HEX4A6278
Decimal7498120
Binary100101011000101111000
Octal112142170

Shades and tints

Shades of #4A6278

#4A6278
(74,98,120)
#445A6E
(68,90,110)
#3E5264
(62,82,100)
#384A5A
(56,74,90)
#324250
(50,66,80)
#2C3A46
(44,58,70)
#26323C
(38,50,60)
#202A32
(32,42,50)
#1A2228
(26,34,40)
#141A1E
(20,26,30)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #4A6278

#4A6278
(74,98,120)
#5A7084
(90,112,132)
#6A7E90
(106,126,144)
#7A8C9C
(122,140,156)
#8A9AA8
(138,154,168)
#9AA8B4
(154,168,180)
#AAB6C0
(170,182,192)
#BAC4CC
(186,196,204)
#CAD2D8
(202,210,216)
#DAE0E4
(218,224,228)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6278 color. Also use rgb(74,98,120) instead hex code.

Text Font Color

.myTextColor { color: #4A6278; }

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

This text font color is #4A6278.


Background Color

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

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

This div background color is #4A6278.


Border color

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

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

This div border color is #4A6278.


Opacity

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

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

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

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

This text has shadow with #4A6278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6278 on black background.


Color preview on white background

This text has color #4A6278 on white background.



Black color preview on #4A6278 background

This text has black color on #4A6278 background.


White color preview on #4A6278 background

This text has white color on #4A6278 background.