Skip to main content Skip to docs navigation

#494fee hex color - Blue - Cool color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Blue

Hex #494fee Color code in RGB color code model is created after adding 28.63% red color, 30.98% green color and 93.33% blue color. Hex #494fee Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 67% magenta, 0% yellow and 6.67% black.

Hex #494fee color code is between #4455dd web safe hex color code and #5544ff web safe hex color code. #4455dd is the nearest web safe color code. You can see here many more shades of #494fee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 494fee #494fee
RGB Decimal 73, 79, 238 rgb(73, 79, 238)
RGB Percent 29%, 31%, 93% rgb(29%, 31%, 93%)
CSS RGBa 73, 79, 238,1 rgba(73,79,238,1)
CMYK Model cmyk(69%,67%,0%,6.67%)
HSL Color Space 238,83% ,61% hsl(238,83% ,61%)
HSV Color Space 238°, 69%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001001 01001111 11101110
Octal 111 117 356
Decimal 73 79 238
Hex 49 4f ee

Different shades of #494fee color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #494fee
#787cf2
Dark Shade of #494fee
#1a22ea
Saturated Shade of #494fee
#3f46f8
Desaturated Shade of #494fee
#5358e4
Grey scale Shade of #494fee
#9b9b9b
Brighten Shade
#6268ff
Most Readable Shade
#FFFFFF

Shades of #494fee color code

Generate more color scales with scales (color stack) generator.

#494fee
#4046d3
#383db9
#30349e
#282b84
#202369
#181a4f
#101134
#08081a
#000000

Similar Color like #494fee color

Find visually similar hex color codes nearing to #494fee hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#4a50ef
#4b51f0
#4c52f1
#4d53f2
#4e54f3
#4f55f4
#5056f5
#5157f6
#5258f7
#5359f8
#545af9
#555bfa
#565cfb
#575dfc
#484eed
#474dec
#464ceb
#454bea
#444ae9
#4349e8
#4248e7
#4147e6
#4046e5
#3f45e4
#3e44e3
#3d43e2
#3c42e1
#3b41e0

Monochromatic Color with #494fee

#494fee
#08081a
#151744
#22256e
#2f3399
#3c41c3

Tints of #494fee Color

#494fee
#5d62ef
#7176f1
#8589f3
#999df5
#aeb0f7
#c2c4f9
#d6d7fb
#eaebfd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#494fee
#eee849

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#494fee
#ee9549
#a2ee49

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#4991ee
#4970ee
#494fee
#6449ee
#8549ee

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#494fee
#ee494f
#4fee49

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#494fee
#ee49a1
#eee849
#49ee95

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#494fee
#eee849
#a2ee49
#9549ee

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #494fee Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#494fee Color Code Preview on Black Background Color

This is how #494fee Color will look on black background color. Color contrast ratio is 3.64

#494fee in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#494fee">Your Example Paragraph content text in with font color #494fee </p>

Your Example Paragraph content text in with font color #494fee

HTML with inline CSS

<div style="color:#494fee">Your Paragraph text in with font color #494fee </div>

Your Example Paragraph content text in with font color #494fee

#494fee color code is use for CSS Background Color

Background color for the above div is #494fee

HTML with inline CSS

<div style="background-color:#494fee;"></div>

#494fee color code is use for CSS Border Color

CSS Border color for the above div is #494fee

HTML with inline CSS

<div style="border:5px solid #494fee;"></div>

CSS Border Left color for the above div is #494fee

HTML with inline CSS

<div style="border-left:5px solid #494fee;"></div>

CSS Border Right color for the above div is #494fee

HTML with inline CSS

<div style="border-right:5px solid #494fee;"></div>

CSS Border Bottom color for the above div is #494fee

HTML with inline CSS

<div style="border-bottom:5px solid #494fee;"></div>

CSS Border Top color for the above div is #494fee

HTML with inline CSS

<div style="border-top:5px solid #494fee;"></div>

#494fee hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#494fee; } .examplecolorclass {color:#494fee; } .examplebordercolor {border:3px solid #494fee; }

#494fee Color code Preview on White Background

This is how #494fee Color code will look on white background color. Color contrast ratio is 5.78

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #494fee; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #494fee; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(73,79,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,232,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,79,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.