Color: #45687A

#45687A Color Information

#45687A is a dark color. The closest websafe version is #45687A. A complement of this color would be #795644, perceived brightness is 0.37, and the grayscale version is #606060.

In the HSL color space, this color has a hue angle of 200°,a saturation of 28%, and a lightness of 37%.The HSV representation shows a hue of 200°, a saturation of 43%, and a value of 48%.

In a RGB color space, #45687A is composed of 27% red, 41% green and 48% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 15% magenta, 0% yellow and 52% black.

In the Yxy color space, this color is represented as Y: 12.43, x: 0.2784, and y: 0.3231.

Color Code #45687A

#45687Argb(69, 104, 122)
HEX
#45687A
RGB
rgb(69, 104, 122)
HSL
hsl(200, 28%, 37%)
HSV
hsv(200, 43%, 48%)
CMYK
43%, 15%, 0%, 52%
XYZ
X: 10.71, Y: 12.43, Z: 15.33
Lab
L: 41.89, a: -9.17, b: -14.30
Name

Shades of Color #45687A

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

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

#45687Argb(69, 104, 122)

About #45687A Color Code

In the HSL color space, this color has a hue angle of 200°, a saturation of 28%, and a lightness of 37%. The HSV representation shows a hue of 200°, a saturation of 43%, and a value of 48%.

  • HEX: #45687A
  • RGB: rgb(69, 104, 122)
  • HSL: hsl(200, 28%, 37%)
  • HSV: hsv(200, 43%, 48%)
  • CMYK: 43.00% cyan, 15.00% magenta, 0.00% yellow, 52.00% black
  • XYZ: 10.71, 12.43, 15.33
  • Yxy: 12.43, 0.2784, 0.3231
  • Hunter Lab: 41.89, -9.17, -14.30
  • CIE-Lab: 41.89, -9.17, -14.30

In the XYZ color space, this color is represented as X: 10.71, Y: 12.43, Z: 15.33. The Yxy representation further refines this as Y: 12.43, x: 0.2784, and y: 0.3231.

In the Hunter Lab color space, this color is represented as L: 41.89, a: -9.17, and b: -14.30. Similarly, in the CIE-Lab color space, it is represented as L: 41.89, a: -9.17, and b: -14.30.

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 #45687A

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

Analogous Colors of #45687A

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

Split Complementary Colors of #45687A

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

Tetradic Colors of #45687A

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

Monochromatic Colors of #45687A

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

Complementary Color of #45687A

The complementary color of #45687A 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 #45687A

/* Using HEX */
body {
  background-color: #45687a;
}
/* Using RGB */
body {
  background-color: rgb(69, 104, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(69, 104, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(200, 28%, 37%);
}
/* Text color */
p {
  color: #45687a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #45687a;
}
/* Border color */
.box {
  border: 4px solid #45687a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #45687a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #45687a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#45687A
On Black Background
#45687A
On White Background
#45687A

HTML Examples of #45687A

<!-- Using HEX -->
<div style="background-color: #45687a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(69, 104, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(69, 104, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(200, 28%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #45687a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #45687a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #45687a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #45687a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #45687a; color: #fff; padding: 16px; border-radius: 8px;">
  #45687A
</div>
#45687A
On Black Background
#45687A
On White Background
#45687A

Related Colors of #45687A

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