crispedge.com

Color picker

Loading...

#4b0b69 hex color - Violet - Warm color - Information

#4b0b69 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #4b0b69 Color code in RGB color code model is created after adding 29.41% red color, 4.31% green color and 41.18% blue color. Hex #4b0b69 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 90% magenta, 0% yellow and 59% black.

Hex #4b0b69 color code is between #441166 web safe hex color code and #550077 web safe hex color code. #441166 is the nearest web safe color code. You can see here many more shades of #4b0b69 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4b0b69#4b0b69
RGB Decimal75, 11, 105rgb(75, 11, 105)
RGB Percent29%, 4%, 41%rgb(29%, 4%, 41%)
CSS RGBa75, 11, 105,1rgba(75,11,105,1)
CMYK Modelcmyk(29%,90%,0%,59%)
HSL Color Space281,81% ,23%hsl(281,81% ,23%)
HSV Color Space281°, 90%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010110000101101101001
Octal11313151
Decimal7511105
Hex4b0b69

Different shades of #4b0b69 color code.

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

Light Shade of #4b0b69
#6c1097
Dark Shade of #4b0b69
#2a063b
Saturated Shade of #4b0b69
#4d056f
Desaturated Shade of #4b0b69
#491163
Grey scale Shade of #4b0b69
#3a3a3a
Brighten Shade
#642482
Most Readable Shade
#FFFFFF

Shades of #4b0b69 color code

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

#4b0b69
#42095d
#3a0851
#320746
#29063a
#21042e
#190323
#100217
#08010b
#000000

Similar Color like #4b0b69 color

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

#4c0c6a
#4d0d6b
#4e0e6c
#4f0f6d
#50106e
#51116f
#521270
#531371
#541472
#551573
#561674
#571775
#581876
#591977
#4a0a68
#490967
#480866
#470765
#460664
#450563
#440462
#430361
#420260
#41015f
#40005e
#3f005d
#3e005c
#3d005b

Monochromatic Color with #4b0b69

#4b0b69
#690f93
#8814be
#a618e8
#0e0214
#2d073e

Tints of #4b0b69 Color

#4b0b69
#5f2679
#73418a
#875c9b
#9b77ab
#af92bc
#c3adcd
#d7c8dd
#ebe3ee
#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

#4b0b69
#29690b

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

Split Complementary

#4b0b69
#58690b
#0b691c

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

Analogous Color

#250b69
#380b69
#4b0b69
#5e0b69
#690b61

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

#4b0b69
#694b0b
#0b694b

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

#4b0b69
#691c0b
#29690b
#0b5869

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

#4b0b69
#29690b
#0b691c
#690b58

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 #4b0b69 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.

#4b0b69 Color Code Preview on Black Background Color

This is how #4b0b69 Color will look on black background color. Color contrast ratio is 1.55

#4b0b69 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4b0b69

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4b0b69

#4b0b69 color code is use for CSS Background Color

Background color for the above div is #4b0b69

HTML with inline CSS

<div style="background-color:#4b0b69;"></div>

#4b0b69 color code is use for CSS Border Color

CSS Border color for the above div is #4b0b69

HTML with inline CSS

<div style="border:5px solid #4b0b69;"></div>

CSS Border Left color for the above div is #4b0b69

HTML with inline CSS

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

CSS Border Right color for the above div is #4b0b69

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4b0b69

HTML with inline CSS

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

CSS Border Top color for the above div is #4b0b69

HTML with inline CSS

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

#4b0b69 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4b0b69 Color code Preview on White Background

This is how #4b0b69 Color code will look on white background color. Color contrast ratio is 13.54

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

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(75,11,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,105,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(75,11,105,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.