crispedge.com

Color picker

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

#41595b hex color - Blue - Cool color - Information

#41595b hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #41595b Color code in RGB color code model is created after adding 25.49% red color, 34.9% green color and 35.69% blue color. Hex #41595b Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 2% magenta, 0% yellow and 64% black.

Hex #41595b color code is between #445555 web safe hex color code and #336666 web safe hex color code. #445555 is the nearest web safe color code. You can see here many more shades of #41595b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code41595b#41595b
RGB Decimal65, 89, 91rgb(65, 89, 91)
RGB Percent25%, 35%, 36%rgb(25%, 35%, 36%)
CSS RGBa65, 89, 91,1rgba(65,89,91,1)
CMYK Modelcmyk(29%,2%,0%,64%)
HSL Color Space185,17% ,31%hsl(185,17% ,31%)
HSV Color Space185°, 29%, 36%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000010101100101011011
Octal101131133
Decimal658991
Hex41595b

Different shades of #41595b color code.

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

Light Shade of #41595b
#567679
Dark Shade of #41595b
#2c3c3d
Saturated Shade of #41595b
#396063
Desaturated Shade of #41595b
#495253
Grey scale Shade of #41595b
#4e4e4e
Brighten Shade
#5a7274
Most Readable Shade
#FFFFFF

Shades of #41595b color code

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

#41595b
#394f50
#324546
#2b3b3c
#243132
#1c2728
#151d1e
#0e1314
#07090a
#000000

Similar Color like #41595b color

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

#425a5c
#435b5d
#445c5e
#455d5f
#465e60
#475f61
#486062
#496163
#4a6264
#4b6365
#4c6466
#4d6567
#4e6668
#4f6769
#40585a
#3f5759
#3e5658
#3d5557
#3c5456
#3b5355
#3a5254
#395153
#385052
#374f51
#364e50
#354d4f
#344c4e
#334b4d

Monochromatic Color with #41595b

#41595b
#5f8385
#7eacb0
#9cd6da
#040606
#232f30

Tints of #41595b Color

#41595b
#566b6d
#6b7d7f
#809091
#95a2a3
#aab5b6
#bfc7c8
#d4dada
#e9ecec
#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

#41595b
#5b4341

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

Split Complementary

#41595b
#5b414c
#5b5041

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

Analogous Color

#415b53
#415b58
#41595b
#41545b
#414f5b

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

#41595b
#5b4159
#595b41

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

#41595b
#50415b
#5b4341
#4c5b41

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

#41595b
#5b4341
#5b5041
#414c5b

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 #41595b 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.

#41595b Color Code Preview on Black Background Color

This is how #41595b Color will look on black background color. Color contrast ratio is 2.80

#41595b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #41595b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #41595b

#41595b color code is use for CSS Background Color

Background color for the above div is #41595b

HTML with inline CSS

<div style="background-color:#41595b;"></div>

#41595b color code is use for CSS Border Color

CSS Border color for the above div is #41595b

HTML with inline CSS

<div style="border:5px solid #41595b;"></div>

CSS Border Left color for the above div is #41595b

HTML with inline CSS

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

CSS Border Right color for the above div is #41595b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #41595b

HTML with inline CSS

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

CSS Border Top color for the above div is #41595b

HTML with inline CSS

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

#41595b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#41595b Color code Preview on White Background

This is how #41595b Color code will look on white background color. Color contrast ratio is 7.49

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

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.