Color: #4A857C
#4A857C Color Information
#4A857C is a dark color. The closest websafe version is #4A857C. A complement of this color would be #874A53, perceived brightness is 0.45, and the grayscale version is #686868.
In the HSL color space, this color has a hue angle of 171°,a saturation of 29%, and a lightness of 41%.The HSV representation shows a hue of 171°, a saturation of 44%, and a value of 52%.
In a RGB color space, #4A857C is composed of 29% red, 52% green and 49% blue. Whereas in a CMYK color space, it is composed of 44% cyan, 0% magenta, 7% yellow and 48% black.
In the Yxy color space, this color is represented as Y: 19.56, x: 0.2908, and y: 0.3818.
Color Code #4A857C
Shades of Color #4A857C
Shades are created by darkening the original color #4A857C 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 #4A857C
Tints are created by lightening the original color #4A857C 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.
About #4A857C Color Code
In the HSL color space, this color has a hue angle of 171°, a saturation of 29%, and a lightness of 41%. The HSV representation shows a hue of 171°, a saturation of 44%, and a value of 52%.
- HEX: #4A857C
- RGB: rgb(74, 133, 124)
- HSL: hsl(171, 29%, 41%)
- HSV: hsv(171, 44%, 52%)
- CMYK: 44.00% cyan, 0.00% magenta, 7.00% yellow, 48.00% black
- XYZ: 14.90, 19.56, 16.77
- Yxy: 19.56, 0.2908, 0.3818
- Hunter Lab: 51.34, -21.92, -1.48
- CIE-Lab: 51.34, -21.92, -1.48
In the XYZ color space, this color is represented as X: 14.90, Y: 19.56, Z: 16.77. The Yxy representation further refines this as Y: 19.56, x: 0.2908, and y: 0.3818.
In the Hunter Lab color space, this color is represented as L: 51.34, a: -21.92, and b: -1.48. Similarly, in the CIE-Lab color space, it is represented as L: 51.34, a: -21.92, and b: -1.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 #4A857C
Triadic colors are three colors evenly spaced around the color wheel, including #4A857C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #4A857C
Split complementary colors are two colors adjacent to the complementary color of #4A857C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #4A857C
Monochromatic colors are variations of #4A857C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #4A857C
The complementary color of #4A857C 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 #4A857C
/* Using HEX */ body { background-color: #4a857c; }
/* Using RGB */ body { background-color: rgb(74, 133, 124); }
/* Using RGB with opacity */ body { background-color: rgba(74, 133, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(171, 29%, 41%); }
/* Text color */ p { color: #4a857c; }
/* Box shadow */ div { box-shadow: 4px 4px #4a857c; }
/* Border color */ .box { border: 4px solid #4a857c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #4a857c; }
/* Background with text */ div { background: #4a857c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #4A857C
<!-- Using HEX --> <div style="background-color: #4a857c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(74, 133, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(74, 133, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(171, 29%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #4a857c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #4a857c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #4a857c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #4a857c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #4a857c; color: #fff; padding: 16px; border-radius: 8px;"> #4A857C </div>
Related Colors of #4A857C
These colors are similar to #4A857C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.