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

#498c9b hex color - Blue - Cool color - Information

#498c9b hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #498c9b Color code in RGB color code model is created after adding 28.63% red color, 54.9% green color and 60.78% blue color. Hex #498c9b Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 10% magenta, 0% yellow and 39.22% black.

Hex #498c9b color code is between #448899 web safe hex color code and #5599aa web safe hex color code. #448899 is the nearest web safe color code. You can see here many more shades of #498c9b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code498c9b#498c9b
RGB Decimal73, 140, 155rgb(73, 140, 155)
RGB Percent29%, 55%, 61%rgb(29%, 55%, 61%)
CSS RGBa73, 140, 155,1rgba(73,140,155,1)
CMYK Modelcmyk(53%,10%,0%,39.22%)
HSL Color Space191,36% ,45%hsl(191,36% ,45%)
HSV Color Space191°, 53%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010011000110010011011
Octal111214233
Decimal73140155
Hex498c9b

Different shades of #498c9b color code.

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

Light Shade of #498c9b
#62a6b5
Dark Shade of #498c9b
#396d78
Saturated Shade of #498c9b
#3e93a6
Desaturated Shade of #498c9b
#548590
Grey scale Shade of #498c9b
#727272
Brighten Shade
#62a5b4
Most Readable Shade
#FFFFFF

Shades of #498c9b color code

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

#498c9b
#407c89
#386c78
#305d67
#284d56
#203e44
#182e33
#101f22
#080f11
#000000

Similar Color like #498c9b color

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

#4a8d9c
#4b8e9d
#4c8f9e
#4d909f
#4e91a0
#4f92a1
#5093a2
#5194a3
#5295a4
#5396a5
#5497a6
#5598a7
#5699a8
#579aa9
#488b9a
#478a99
#468998
#458897
#448796
#438695
#428594
#418493
#408392
#3f8291
#3e8190
#3d808f
#3c7f8e
#3b7e8d

Monochromatic Color with #498c9b

#498c9b
#5db2c5
#71d9f0
#0d191b
#213f46
#356670

Tints of #498c9b Color

#498c9b
#5d98a6
#71a5b1
#85b2bc
#99bfc7
#aecbd2
#c2d8dd
#d6e5e8
#eaf2f3
#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

#498c9b
#9b5849

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

Split Complementary

#498c9b
#9b4963
#9b8149

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

Analogous Color

#499b89
#499b9a
#498c9b
#497c9b
#496b9b

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

#498c9b
#9b498c
#8c9b49

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

#498c9b
#81499b
#9b5849
#639b49

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

#498c9b
#9b5849
#9b8149
#49639b

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 #498c9b 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.

#498c9b Color Code Preview on Black Background Color

This is how #498c9b Color will look on black background color. Color contrast ratio is 5.51

#498c9b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #498c9b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #498c9b

#498c9b color code is use for CSS Background Color

Background color for the above div is #498c9b

HTML with inline CSS

<div style="background-color:#498c9b;"></div>

#498c9b color code is use for CSS Border Color

CSS Border color for the above div is #498c9b

HTML with inline CSS

<div style="border:5px solid #498c9b;"></div>

CSS Border Left color for the above div is #498c9b

HTML with inline CSS

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

CSS Border Right color for the above div is #498c9b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #498c9b

HTML with inline CSS

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

CSS Border Top color for the above div is #498c9b

HTML with inline CSS

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

#498c9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#498c9b Color code Preview on White Background

This is how #498c9b 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 #498c9b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #498c9b; }

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(73,140,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,88,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,140,155,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.