Shades of Meteorite #4D4366
Tints of Meteorite #4D4366
RGB
CMYK
RGB Variations
Color information
#4D4366 (or 0x4D4366) is known color: Meteorite. HEX triplet: 4D, 43 and 66. RGB value is (77,67,102). Sum of RGB (Red+Green+Blue) = 77+67+102=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D4366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4366 is #B2BC99. Grayscale: #494949. Windows color (decimal): -11713690 or 6701901. OLE color: 6701901.
HSL color Cylindrical-coordinate representation of color #4D4366: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4366 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 67 | 102 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.6 |
| HSL | 257.14º | 0.21% | 0.33% | - |
| HSV(B) | 257.14º | 0.34% | 0.4% | - |
| XYZ | 7.47 | 6.55 | 13.44 | - |
| YUV | 73.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 102 | 0.25 | 0.34 | 0 | 0.6 | 257.14 | 0.21 | 0.33 |
| Hex | 4D | 43 | 66 | 19 | 22 | 0 | 3C | 101 | 15 | 21 |
| Octal | 115 | 103 | 146 | 31 | 42 | 0 | 74 | 401 | 25 | 41 |
| Binary | 1001101 | 1000011 | 1100110 | 11001 | 100010 | 0 | 111100 | 100000001 | 10101 | 100001 |
Color Harmonies of #4D4366
Complementary color
Monochromatic Colors of #4D4366
Black with #4D4366
Text Example
Text Example
White with #4D4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4366; }
p { color: rgb(77,67,102); }
H1.HeaderClassName
{
color: #4D4366;
}
.AnyTagClassName
{
color: #4D4366;
}
</style>
background-color css
<style>
a { background-color: #4D4366; }
a { background-color: rgb(77,67,102); }
div.DivClassName
{
background-color: #4D4366;
}
.BgClassName
{
background-color: #4D4366;
}
</style>
border-color css
<style>
span { border-color: #4D4366; }
span { border-color: rgb(77,67,102); }
td.TdClassName
{
border-color: #4D4366;
}
.TagClassName
{
border-color: #4D4366;
}
</style>