crispedge.com

Color picker

Loading...

#46669f hex color - Blue - Cool color - Information

#46669f hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #46669f Color code in RGB color code model is created after adding 27.45% red color, 40% green color and 62.35% blue color. Hex #46669f Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 36% magenta, 0% yellow and 38% black.

Hex #46669f color code is between #445599 web safe hex color code and #5577aa web safe hex color code. #445599 is the nearest web safe color code. You can see here many more shades of #46669f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code46669f#46669f
RGB Decimal70, 102, 159rgb(70, 102, 159)
RGB Percent27%, 40%, 62%rgb(27%, 40%, 62%)
CSS RGBa70, 102, 159,1rgba(70,102,159,1)
CMYK Modelcmyk(56%,36%,0%,38%)
HSL Color Space218,39% ,45%hsl(218,39% ,45%)
HSV Color Space218°, 56%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001100110011010011111
Octal106146237
Decimal70102159
Hex46669f

Different shades of #46669f color code.

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

Light Shade of #46669f
#5f7fb9
Dark Shade of #46669f
#364f7c
Saturated Shade of #46669f
#3b63aa
Desaturated Shade of #46669f
#516994
Grey scale Shade of #46669f
#727272
Brighten Shade
#5f7fb8
Most Readable Shade
#FFFFFF

Shades of #46669f color code

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

#46669f
#3e5a8d
#364f7b
#2e446a
#263858
#1f2d46
#172235
#0f1623
#070b11
#000000

Similar Color like #46669f color

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

#4767a0
#4868a1
#4969a2
#4a6aa3
#4b6ba4
#4c6ca5
#4d6da6
#4e6ea7
#4f6fa8
#5070a9
#5171aa
#5272ab
#5373ac
#5474ad
#45659e
#44649d
#43639c
#42629b
#41619a
#406099
#3f5f98
#3e5e97
#3d5d96
#3c5c95
#3b5b94
#3a5a93
#395992
#385891

Monochromatic Color with #46669f

#46669f
#5981c9
#6b9df4
#0e141f
#212f4a
#334b74

Tints of #46669f Color

#46669f
#5a77a9
#6f88b4
#8399bf
#98aac9
#acbbd4
#c1ccdf
#d5dde9
#eaeef4
#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

#46669f
#9f7f46

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

Split Complementary

#46669f
#9f5246
#939f46

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

Analogous Color

#468a9f
#46789f
#46669f
#46549f
#4a469f

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

#46669f
#9f4666
#669f46

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

#46669f
#9f4692
#9f7f46
#469f53

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

#46669f
#9f7f46
#939f46
#52469f

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 #46669f 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.

#46669f Color Code Preview on Black Background Color

This is how #46669f Color will look on black background color. Color contrast ratio is 3.66

#46669f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46669f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46669f

#46669f color code is use for CSS Background Color

Background color for the above div is #46669f

HTML with inline CSS

<div style="background-color:#46669f;"></div>

#46669f color code is use for CSS Border Color

CSS Border color for the above div is #46669f

HTML with inline CSS

<div style="border:5px solid #46669f;"></div>

CSS Border Left color for the above div is #46669f

HTML with inline CSS

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

CSS Border Right color for the above div is #46669f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #46669f

HTML with inline CSS

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

CSS Border Top color for the above div is #46669f

HTML with inline CSS

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

#46669f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#46669f Color code Preview on White Background

This is how #46669f Color code will look on white background color. Color contrast ratio is 5.74

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 #46669f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #46669f; }

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(70,102,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,127,70,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(70,102,159,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.