COLOR #494B6E

HEX: #494B6E RGB: (73,75,110)

Color info

#494B6E contains red, green and blue colors in about the same proportion. Web safe color of #494B6E is #333366 (or #336).

RGB color model

#494B6E color RGB value is (73,75,110).

RGB: (73,75,110) (29%, 29%, 43%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 110 of 255 = 43%

73
75
110

R + G + B ~ 34%. #494B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 75 + 110 = 258 (100%)
R 73 of 258 ~ 28.29%
G 75 of 258 ~ 29.07%
B 110 of 258 ~ 42.64'%

%28.29
%29.07
%42.64

CMYK color model

#494B6E color CMYK value is (34,32,0,57).

  • cyan value is 33.64%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (34,32,0,57)
C34M32Y0K57 (34%, 32%, 0%, 57%)
(0.34 / 0.32 / 0.00 / 0.57)

CMYK percentages

%33.64
%31.82
%0
%56.86

Codes

Color #494B6E in popluar color models

49 4B 6E
RGB 73 75 110
HSL 237° 20.22% 35.88%
HSB/HSV 237° 33.64% 43.14%
CMYK 33.64% 31.82% 0.00%
56.86%

Color #494B6E in popluar number systems.

HEX 49 4B 6E
Decimal 73 75 110
Binary 1001001 1001011 1101110
Octal 111 113 156

Shades and tints

Shades of #494B6E

#494B6E
(73,75,110)
#434564
(67,69,100)
#3D3F5A
(61,63,90)
#373950
(55,57,80)
#313346
(49,51,70)
#2B2D3C
(43,45,60)
#252732
(37,39,50)
#1F2128
(31,33,40)
#191B1E
(25,27,30)
#131514
(19,21,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #494B6E

#494B6E
(73,75,110)
#595B7B
(89,91,123)
#696B88
(105,107,136)
#797B95
(121,123,149)
#898BA2
(137,139,162)
#999BAF
(153,155,175)
#A9ABBC
(169,171,188)
#B9BBC9
(185,187,201)
#C9CBD6
(201,203,214)
#D9DBE3
(217,219,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B6E color. Also use rgb(73,75,110) instead hex code.

Text Font Color

.myTextColor { color: #494B6E; }

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

This text font color is #494B6E.

Background Color

.myBgColor { background-color: #494B6E; }

<div style="background-color:#494B6E">Inner text</div>

This div background color is #494B6E.

Border color

.myBorderColor { border: 1px solid #494B6E; }

<div style="border:3px solid #494B6E">Div</div>

This div border color is #494B6E.

Opacity

.myOpacity80 { color: #494B6E; opacity: 0.8; }

<p style="color:#494B6E;opacity:0.8;">80%</p>

Text with #494B6E 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 #494B6E;}

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

This text has shadow with #494B6E color.


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

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

This text has shadow with #494B6E primary color and red secondary color.


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

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

This text has shadow with #494B6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #494B6E.

Preview

Color preview on black background

This text has color #494B6E on black background.


Color preview on white background

This text has color #494B6E on white background.


Black color preview on #494B6E background

This text has black color on #494B6E background.


White color preview on #494B6E background

This text has white color on #494B6E background.


Related colors

Complementary color

Complementary color for #hex is #B6B491.


I love getcolorcode.com

Triadic colors

1 #6E494B and #4B6E49 with #494B6E are triadic colors.

2 #6E4B49 and #4B496E with #494B6E are triadic colors.