crispedge.com

Color picker

Loading...

#469baf hex color - Blue - Cool color - Information

#469baf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #469baf Color code in RGB color code model is created after adding 27.45% red color, 60.78% green color and 68.63% blue color. Hex #469baf Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 11% magenta, 0% yellow and 31% black.

Hex #469baf color code is between #4499aa web safe hex color code and #55aabb web safe hex color code. #4499aa is the nearest web safe color code. You can see here many more shades of #469baf color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code469baf#469baf
RGB Decimal70, 155, 175rgb(70, 155, 175)
RGB Percent27%, 61%, 69%rgb(27%, 61%, 69%)
CSS RGBa70, 155, 175,1rgba(70,155,175,1)
CMYK Modelcmyk(60%,11%,0%,31%)
HSL Color Space191,43% ,48%hsl(191,43% ,48%)
HSV Color Space191°, 60%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001101001101110101111
Octal106233257
Decimal70155175
Hex469baf

Different shades of #469baf color code.

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

Light Shade of #469baf
#66b0c2
Dark Shade of #469baf
#377b8b
Saturated Shade of #469baf
#3aa3bb
Desaturated Shade of #469baf
#5293a3
Grey scale Shade of #469baf
#7a7a7a
Brighten Shade
#5fb4c8
Most Readable Shade
#000000

Shades of #469baf color code

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

#469baf
#3e899b
#367888
#2e6774
#265661
#1f444d
#17333a
#0f2226
#071113
#000000

Similar Color like #469baf color

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

#479cb0
#489db1
#499eb2
#4a9fb3
#4ba0b4
#4ca1b5
#4da2b6
#4ea3b7
#4fa4b8
#50a5b9
#51a6ba
#52a7bb
#53a8bc
#54a9bd
#459aae
#4499ad
#4398ac
#4297ab
#4196aa
#4095a9
#3f94a8
#3e93a7
#3d92a6
#3c91a5
#3b90a4
#3a8fa3
#398ea2
#388da1

Monochromatic Color with #469baf

#469baf
#57c1d9
#020405
#132a2f
#24505a
#357584

Tints of #469baf Color

#469baf
#5aa6b7
#6fb1c0
#83bcc9
#98c7d2
#acd2db
#c1dde4
#d5e8ed
#eaf3f6
#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

#469baf
#af5a46

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

Split Complementary

#469baf
#af4666
#af8f46

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

Analogous Color

#46af99
#46afae
#469baf
#4686af
#4671af

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

#469baf
#af469b
#9baf46

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

#469baf
#8e46af
#af5a46
#66af46

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

#469baf
#af5a46
#af8f46
#4666af

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 #469baf 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.

#469baf Color Code Preview on Black Background Color

This is how #469baf Color will look on black background color. Color contrast ratio is 6.57

#469baf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #469baf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #469baf

#469baf color code is use for CSS Background Color

Background color for the above div is #469baf

HTML with inline CSS

<div style="background-color:#469baf;"></div>

#469baf color code is use for CSS Border Color

CSS Border color for the above div is #469baf

HTML with inline CSS

<div style="border:5px solid #469baf;"></div>

CSS Border Left color for the above div is #469baf

HTML with inline CSS

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

CSS Border Right color for the above div is #469baf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #469baf

HTML with inline CSS

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

CSS Border Top color for the above div is #469baf

HTML with inline CSS

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

#469baf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#469baf Color code Preview on White Background

This is how #469baf Color code will look on white background color. Color contrast ratio is 3.20

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

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,155,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,90,70,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(70,155,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.