Color: #46B7FC
#46B7FC Color Information
#46B7FC is a light color. The closest websafe version is #46B7FC. A complement of this color would be #FC8B45, perceived brightness is 0.62, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 203°,a saturation of 97%, and a lightness of 63%.The HSV representation shows a hue of 203°, a saturation of 72%, and a value of 99%.
In a RGB color space, #46B7FC is composed of 27% red, 72% green and 99% blue. Whereas in a CMYK color space, it is composed of 72% cyan, 27% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 41.21, x: 0.2318, and y: 0.2743.
Color Code #46B7FC
Shades of Color #46B7FC
Shades are created by darkening the original color #46B7FC 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 #46B7FC
Tints are created by lightening the original color #46B7FC 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 #46B7FC Color Code
In the HSL color space, this color has a hue angle of 203°, a saturation of 97%, and a lightness of 63%. The HSV representation shows a hue of 203°, a saturation of 72%, and a value of 99%.
- HEX: #46B7FC
- RGB: rgb(70, 183, 252)
- HSL: hsl(203, 97%, 63%)
- HSV: hsv(203, 72%, 99%)
- CMYK: 72.00% cyan, 27.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 34.83, 41.21, 74.20
- Yxy: 41.21, 0.2318, 0.2743
- Hunter Lab: 70.32, -15.98, -44.21
- CIE-Lab: 70.32, -15.98, -44.21
In the XYZ color space, this color is represented as X: 34.83, Y: 41.21, Z: 74.20. The Yxy representation further refines this as Y: 41.21, x: 0.2318, and y: 0.2743.
In the Hunter Lab color space, this color is represented as L: 70.32, a: -15.98, and b: -44.21. Similarly, in the CIE-Lab color space, it is represented as L: 70.32, a: -15.98, and b: -44.21.
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 #46B7FC
Triadic colors are three colors evenly spaced around the color wheel, including #46B7FC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #46B7FC
Split complementary colors are two colors adjacent to the complementary color of #46B7FC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #46B7FC
Monochromatic colors are variations of #46B7FC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #46B7FC
The complementary color of #46B7FC 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 #46B7FC
/* Using HEX */ body { background-color: #46b7fc; }
/* Using RGB */ body { background-color: rgb(70, 183, 252); }
/* Using RGB with opacity */ body { background-color: rgba(70, 183, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(203, 97%, 63%); }
/* Text color */ p { color: #46b7fc; }
/* Box shadow */ div { box-shadow: 4px 4px #46b7fc; }
/* Border color */ .box { border: 4px solid #46b7fc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #46b7fc; }
/* Background with text */ div { background: #46b7fc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #46B7FC
<!-- Using HEX --> <div style="background-color: #46b7fc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(70, 183, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(70, 183, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(203, 97%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #46b7fc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #46b7fc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #46b7fc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #46b7fc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #46b7fc; color: #fff; padding: 16px; border-radius: 8px;"> #46B7FC </div>
Related Colors of #46B7FC
These colors are similar to #46B7FC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.