Skip to main content Skip to docs navigation

#7482aa 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 Enchanting Sky and its hex is #7886AA Nearest Color Name

Color Hue/Base color: Blue

Hex #7482aa Color code in RGB color code model is created after adding 45.49% red color, 50.98% green color and 66.67% blue color. Hex #7482aa Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 24% magenta, 0% yellow and 33.33% black.

Hex #7482aa color code is between #778899 web safe hex color code and #6677bb web safe hex color code. #778899 is the nearest web safe color code. You can see here many more shades of #7482aa color code.

RGB Chart

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

Color Table

Hex Color Code 7482aa #7482aa
RGB Decimal 116, 130, 170 116, 130, 170
RGB Percent 45%, 51%, 67% rgb(45%, 51%, 67%)
CSS RGBa 116, 130, 170,1 rgba(116,130,170,1)
CMYK Model cmyk(32%,24%,0%,33.33%)
HSL Color Space 224,24% ,56% hsl(224,24% ,56%)
HSV Color Space 224°, 32%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110100 10000010 10101010
Octal 164 202 252
Decimal 116 130 170
Hex 74 82 aa

Different shades of #7482aa color code.

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

Darkest of #7482aa
#323b53
Darker of #7482aa
#465172
Dark of #7482aa
#596892
Base of #7482aa
#7482aa
Light of #7482aa
#949ebd
Lighter
#b3bbd1
Lightest
#d3d7e4

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

#7482aa
#aa9c74

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

Split Complementary

#7482aa
#aa8174
#9daa74

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

Analogous Color

#74a2aa
#7499aa
#7482aa
#7874aa
#8e74aa

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

#7482aa
#82aa74
#aa7482

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

#7482aa
#aa7482
#aa9c74
#74aa9c

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

#7482aa
#aa749d
#aa9c74
#74aa81

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 #7482aa

#1f2433
#323b53
#465172
#596892
#7482aa
#949ebd
#b3bbd1
#d3d7e4
#f3f4f7

Tints of #7482aa Color

#7482aa
#838fb3
#929dbc
#a2abc6
#b1b9cf
#c1c7d9
#d0d5e2
#e0e3ec
#eff1f5
#ffffff

Shades of #7482aa color code

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

#7482aa
#677397
#5a6584
#4d5671
#40485e
#33394b
#262b38
#191c25
#0c0e12
#000000

Tones

#7482aa
#8a8d94
#8f8f8f
#8f8f8f
#8f8f8f

Tones

Similar Color like #7482aa color

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

#7583ab
#7684ac
#7785ad
#7886ae
#7987af
#7a88b0
#7b89b1
#7c8ab2
#7d8bb3
#7e8cb4
#7f8db5
#808eb6
#818fb7
#8290b8
#7381a9
#7280a8
#717fa7
#707ea6
#6f7da5
#6e7ca4
#6d7ba3
#6c7aa2
#6b79a1
#6a78a0
#69779f
#68769e
#67759d
#66749c

Download this Dark Blue

Hex #7482aa 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.

#7482aa Color Code Preview on Black Background Color

This is how #7482aa Color will look on black background color. Color contrast ratio is 5.52

#7482aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7482aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7482aa

#7482aa color code is use for CSS Background Color

Background color for the above div is #7482aa

HTML with inline CSS

<div style="background-color:#7482aa;"></div>

#7482aa color code is use for CSS Border Color

CSS Border color for the above div is #7482aa

HTML with inline CSS

<div style="border:5px solid #7482aa;"></div>

CSS Border Left color for the above div is #7482aa

HTML with inline CSS

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

CSS Border Right color for the above div is #7482aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7482aa

HTML with inline CSS

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

CSS Border Top color for the above div is #7482aa

HTML with inline CSS

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

#7482aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7482aa Color code Preview on White Background

This is how #7482aa Color code will look on white background color. Color contrast ratio is 3.81

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

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,130,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,156,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,130,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }