crispedge.com

Color picker

Loading...

#46adcc hex color - Blue - Cool color - Information

#46adcc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #46adcc Color code in RGB color code model is created after adding 27.45% red color, 67.84% green color and 80% blue color. Hex #46adcc Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 15% magenta, 0% yellow and 20% black.

Hex #46adcc color code is between #44aabb web safe hex color code and #55bbdd web safe hex color code. #44aabb is the nearest web safe color code. You can see here many more shades of #46adcc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code46adcc#46adcc
RGB Decimal70, 173, 204rgb(70, 173, 204)
RGB Percent27%, 68%, 80%rgb(27%, 68%, 80%)
CSS RGBa70, 173, 204,1rgba(70,173,204,1)
CMYK Modelcmyk(66%,15%,0%,20%)
HSL Color Space194,57% ,54%hsl(194,57% ,54%)
HSV Color Space194°, 66%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001101010110111001100
Octal106255314
Decimal70173204
Hex46adcc

Different shades of #46adcc color code.

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

Light Shade of #46adcc
#6ebfd7
Dark Shade of #46adcc
#3091af
Saturated Shade of #46adcc
#3ab3d8
Desaturated Shade of #46adcc
#52a7c0
Grey scale Shade of #46adcc
#898989
Brighten Shade
#5fc6e5
Most Readable Shade
#000000

Shades of #46adcc color code

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

#46adcc
#3e99b5
#36869e
#2e7388
#266071
#1f4c5a
#173944
#0f262d
#071316
#000000

Similar Color like #46adcc color

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

#47aecd
#48afce
#49b0cf
#4ab1d0
#4bb2d1
#4cb3d2
#4db4d3
#4eb5d4
#4fb6d5
#50b7d6
#51b8d7
#52b9d8
#53bad9
#54bbda
#45accb
#44abca
#43aac9
#42a9c8
#41a8c7
#40a7c6
#3fa6c5
#3ea5c4
#3da4c3
#3ca3c2
#3ba2c1
#3aa1c0
#39a0bf
#389fbe

Monochromatic Color with #46adcc

#46adcc
#55d1f6
#0c1d22
#1a414c
#296577
#3789a1

Tints of #46adcc Color

#46adcc
#5ab6d1
#6fbfd7
#83c8dd
#98d1e2
#acdae8
#c1e3ee
#d5ecf3
#eaf5f9
#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

#46adcc
#cc6546

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

Split Complementary

#46adcc
#cc466a
#cca846

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

Analogous Color

#46ccb5
#46c8cc
#46adcc
#4692cc
#4677cc

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

#46adcc
#cc46ad
#adcc46

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

#46adcc
#a846cc
#cc6546
#6acc46

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

#46adcc
#cc6546
#cca846
#466acc

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 #46adcc 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.

#46adcc Color Code Preview on Black Background Color

This is how #46adcc Color will look on black background color. Color contrast ratio is 8.11

#46adcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46adcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46adcc

#46adcc color code is use for CSS Background Color

Background color for the above div is #46adcc

HTML with inline CSS

<div style="background-color:#46adcc;"></div>

#46adcc color code is use for CSS Border Color

CSS Border color for the above div is #46adcc

HTML with inline CSS

<div style="border:5px solid #46adcc;"></div>

CSS Border Left color for the above div is #46adcc

HTML with inline CSS

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

CSS Border Right color for the above div is #46adcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #46adcc

HTML with inline CSS

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

CSS Border Top color for the above div is #46adcc

HTML with inline CSS

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

#46adcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#46adcc Color code Preview on White Background

This is how #46adcc Color code will look on white background color. Color contrast ratio is 2.59

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

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