crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#46626c hex color - Blue - Cool color - Information

#46626c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #46626c Color code in RGB color code model is created after adding 27.45% red color, 38.43% green color and 42.35% blue color. Hex #46626c Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 9% magenta, 0% yellow and 58% black.

Hex #46626c color code is between #446666 web safe hex color code and #555577 web safe hex color code. #446666 is the nearest web safe color code. You can see here many more shades of #46626c color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code46626c#46626c
RGB Decimal70, 98, 108rgb(70, 98, 108)
RGB Percent27%, 38%, 42%rgb(27%, 38%, 42%)
CSS RGBa70, 98, 108,1rgba(70,98,108,1)
CMYK Modelcmyk(35%,9%,0%,58%)
HSL Color Space196,21% ,35%hsl(196,21% ,35%)
HSV Color Space196°, 35%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001100110001001101100
Octal106142154
Decimal7098108
Hex46626c

Different shades of #46626c color code.

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

Light Shade of #46626c
#5a7e8b
Dark Shade of #46626c
#32464d
Saturated Shade of #46626c
#3d6675
Desaturated Shade of #46626c
#4f5e63
Grey scale Shade of #46626c
#595959
Brighten Shade
#5f7b85
Most Readable Shade
#FFFFFF

Shades of #46626c color code

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

#46626c
#3e5760
#364c54
#2e4148
#26363c
#1f2b30
#172024
#0f1518
#070a0c
#000000

Similar Color like #46626c color

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

#47636d
#48646e
#49656f
#4a6670
#4b6771
#4c6872
#4d6973
#4e6a74
#4f6b75
#506c76
#516d77
#526e78
#536f79
#54707a
#45616b
#44606a
#435f69
#425e68
#415d67
#405c66
#3f5b65
#3e5a64
#3d5963
#3c5862
#3b5761
#3a5660
#39555f
#38545e

Monochromatic Color with #46626c

#46626c
#628996
#7dafc1
#99d6eb
#0f1517
#2a3b41

Tints of #46626c Color

#46626c
#5a737c
#6f848c
#83969d
#98a7ad
#acb9bd
#c1cace
#d5dcde
#eaedee
#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

#46626c
#6c5046

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

Split Complementary

#46626c
#6c464f
#6c6346

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

Analogous Color

#466c67
#466a6c
#46626c
#465a6c
#46536c

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

#46626c
#6c4662
#626c46

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

#46626c
#63466c
#6c5046
#4f6c46

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

#46626c
#6c5046
#6c6346
#464f6c

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 #46626c 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.

#46626c Color Code Preview on Black Background Color

This is how #46626c Color will look on black background color. Color contrast ratio is 3.22

#46626c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46626c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #46626c

#46626c color code is use for CSS Background Color

Background color for the above div is #46626c

HTML with inline CSS

<div style="background-color:#46626c;"></div>

#46626c color code is use for CSS Border Color

CSS Border color for the above div is #46626c

HTML with inline CSS

<div style="border:5px solid #46626c;"></div>

CSS Border Left color for the above div is #46626c

HTML with inline CSS

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

CSS Border Right color for the above div is #46626c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #46626c

HTML with inline CSS

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

CSS Border Top color for the above div is #46626c

HTML with inline CSS

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

#46626c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#46626c Color code Preview on White Background

This is how #46626c Color code will look on white background color. Color contrast ratio is 6.51

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.