Color: #004D75

#004D75 Color Information

#004D75 is a dark color. The closest websafe version is #004D75. A complement of this color would be #752900, perceived brightness is 0.23, and the grayscale version is #3B3B3B.

In the HSL color space, this color has a hue angle of 201°,a saturation of 99%, and a lightness of 23%.The HSV representation shows a hue of 201°, a saturation of 100%, and a value of 46%.

In a RGB color space, #004D75 is composed of 0% red, 30% green and 46% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 34% magenta, 0% yellow and 54% black.

In the Yxy color space, this color is represented as Y: 6.40, x: 0.2141, and y: 0.2538.

Color Code #004D75

#004D75rgb(0, 77, 117)
HEX
#004D75
RGB
rgb(0, 77, 117)
HSL
hsl(201, 100%, 23%)
HSV
hsv(201, 100%, 46%)
CMYK
100%, 34%, 0%, 54%
XYZ
X: 5.40, Y: 6.40, Z: 13.42
Lab
L: 30.40, a: -8.65, b: -29.19
Name

Shades of Color #004D75

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

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

#004D75rgb(0, 77, 117)

About #004D75 Color Code

In the HSL color space, this color has a hue angle of 201°, a saturation of 100%, and a lightness of 23%. The HSV representation shows a hue of 201°, a saturation of 100%, and a value of 46%.

  • HEX: #004D75
  • RGB: rgb(0, 77, 117)
  • HSL: hsl(201, 100%, 23%)
  • HSV: hsv(201, 100%, 46%)
  • CMYK: 100.00% cyan, 34.00% magenta, 0.00% yellow, 54.00% black
  • XYZ: 5.40, 6.40, 13.42
  • Yxy: 6.40, 0.2141, 0.2538
  • Hunter Lab: 30.40, -8.65, -29.19
  • CIE-Lab: 30.40, -8.65, -29.19

In the XYZ color space, this color is represented as X: 5.40, Y: 6.40, Z: 13.42. The Yxy representation further refines this as Y: 6.40, x: 0.2141, and y: 0.2538.

In the Hunter Lab color space, this color is represented as L: 30.40, a: -8.65, and b: -29.19. Similarly, in the CIE-Lab color space, it is represented as L: 30.40, a: -8.65, and b: -29.19.

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 #004D75

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

Analogous Colors of #004D75

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

Split Complementary Colors of #004D75

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

Tetradic Colors of #004D75

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

Monochromatic Colors of #004D75

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

Complementary Color of #004D75

The complementary color of #004D75 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 #004D75

/* Using HEX */
body {
  background-color: #004d75;
}
/* Using RGB */
body {
  background-color: rgb(0, 77, 117);
}
/* Using RGB with opacity */
body {
  background-color: rgba(0, 77, 117, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(201, 100%, 23%);
}
/* Text color */
p {
  color: #004d75;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #004d75;
}
/* Border color */
.box {
  border: 4px solid #004d75;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #004d75;
}
Text Shadow Preview
/* Background with text */
div {
  background: #004d75;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#004D75
On Black Background
#004D75
On White Background
#004D75

HTML Examples of #004D75

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

Related Colors of #004D75

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