#45746f
rgb(69, 116, 111)
  • In a RGB color space, hex #45746f color is composed of 27% red, 45% green, and 44% blue.
  • In a CMYK color space, it is consist of 41% cyan, 0% magenta, 4% yellow and 55% black.
  • In web design, the web safe color for #45746f is #336666. The complementary color of #45746f is #744549.

#45746f Color Conversion

Hex Color #45746f RGB value, CMYK value, HSL value, HSV value...

RGBrgb(69, 116, 111)
Hex#45746f
CMYK41%, 0%, 4%, 55%
CMY73, 55, 56
HSL174°, 25%, 36%
HSV174°, 41%, 45%
XYZ11.57, 14.90, 17.31
xyY14.90, 0.26, 0.34
CIE-Lab45.5020, -17.3026, -2.2985
CIELCh45.5020, 17.4546, 187.5669
Web Safe#336666
Color name

Color Schemes with #45746f

Complementary color,The first group is the current color values.

Two colors (#45746f,#744549) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.

Grayscale color

In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.

Triadic colors,The first group is the current color values.

Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.

Analogous colors,The first group is the current color values.

Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.

Monochromatic colors

Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.

Shades and Tints of #45746f

Shade Color Variation

A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.

Tint Color Variation

A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.

Random Colors

HTML Code & CSS

#45746f Color Preview on Black Background

#45746f Color Preview on White Background

<span style="color:#45746f;">Text here</span>

#45746f Background Color

#45746f Background Color

<p style="background-color:#45746f;">Text here</p>

#45746f Border Color

<div style="border:1px solid #45746f;">Text here</div>
<style>.text {color:#45746f;}
.background {background-color:#45746f;}
.border {border:1px solid #45746f;}</style>