Skip to main content Skip to docs navigation

#748eaf hex color | Download Dark Blue BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Windsurf Blue and its hex is #718BAE Nearest Color Name

Color Hue/Base color: Blue

Hex #748eaf Color code in RGB color code model is created after adding 45.49% red color, 55.69% green color and 68.63% blue color. Hex #748eaf Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 19% magenta, 0% yellow and 31.37% black.

Hex #748eaf color code is between #7788aa web safe hex color code and #6699bb web safe hex color code. #7788aa is the nearest web safe color code. You can see here many more shades of #748eaf color code.

RGB Chart

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

Color Table

Hex Color Code 748eaf #748eaf
RGB Decimal 116, 142, 175 116, 142, 175
RGB Percent 45%, 56%, 69% rgb(45%, 56%, 69%)
CSS RGBa 116, 142, 175,1 rgba(116,142,175,1)
CMYK Model cmyk(34%,19%,0%,31.37%)
HSL Color Space 214,27% ,57% hsl(214,27% ,57%)
HSV Color Space 214°, 34%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110100 10001110 10101111
Octal 164 216 257
Decimal 116 142 175
Hex 74 8e af

Different shades of #748eaf color code.

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

Darkest of #748eaf
#324358
Darker of #748eaf
#455b78
Dark of #748eaf
#587498
Base of #748eaf
#748eaf
Light of #748eaf
#94a8c2
Lighter
#b5c3d4
Lightest
#d5dde7

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

#748eaf
#af9574

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

Split Complementary

#748eaf
#af7874
#acaf74

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

Analogous Color

#74afae
#74a7af
#748eaf
#747aaf
#8674af

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

#748eaf
#8eaf74
#af748e

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

#748eaf
#af748e
#af9574
#74af95

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

Square Color

#748eaf
#af74ac
#af9574
#74af78

Square 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).

Monochromatic Color with #748eaf

#202a37
#324358
#455b78
#587498
#748eaf
#94a8c2
#b5c3d4
#d5dde7
#f5f7fa

Tints of #748eaf Color

#748eaf
#839ab7
#92a7c0
#a2b3c9
#b1c0d2
#c1ccdb
#d0d9e4
#e0e5ed
#eff2f6
#ffffff

Shades of #748eaf color code

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

#748eaf
#677e9b
#5a6e88
#4d5e74
#404e61
#333f4d
#262f3a
#191f26
#0c0f13
#000000

Tones

#748eaf
#8a9199
#929292
#929292
#929292

Tones

Similar Color like #748eaf color

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

#758fb0
#7690b1
#7791b2
#7892b3
#7993b4
#7a94b5
#7b95b6
#7c96b7
#7d97b8
#7e98b9
#7f99ba
#809abb
#819bbc
#829cbd
#738dae
#728cad
#718bac
#708aab
#6f89aa
#6e88a9
#6d87a8
#6c86a7
#6b85a6
#6a84a5
#6983a4
#6882a3
#6781a2
#6680a1

Download this Dark Blue

Hex #748eaf 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.

#748eaf Color Code Preview on Black Background Color

This is how #748eaf Color will look on black background color. Color contrast ratio is 6.23

#748eaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #748eaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #748eaf

#748eaf color code is use for CSS Background Color

Background color for the above div is #748eaf

HTML with inline CSS

<div style="background-color:#748eaf;"></div>

#748eaf color code is use for CSS Border Color

CSS Border color for the above div is #748eaf

HTML with inline CSS

<div style="border:5px solid #748eaf;"></div>

CSS Border Left color for the above div is #748eaf

HTML with inline CSS

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

CSS Border Right color for the above div is #748eaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #748eaf

HTML with inline CSS

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

CSS Border Top color for the above div is #748eaf

HTML with inline CSS

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

#748eaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#748eaf Color code Preview on White Background

This is how #748eaf Color code will look on white background color. Color contrast ratio is 3.37

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(116,142,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,149,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,142,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }