Shades of Meteorite #4D3B6E
Tints of Meteorite #4D3B6E
RGB
CMYK
RGB Variations
Color information
#4D3B6E (or 0x4D3B6E) is known color: Meteorite. HEX triplet: 4D, 3B and 6E. RGB value is (77,59,110). Sum of RGB (Red+Green+Blue) = 77+59+110=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D3B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3B6E is #B2C491. Grayscale: #464646. Windows color (decimal): -11715730 or 7224141. OLE color: 7224141.
HSL color Cylindrical-coordinate representation of color #4D3B6E: hue angle of 261.18º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D3B6E is Cyan = 0.3, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 59 | 110 | - |
| CMYK | 0.3 | 0.46 | 0 | 0.57 |
| HSL | 261.18º | 0.3% | 0.33% | - |
| HSV(B) | 261.18º | 0.46% | 0.43% | - |
| XYZ | 7.44 | 5.83 | 15.49 | - |
| YUV | 70.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 110 | 0.3 | 0.46 | 0 | 0.57 | 261.18 | 0.3 | 0.33 |
| Hex | 4D | 3B | 6E | 1E | 2E | 0 | 39 | 105 | 1E | 21 |
| Octal | 115 | 73 | 156 | 36 | 56 | 0 | 71 | 405 | 36 | 41 |
| Binary | 1001101 | 111011 | 1101110 | 11110 | 101110 | 0 | 111001 | 100000101 | 11110 | 100001 |
Color Harmonies of #4D3B6E
Complementary color
Monochromatic Colors of #4D3B6E
Black with #4D3B6E
Text Example
Text Example
White with #4D3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B6E; }
p { color: rgb(77,59,110); }
H1.HeaderClassName
{
color: #4D3B6E;
}
.AnyTagClassName
{
color: #4D3B6E;
}
</style>
background-color css
<style>
a { background-color: #4D3B6E; }
a { background-color: rgb(77,59,110); }
div.DivClassName
{
background-color: #4D3B6E;
}
.BgClassName
{
background-color: #4D3B6E;
}
</style>
border-color css
<style>
span { border-color: #4D3B6E; }
span { border-color: rgb(77,59,110); }
td.TdClassName
{
border-color: #4D3B6E;
}
.TagClassName
{
border-color: #4D3B6E;
}
</style>