Shades of Meteorite #4D426B
Tints of Meteorite #4D426B
RGB
CMYK
RGB Variations
Color information
#4D426B (or 0x4D426B) is known color: Meteorite. HEX triplet: 4D, 42 and 6B. RGB value is (77,66,107). Sum of RGB (Red+Green+Blue) = 77+66+107=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D426B is #B2BD94. Grayscale: #494949. Windows color (decimal): -11713941 or 7029325. OLE color: 7029325.
HSL color Cylindrical-coordinate representation of color #4D426B: hue angle of 256.1º degrees, saturation: 0.24, 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 #4D426B is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 66 | 107 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.58 |
| HSL | 256.1º | 0.24% | 0.34% | - |
| HSV(B) | 256.1º | 0.38% | 0.42% | - |
| XYZ | 7.66 | 6.54 | 14.77 | - |
| YUV | 73.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 107 | 0.28 | 0.38 | 0 | 0.58 | 256.1 | 0.24 | 0.34 |
| Hex | 4D | 42 | 6B | 1C | 26 | 0 | 3A | 100 | 18 | 22 |
| Octal | 115 | 102 | 153 | 34 | 46 | 0 | 72 | 400 | 30 | 42 |
| Binary | 1001101 | 1000010 | 1101011 | 11100 | 100110 | 0 | 111010 | 100000000 | 11000 | 100010 |
Color Harmonies of #4D426B
Complementary color
Monochromatic Colors of #4D426B
Black with #4D426B
Text Example
Text Example
White with #4D426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D426B; }
p { color: rgb(77,66,107); }
H1.HeaderClassName
{
color: #4D426B;
}
.AnyTagClassName
{
color: #4D426B;
}
</style>
background-color css
<style>
a { background-color: #4D426B; }
a { background-color: rgb(77,66,107); }
div.DivClassName
{
background-color: #4D426B;
}
.BgClassName
{
background-color: #4D426B;
}
</style>
border-color css
<style>
span { border-color: #4D426B; }
span { border-color: rgb(77,66,107); }
td.TdClassName
{
border-color: #4D426B;
}
.TagClassName
{
border-color: #4D426B;
}
</style>