Color: #493CAA

#493CAA Color Information

#493CAA is a dark color. The closest websafe version is #493CAA. A complement of this color would be #9DAA3C, perceived brightness is 0.30, and the grayscale version is #737373.

In the HSL color space, this color has a hue angle of 247°,a saturation of 48%, and a lightness of 45%.The HSV representation shows a hue of 247°, a saturation of 65%, and a value of 67%.

In a RGB color space, #493CAA is composed of 29% red, 24% green and 67% blue. Whereas in a CMYK color space, it is composed of 57% cyan, 65% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 7.16, x: 0.2222, and y: 0.1530.

Color Code #493CAA

#493CAArgb(73, 60, 170)
HEX
#493CAA
RGB
rgb(73, 60, 170)
HSL
hsl(247, 48%, 45%)
HSV
hsv(247, 65%, 67%)
CMYK
57%, 65%, 0%, 33%
XYZ
X: 10.40, Y: 7.16, Z: 29.24
Lab
L: 32.16, a: 30.38, b: -58.48
Name

Shades of Color #493CAA

Shades are created by darkening the original color #493CAA 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 #493CAA

Tints are created by lightening the original color #493CAA 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.

#493CAArgb(73, 60, 170)

About #493CAA Color Code

In the HSL color space, this color has a hue angle of 247°, a saturation of 48%, and a lightness of 45%. The HSV representation shows a hue of 247°, a saturation of 65%, and a value of 67%.

  • HEX: #493CAA
  • RGB: rgb(73, 60, 170)
  • HSL: hsl(247, 48%, 45%)
  • HSV: hsv(247, 65%, 67%)
  • CMYK: 57.00% cyan, 65.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 10.40, 7.16, 29.24
  • Yxy: 7.16, 0.2222, 0.1530
  • Hunter Lab: 32.16, 30.38, -58.48
  • CIE-Lab: 32.16, 30.38, -58.48

In the XYZ color space, this color is represented as X: 10.40, Y: 7.16, Z: 29.24. The Yxy representation further refines this as Y: 7.16, x: 0.2222, and y: 0.1530.

In the Hunter Lab color space, this color is represented as L: 32.16, a: 30.38, and b: -58.48. Similarly, in the CIE-Lab color space, it is represented as L: 32.16, a: 30.38, and b: -58.48.

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 #493CAA

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

Analogous Colors of #493CAA

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

Split Complementary Colors of #493CAA

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

Tetradic Colors of #493CAA

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

Monochromatic Colors of #493CAA

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

Complementary Color of #493CAA

The complementary color of #493CAA 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 #493CAA

/* Using HEX */
body {
  background-color: #493caa;
}
/* Using RGB */
body {
  background-color: rgb(73, 60, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(73, 60, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(247, 48%, 45%);
}
/* Text color */
p {
  color: #493caa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #493caa;
}
/* Border color */
.box {
  border: 4px solid #493caa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #493caa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #493caa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#493CAA
On Black Background
#493CAA
On White Background
#493CAA

HTML Examples of #493CAA

<!-- Using HEX -->
<div style="background-color: #493caa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(73, 60, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(73, 60, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(247, 48%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #493caa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #493caa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #493caa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #493caa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #493caa; color: #fff; padding: 16px; border-radius: 8px;">
  #493CAA
</div>
#493CAA
On Black Background
#493CAA
On White Background
#493CAA

Related Colors of #493CAA

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