crispedge.com

Color picker

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

#464cad hex color - Blue - Cool color - Information

#464cad hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #464cad Color code in RGB color code model is created after adding 27.45% red color, 29.8% green color and 67.84% blue color. Hex #464cad Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 56% magenta, 0% yellow and 32% black.

Hex #464cad color code is between #4444aa web safe hex color code and #5555bb web safe hex color code. #4444aa is the nearest web safe color code. You can see here many more shades of #464cad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code464cad#464cad
RGB Decimal70, 76, 173rgb(70, 76, 173)
RGB Percent27%, 30%, 68%rgb(27%, 30%, 68%)
CSS RGBa70, 76, 173,1rgba(70,76,173,1)
CMYK Modelcmyk(60%,56%,0%,32%)
HSL Color Space237,42% ,48%hsl(237,42% ,48%)
HSV Color Space237°, 60%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001100100110010101101
Octal106114255
Decimal7076173
Hex464cad

Different shades of #464cad color code.

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

Light Shade of #464cad
#656bc1
Dark Shade of #464cad
#373c89
Saturated Shade of #464cad
#3a41b9
Desaturated Shade of #464cad
#5257a1
Grey scale Shade of #464cad
#797979
Brighten Shade
#5f65c6
Most Readable Shade
#FFFFFF

Shades of #464cad color code

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

#464cad
#3e4399
#363b86
#2e3273
#262a60
#1f214c
#171939
#0f1026
#070813
#000000

Similar Color like #464cad color

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

#474dae
#484eaf
#494fb0
#4a50b1
#4b51b2
#4c52b3
#4d53b4
#4e54b5
#4f55b6
#5056b7
#5157b8
#5258b9
#5359ba
#545abb
#454bac
#444aab
#4349aa
#4248a9
#4147a8
#4046a7
#3f45a6
#3e44a5
#3d43a4
#3c42a3
#3b41a2
#3a40a1
#393fa0
#383e9f

Monochromatic Color with #464cad

#464cad
#575fd7
#010103
#12142d
#242758
#353982

Tints of #464cad Color

#464cad
#5a5fb6
#6f73bf
#8387c8
#989bd1
#acafda
#c1c3e3
#d5d7ec
#eaebf5
#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

#464cad
#ada746

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

Split Complementary

#464cad
#ad7346
#80ad46

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

Analogous Color

#4675ad
#4661ad
#464cad
#5546ad
#6946ad

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

#464cad
#ad464c
#4cad46

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

#464cad
#ad467f
#ada746
#46ad73

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

#464cad
#ada746
#80ad46
#7346ad

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 #464cad 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.

#464cad Color Code Preview on Black Background Color

This is how #464cad Color will look on black background color. Color contrast ratio is 2.90

#464cad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #464cad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #464cad

#464cad color code is use for CSS Background Color

Background color for the above div is #464cad

HTML with inline CSS

<div style="background-color:#464cad;"></div>

#464cad color code is use for CSS Border Color

CSS Border color for the above div is #464cad

HTML with inline CSS

<div style="border:5px solid #464cad;"></div>

CSS Border Left color for the above div is #464cad

HTML with inline CSS

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

CSS Border Right color for the above div is #464cad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #464cad

HTML with inline CSS

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

CSS Border Top color for the above div is #464cad

HTML with inline CSS

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

#464cad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#464cad Color code Preview on White Background

This is how #464cad Color code will look on white background color. Color contrast ratio is 7.25

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.