Color: #46125B

#46125B Color Information

#46125B is a dark color. The closest websafe version is #46125B. A complement of this color would be #265912, perceived brightness is 0.16, and the grayscale version is #373737.

In the HSL color space, this color has a hue angle of 283°,a saturation of 67%, and a lightness of 21%.The HSV representation shows a hue of 283°, a saturation of 80%, and a value of 36%.

In a RGB color space, #46125B is composed of 27% red, 7% green and 36% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 80% magenta, 0% yellow and 64% black.

In the Yxy color space, this color is represented as Y: 2.43, x: 0.3045, and y: 0.1682.

Color Code #46125B

#46125Brgb(70, 18, 91)
HEX
#46125B
RGB
rgb(70, 18, 91)
HSL
hsl(283, 67%, 21%)
HSV
hsv(283, 80%, 36%)
CMYK
23%, 80%, 0%, 64%
XYZ
X: 4.40, Y: 2.43, Z: 7.62
Lab
L: 17.60, a: 33.85, b: -32.45
Name

Shades of Color #46125B

Shades are created by darkening the original color #46125B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #46125B

Tints are created by lightening the original color #46125B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#46125Brgb(70, 18, 91)

About #46125B Color Code

In the HSL color space, this color has a hue angle of 283°, a saturation of 67%, and a lightness of 21%. The HSV representation shows a hue of 283°, a saturation of 80%, and a value of 36%.

  • HEX: #46125B
  • RGB: rgb(70, 18, 91)
  • HSL: hsl(283, 67%, 21%)
  • HSV: hsv(283, 80%, 36%)
  • CMYK: 23.00% cyan, 80.00% magenta, 0.00% yellow, 64.00% black
  • XYZ: 4.40, 2.43, 7.62
  • Yxy: 2.43, 0.3045, 0.1682
  • Hunter Lab: 17.60, 33.85, -32.45
  • CIE-Lab: 17.60, 33.85, -32.45

In the XYZ color space, this color is represented as X: 4.40, Y: 2.43, Z: 7.62. The Yxy representation further refines this as Y: 2.43, x: 0.3045, and y: 0.1682.

In the Hunter Lab color space, this color is represented as L: 17.60, a: 33.85, and b: -32.45. Similarly, in the CIE-Lab color space, it is represented as L: 17.60, a: 33.85, and b: -32.45.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #46125B

Triadic colors are three colors evenly spaced around the color wheel, including #46125B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #46125B

Analogous colors are adjacent to #46125B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #46125B

Split complementary colors are two colors adjacent to the complementary color of #46125B. They create a balanced and visually appealing color scheme.

Tetradic Colors of #46125B

Tetradic colors form a rectangle on the color wheel, including #46125B. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #46125B

Monochromatic colors are variations of #46125B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #46125B

The complementary color of #46125B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #46125B

/* Using HEX */
body {
  background-color: #46125b;
}
/* Using RGB */
body {
  background-color: rgb(70, 18, 91);
}
/* Using RGB with opacity */
body {
  background-color: rgba(70, 18, 91, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(283, 67%, 21%);
}
/* Text color */
p {
  color: #46125b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #46125b;
}
/* Border color */
.box {
  border: 4px solid #46125b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #46125b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #46125b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#46125B
On Black Background
#46125B
On White Background
#46125B

HTML Examples of #46125B

<!-- Using HEX -->
<div style="background-color: #46125b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(70, 18, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(70, 18, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(283, 67%, 21%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #46125b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #46125b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #46125b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #46125b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #46125b; color: #fff; padding: 16px; border-radius: 8px;">
  #46125B
</div>
#46125B
On Black Background
#46125B
On White Background
#46125B

Related Colors of #46125B

These colors are similar to #46125B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.