Shades of Meteorite #4D4071
Tints of Meteorite #4D4071
RGB
CMYK
RGB Variations
Color information
#4D4071 (or 0x4D4071) is known color: Meteorite. HEX triplet: 4D, 40 and 71. RGB value is (77,64,113). Sum of RGB (Red+Green+Blue) = 77+64+113=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4071 is #B2BF8E. Grayscale: #494949. Windows color (decimal): -11714447 or 7422029. OLE color: 7422029.
HSL color Cylindrical-coordinate representation of color #4D4071: hue angle of 255.92º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D4071 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 64 | 113 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.56 |
| HSL | 255.92º | 0.28% | 0.35% | - |
| HSV(B) | 255.92º | 0.43% | 0.44% | - |
| XYZ | 7.87 | 6.44 | 16.45 | - |
| YUV | 73.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 113 | 0.32 | 0.43 | 0 | 0.56 | 255.92 | 0.28 | 0.35 |
| Hex | 4D | 40 | 71 | 20 | 2B | 0 | 38 | 100 | 1C | 23 |
| Octal | 115 | 100 | 161 | 40 | 53 | 0 | 70 | 400 | 34 | 43 |
| Binary | 1001101 | 1000000 | 1110001 | 100000 | 101011 | 0 | 111000 | 100000000 | 11100 | 100011 |
Color Harmonies of #4D4071
Complementary color
Monochromatic Colors of #4D4071
Black with #4D4071
Text Example
Text Example
White with #4D4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4071; }
p { color: rgb(77,64,113); }
H1.HeaderClassName
{
color: #4D4071;
}
.AnyTagClassName
{
color: #4D4071;
}
</style>
background-color css
<style>
a { background-color: #4D4071; }
a { background-color: rgb(77,64,113); }
div.DivClassName
{
background-color: #4D4071;
}
.BgClassName
{
background-color: #4D4071;
}
</style>
border-color css
<style>
span { border-color: #4D4071; }
span { border-color: rgb(77,64,113); }
td.TdClassName
{
border-color: #4D4071;
}
.TagClassName
{
border-color: #4D4071;
}
</style>