COLOR #4A629F

HEX: #4A629F RGB: (74,98,159)

Color info

#4A629F contains mainly blue color. Web safe color of #4A629F is #336699 (or #369).

RGB color model

#4A629F color RGB value is (74,98,159).

RGB: (74,98,159) (29%, 38%, 62%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 159 of 255 = 62%

74
98
159

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

Portions of RGB colors in percentages

R + G + B = 74 + 98 + 159 = 331 (100%)
R 74 of 331 ~ 22.36%
G 98 of 331 ~ 29.61%
B 159 of 331 ~ 48.04'%

%22.36
%29.61
%48.04

CMYK color model

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

  • cyan value is 53.46%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (53,38,0,38)
C53M38Y0K38 (53%, 38%, 0%, 38%)
(0.53 / 0.38 / 0.00 / 0.38)

CMYK percentages

%53.46
%38.36
%0
%37.65

Codes

Color #4A629F in popluar color models

4A 62 9F
RGB 74 98 159
HSL 223° 36.48% 45.69%
HSB/HSV 223° 53.46% 62.35%
CMYK 53.46% 38.36% 0.00%
37.65%

Color #4A629F in popluar number systems.

HEX 4A 62 9F
Decimal 74 98 159
Binary 1001010 1100010 10011111
Octal 112 142 237

Shades and tints

Shades of #4A629F

#4A629F
(74,98,159)
#445A91
(68,90,145)
#3E5283
(62,82,131)
#384A75
(56,74,117)
#324267
(50,66,103)
#2C3A59
(44,58,89)
#26324B
(38,50,75)
#202A3D
(32,42,61)
#1A222F
(26,34,47)
#141A21
(20,26,33)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #4A629F

#4A629F
(74,98,159)
#5A70A7
(90,112,167)
#6A7EAF
(106,126,175)
#7A8CB7
(122,140,183)
#8A9ABF
(138,154,191)
#9AA8C7
(154,168,199)
#AAB6CF
(170,182,207)
#BAC4D7
(186,196,215)
#CAD2DF
(202,210,223)
#DAE0E7
(218,224,231)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A629F; }

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

This text font color is #4A629F.

Background Color

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

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

This div background color is #4A629F.

Border color

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

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

This div border color is #4A629F.

Opacity

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

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

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

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

This text has shadow with #4A629F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A629F.

Preview

Color preview on black background

This text has color #4A629F on black background.


Color preview on white background

This text has color #4A629F on white background.


Black color preview on #4A629F background

This text has black color on #4A629F background.


White color preview on #4A629F background

This text has white color on #4A629F background.


Related colors

Complementary color

Complementary color for #hex is #B59D60.


I love getcolorcode.com

Triadic colors

1 #9F4A62 and #629F4A with #4A629F are triadic colors.

2 #9F624A and #624A9F with #4A629F are triadic colors.