Shades of Meteorite #4D4572
Tints of Meteorite #4D4572
RGB
CMYK
RGB Variations
Color information
#4D4572 (or 0x4D4572) is known color: Meteorite. HEX triplet: 4D, 45 and 72. RGB value is (77,69,114). Sum of RGB (Red+Green+Blue) = 77+69+114=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D4572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4572 is #B2BA8D. Grayscale: #4C4C4C. Windows color (decimal): -11713166 or 7488845. OLE color: 7488845.
HSL color Cylindrical-coordinate representation of color #4D4572: hue angle of 250.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D4572 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 69 | 114 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.55 |
| HSL | 250.67º | 0.25% | 0.36% | - |
| HSV(B) | 250.67º | 0.39% | 0.45% | - |
| XYZ | 8.23 | 7.05 | 16.85 | - |
| YUV | 76.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 114 | 0.32 | 0.39 | 0 | 0.55 | 250.67 | 0.25 | 0.36 |
| Hex | 4D | 45 | 72 | 20 | 27 | 0 | 37 | FB | 19 | 24 |
| Octal | 115 | 105 | 162 | 40 | 47 | 0 | 67 | 373 | 31 | 44 |
| Binary | 1001101 | 1000101 | 1110010 | 100000 | 100111 | 0 | 110111 | 11111011 | 11001 | 100100 |
Color Harmonies of #4D4572
Complementary color
Monochromatic Colors of #4D4572
Black with #4D4572
Text Example
Text Example
White with #4D4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4572; }
p { color: rgb(77,69,114); }
H1.HeaderClassName
{
color: #4D4572;
}
.AnyTagClassName
{
color: #4D4572;
}
</style>
background-color css
<style>
a { background-color: #4D4572; }
a { background-color: rgb(77,69,114); }
div.DivClassName
{
background-color: #4D4572;
}
.BgClassName
{
background-color: #4D4572;
}
</style>
border-color css
<style>
span { border-color: #4D4572; }
span { border-color: rgb(77,69,114); }
td.TdClassName
{
border-color: #4D4572;
}
.TagClassName
{
border-color: #4D4572;
}
</style>