Shades of Meteorite #4D426A
Tints of Meteorite #4D426A
RGB
CMYK
RGB Variations
Color information
#4D426A (or 0x4D426A) is known color: Meteorite. HEX triplet: 4D, 42 and 6A. RGB value is (77,66,106). Sum of RGB (Red+Green+Blue) = 77+66+106=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D426A is #B2BD95. Grayscale: #494949. Windows color (decimal): -11713942 or 6963789. OLE color: 6963789.
HSL color Cylindrical-coordinate representation of color #4D426A: hue angle of 256.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D426A is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 66 | 106 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.58 |
| HSL | 256.5º | 0.23% | 0.34% | - |
| HSV(B) | 256.5º | 0.38% | 0.42% | - |
| XYZ | 7.61 | 6.51 | 14.49 | - |
| YUV | 73.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 106 | 0.27 | 0.38 | 0 | 0.58 | 256.5 | 0.23 | 0.34 |
| Hex | 4D | 42 | 6A | 1B | 26 | 0 | 3A | 100 | 17 | 22 |
| Octal | 115 | 102 | 152 | 33 | 46 | 0 | 72 | 400 | 27 | 42 |
| Binary | 1001101 | 1000010 | 1101010 | 11011 | 100110 | 0 | 111010 | 100000000 | 10111 | 100010 |
Color Harmonies of #4D426A
Complementary color
Monochromatic Colors of #4D426A
Black with #4D426A
Text Example
Text Example
White with #4D426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D426A; }
p { color: rgb(77,66,106); }
H1.HeaderClassName
{
color: #4D426A;
}
.AnyTagClassName
{
color: #4D426A;
}
</style>
background-color css
<style>
a { background-color: #4D426A; }
a { background-color: rgb(77,66,106); }
div.DivClassName
{
background-color: #4D426A;
}
.BgClassName
{
background-color: #4D426A;
}
</style>
border-color css
<style>
span { border-color: #4D426A; }
span { border-color: rgb(77,66,106); }
td.TdClassName
{
border-color: #4D426A;
}
.TagClassName
{
border-color: #4D426A;
}
</style>