Color: #488EAA

#488EAA Color Information

#488EAA is a dark color. The closest websafe version is #488EAA. A complement of this color would be #A86348, perceived brightness is 0.49, and the grayscale version is #797979.

In the HSL color space, this color has a hue angle of 197°,a saturation of 40%, and a lightness of 47%.The HSV representation shows a hue of 197°, a saturation of 58%, and a value of 67%.

In a RGB color space, #488EAA is composed of 28% red, 56% green and 67% blue. Whereas in a CMYK color space, it is composed of 58% cyan, 16% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 23.27, x: 0.2577, and y: 0.3158.

Color Code #488EAA

#488EAArgb(72, 142, 170)
HEX
#488EAA
RGB
rgb(72, 142, 170)
HSL
hsl(197, 40%, 47%)
HSV
hsv(197, 58%, 67%)
CMYK
58%, 16%, 0%, 33%
XYZ
X: 18.99, Y: 23.27, Z: 31.43
Lab
L: 55.35, a: -16.62, b: -21.95
Name

Shades of Color #488EAA

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

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

#488EAArgb(72, 142, 170)

About #488EAA Color Code

In the HSL color space, this color has a hue angle of 197°, a saturation of 40%, and a lightness of 47%. The HSV representation shows a hue of 197°, a saturation of 58%, and a value of 67%.

  • HEX: #488EAA
  • RGB: rgb(72, 142, 170)
  • HSL: hsl(197, 40%, 47%)
  • HSV: hsv(197, 58%, 67%)
  • CMYK: 58.00% cyan, 16.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 18.99, 23.27, 31.43
  • Yxy: 23.27, 0.2577, 0.3158
  • Hunter Lab: 55.35, -16.62, -21.95
  • CIE-Lab: 55.35, -16.62, -21.95

In the XYZ color space, this color is represented as X: 18.99, Y: 23.27, Z: 31.43. The Yxy representation further refines this as Y: 23.27, x: 0.2577, and y: 0.3158.

In the Hunter Lab color space, this color is represented as L: 55.35, a: -16.62, and b: -21.95. Similarly, in the CIE-Lab color space, it is represented as L: 55.35, a: -16.62, and b: -21.95.

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 #488EAA

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

Analogous Colors of #488EAA

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

Split Complementary Colors of #488EAA

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

Tetradic Colors of #488EAA

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

Monochromatic Colors of #488EAA

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

Complementary Color of #488EAA

The complementary color of #488EAA 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 #488EAA

/* Using HEX */
body {
  background-color: #488eaa;
}
/* Using RGB */
body {
  background-color: rgb(72, 142, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(72, 142, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(197, 40%, 47%);
}
/* Text color */
p {
  color: #488eaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #488eaa;
}
/* Border color */
.box {
  border: 4px solid #488eaa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #488eaa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #488eaa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#488EAA
On Black Background
#488EAA
On White Background
#488EAA

HTML Examples of #488EAA

<!-- Using HEX -->
<div style="background-color: #488eaa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(72, 142, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(72, 142, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(197, 40%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #488eaa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #488eaa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #488eaa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #488eaa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #488eaa; color: #fff; padding: 16px; border-radius: 8px;">
  #488EAA
</div>
#488EAA
On Black Background
#488EAA
On White Background
#488EAA

Related Colors of #488EAA

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