COLOR #4A627C

HEX: #4A627C
RGB: (74,98,124)

Color info

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

RGB color model

#4A627C color RGB value is (74,98,124).

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

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 124 of 255 = 49%

74
98
124

R + G + B ~ 39%. #4A627C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 124 = 296 (100%)
R 74 of 296 ~ 25%
G 98 of 296 ~ 33.11%
B 124 of 296 ~ 41.89%

%25
%33.11
%41.89

CMYK color model

#4A627C color CMYK value is (40,21,0,51).

  • cyan value is 40.32%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(40,21,0,51)
C40M21Y0K51 
(40%,21%,0%,51%)
(0.40/0.21/0.00/0.51)	

CMYK percentages

%40.32
%20.97
%0
%51.37

Codes

Color #4A627C in popluar color models

4A627C
RGB7498124
HSL211°25.25%38.82%
HSB/HSV211°40.32%48.63%
CMYK40.32%20.97%0.00%
51.37%

Color #4A627C in popluar number systems.

HEX4A627C
Decimal7498124
Binary100101011000101111100
Octal112142174

Shades and tints

Shades of #4A627C

#4A627C
(74,98,124)
#445A71
(68,90,113)
#3E5266
(62,82,102)
#384A5B
(56,74,91)
#324250
(50,66,80)
#2C3A45
(44,58,69)
#26323A
(38,50,58)
#202A2F
(32,42,47)
#1A2224
(26,34,36)
#141A19
(20,26,25)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #4A627C

#4A627C
(74,98,124)
#5A7087
(90,112,135)
#6A7E92
(106,126,146)
#7A8C9D
(122,140,157)
#8A9AA8
(138,154,168)
#9AA8B3
(154,168,179)
#AAB6BE
(170,182,190)
#BAC4C9
(186,196,201)
#CAD2D4
(202,210,212)
#DAE0DF
(218,224,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A627C; }

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

This text font color is #4A627C.


Background Color

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

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

This div background color is #4A627C.


Border color

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

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

This div border color is #4A627C.


Opacity

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

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

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

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

This text has shadow with #4A627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A627C on black background.


Color preview on white background

This text has color #4A627C on white background.



Black color preview on #4A627C background

This text has black color on #4A627C background.


White color preview on #4A627C background

This text has white color on #4A627C background.