crispedge.com

Color picker

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

#414b53 hex color - Blue - Cool color - Information

#414b53 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #414b53 Color code in RGB color code model is created after adding 25.49% red color, 29.41% green color and 32.55% blue color. Hex #414b53 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 10% magenta, 0% yellow and 67% black.

Hex #414b53 color code is between #444455 web safe hex color code and #335544 web safe hex color code. #444455 is the nearest web safe color code. You can see here many more shades of #414b53 color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Code414b53#414b53
RGB Decimal65, 75, 83rgb(65, 75, 83)
RGB Percent25%, 29%, 33%rgb(25%, 29%, 33%)
CSS RGBa65, 75, 83,1rgba(65,75,83,1)
CMYK Modelcmyk(22%,10%,0%,67%)
HSL Color Space207,12% ,29%hsl(207,12% ,29%)
HSV Color Space207°, 22%, 33%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000010100101101010011
Octal101113123
Decimal657583
Hex414b53

Different shades of #414b53 color code.

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

Light Shade of #414b53
#576570
Dark Shade of #414b53
#2b3136
Saturated Shade of #414b53
#3a4c5a
Desaturated Shade of #414b53
#484a4c
Grey scale Shade of #414b53
#4a4a4a
Brighten Shade
#5a646c
Most Readable Shade
#FFFFFF

Shades of #414b53 color code

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

#414b53
#394249
#323a40
#2b3237
#24292e
#1c2124
#15191b
#0e1012
#070809
#000000

Similar Color like #414b53 color

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

#424c54
#434d55
#444e56
#454f57
#465058
#475159
#48525a
#49535b
#4a545c
#4b555d
#4c565e
#4d575f
#4e5860
#4f5961
#404a52
#3f4951
#3e4850
#3d474f
#3c464e
#3b454d
#3a444c
#39434b
#38424a
#374149
#364048
#353f47
#343e46
#333d45

Monochromatic Color with #414b53

#414b53
#62717d
#8498a8
#a5bed2
#c6e5fd
#202528

Tints of #414b53 Color

#414b53
#565f66
#6b7379
#80878c
#959b9f
#aaafb2
#bfc3c5
#d4d7d8
#e9ebeb
#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

#414b53
#534941

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

Split Complementary

#414b53
#534142
#535241

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

Analogous Color

#415253
#414f53
#414b53
#414753
#414453

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

#414b53
#53414b
#4b5341

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

#414b53
#524153
#534941
#425341

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

#414b53
#534941
#535241
#414253

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 #414b53 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.

#414b53 Color Code Preview on Black Background Color

This is how #414b53 Color will look on black background color. Color contrast ratio is 2.36

#414b53 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #414b53

HTML with inline CSS

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

Your Example Paragraph content text in with font color #414b53

#414b53 color code is use for CSS Background Color

Background color for the above div is #414b53

HTML with inline CSS

<div style="background-color:#414b53;"></div>

#414b53 color code is use for CSS Border Color

CSS Border color for the above div is #414b53

HTML with inline CSS

<div style="border:5px solid #414b53;"></div>

CSS Border Left color for the above div is #414b53

HTML with inline CSS

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

CSS Border Right color for the above div is #414b53

HTML with inline CSS

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

CSS Border Bottom color for the above div is #414b53

HTML with inline CSS

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

CSS Border Top color for the above div is #414b53

HTML with inline CSS

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

#414b53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#414b53 Color code Preview on White Background

This is how #414b53 Color code will look on white background color. Color contrast ratio is 8.91

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.