Shades of Meteorite #4D4465
Tints of Meteorite #4D4465
RGB
CMYK
RGB Variations
Color information
#4D4465 (or 0x4D4465) is known color: Meteorite. HEX triplet: 4D, 44 and 65. RGB value is (77,68,101). Sum of RGB (Red+Green+Blue) = 77+68+101=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4465 is #B2BB9A. Grayscale: #4A4A4A. Windows color (decimal): -11713435 or 6636621. OLE color: 6636621.
HSL color Cylindrical-coordinate representation of color #4D4465: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D4465 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 68 | 101 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.60 |
| HSL | 256.36º | 0.2% | 0.33% | - |
| HSV(B) | 256.36º | 0.33% | 0.4% | - |
| XYZ | 7.48 | 6.65 | 13.2 | - |
| YUV | 74.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 101 | 0.24 | 0.33 | 0 | 0.60 | 256.36 | 0.2 | 0.33 |
| Hex | 4D | 44 | 65 | 18 | 21 | 0 | 3C | 100 | 14 | 21 |
| Octal | 115 | 104 | 145 | 30 | 41 | 0 | 74 | 400 | 24 | 41 |
| Binary | 1001101 | 1000100 | 1100101 | 11000 | 100001 | 0 | 111100 | 100000000 | 10100 | 100001 |
Color Harmonies of #4D4465
Complementary color
Monochromatic Colors of #4D4465
Black with #4D4465
Text Example
Text Example
White with #4D4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4465; }
p { color: rgb(77,68,101); }
H1.HeaderClassName
{
color: #4D4465;
}
.AnyTagClassName
{
color: #4D4465;
}
</style>
background-color css
<style>
a { background-color: #4D4465; }
a { background-color: rgb(77,68,101); }
div.DivClassName
{
background-color: #4D4465;
}
.BgClassName
{
background-color: #4D4465;
}
</style>
border-color css
<style>
span { border-color: #4D4465; }
span { border-color: rgb(77,68,101); }
td.TdClassName
{
border-color: #4D4465;
}
.TagClassName
{
border-color: #4D4465;
}
</style>