Shades of Meteorite #4D3F79
Tints of Meteorite #4D3F79
RGB
CMYK
RGB Variations
Color information
#4D3F79 (or 0x4D3F79) is known color: Meteorite. HEX triplet: 4D, 3F and 79. RGB value is (77,63,121). Sum of RGB (Red+Green+Blue) = 77+63+121=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D3F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F79 is #B2C086. Grayscale: #494949. Windows color (decimal): -11714695 or 7946061. OLE color: 7946061.
HSL color Cylindrical-coordinate representation of color #4D3F79: hue angle of 254.48º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D3F79 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 63 | 121 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.53 |
| HSL | 254.48º | 0.32% | 0.36% | - |
| HSV(B) | 254.48º | 0.48% | 0.47% | - |
| XYZ | 8.29 | 6.51 | 18.91 | - |
| YUV | 73.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 121 | 0.36 | 0.48 | 0 | 0.53 | 254.48 | 0.32 | 0.36 |
| Hex | 4D | 3F | 79 | 24 | 30 | 0 | 35 | FE | 20 | 24 |
| Octal | 115 | 77 | 171 | 44 | 60 | 0 | 65 | 376 | 40 | 44 |
| Binary | 1001101 | 111111 | 1111001 | 100100 | 110000 | 0 | 110101 | 11111110 | 100000 | 100100 |
Color Harmonies of #4D3F79
Complementary color
Monochromatic Colors of #4D3F79
Black with #4D3F79
Text Example
Text Example
White with #4D3F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F79; }
p { color: rgb(77,63,121); }
H1.HeaderClassName
{
color: #4D3F79;
}
.AnyTagClassName
{
color: #4D3F79;
}
</style>
background-color css
<style>
a { background-color: #4D3F79; }
a { background-color: rgb(77,63,121); }
div.DivClassName
{
background-color: #4D3F79;
}
.BgClassName
{
background-color: #4D3F79;
}
</style>
border-color css
<style>
span { border-color: #4D3F79; }
span { border-color: rgb(77,63,121); }
td.TdClassName
{
border-color: #4D3F79;
}
.TagClassName
{
border-color: #4D3F79;
}
</style>