Shades of Meteorite #4D4569
Tints of Meteorite #4D4569
RGB
CMYK
RGB Variations
Color information
#4D4569 (or 0x4D4569) is known color: Meteorite. HEX triplet: 4D, 45 and 69. RGB value is (77,69,105). Sum of RGB (Red+Green+Blue) = 77+69+105=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D4569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4569 is #B2BA96. Grayscale: #4B4B4B. Windows color (decimal): -11713175 or 6899021. OLE color: 6899021.
HSL color Cylindrical-coordinate representation of color #4D4569: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4569 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 69 | 105 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.59 |
| HSL | 253.33º | 0.21% | 0.34% | - |
| HSV(B) | 253.33º | 0.34% | 0.41% | - |
| XYZ | 7.74 | 6.85 | 14.28 | - |
| YUV | 75.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 105 | 0.27 | 0.34 | 0 | 0.59 | 253.33 | 0.21 | 0.34 |
| Hex | 4D | 45 | 69 | 1B | 22 | 0 | 3B | FD | 15 | 22 |
| Octal | 115 | 105 | 151 | 33 | 42 | 0 | 73 | 375 | 25 | 42 |
| Binary | 1001101 | 1000101 | 1101001 | 11011 | 100010 | 0 | 111011 | 11111101 | 10101 | 100010 |
Color Harmonies of #4D4569
Complementary color
Monochromatic Colors of #4D4569
Black with #4D4569
Text Example
Text Example
White with #4D4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4569; }
p { color: rgb(77,69,105); }
H1.HeaderClassName
{
color: #4D4569;
}
.AnyTagClassName
{
color: #4D4569;
}
</style>
background-color css
<style>
a { background-color: #4D4569; }
a { background-color: rgb(77,69,105); }
div.DivClassName
{
background-color: #4D4569;
}
.BgClassName
{
background-color: #4D4569;
}
</style>
border-color css
<style>
span { border-color: #4D4569; }
span { border-color: rgb(77,69,105); }
td.TdClassName
{
border-color: #4D4569;
}
.TagClassName
{
border-color: #4D4569;
}
</style>