Shades of Meteorite #4D3E75
Tints of Meteorite #4D3E75
RGB
CMYK
RGB Variations
Color information
#4D3E75 (or 0x4D3E75) is known color: Meteorite. HEX triplet: 4D, 3E and 75. RGB value is (77,62,117). Sum of RGB (Red+Green+Blue) = 77+62+117=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E75 is #B2C18A. Grayscale: #484848. Windows color (decimal): -11714955 or 7683661. OLE color: 7683661.
HSL color Cylindrical-coordinate representation of color #4D3E75: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3E75 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 62 | 117 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.54 |
| HSL | 256.36º | 0.31% | 0.35% | - |
| HSV(B) | 256.36º | 0.47% | 0.46% | - |
| XYZ | 7.99 | 6.31 | 17.63 | - |
| YUV | 72.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 117 | 0.34 | 0.47 | 0 | 0.54 | 256.36 | 0.31 | 0.35 |
| Hex | 4D | 3E | 75 | 22 | 2F | 0 | 36 | 100 | 1F | 23 |
| Octal | 115 | 76 | 165 | 42 | 57 | 0 | 66 | 400 | 37 | 43 |
| Binary | 1001101 | 111110 | 1110101 | 100010 | 101111 | 0 | 110110 | 100000000 | 11111 | 100011 |
Color Harmonies of #4D3E75
Complementary color
Monochromatic Colors of #4D3E75
Black with #4D3E75
Text Example
Text Example
White with #4D3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E75; }
p { color: rgb(77,62,117); }
H1.HeaderClassName
{
color: #4D3E75;
}
.AnyTagClassName
{
color: #4D3E75;
}
</style>
background-color css
<style>
a { background-color: #4D3E75; }
a { background-color: rgb(77,62,117); }
div.DivClassName
{
background-color: #4D3E75;
}
.BgClassName
{
background-color: #4D3E75;
}
</style>
border-color css
<style>
span { border-color: #4D3E75; }
span { border-color: rgb(77,62,117); }
td.TdClassName
{
border-color: #4D3E75;
}
.TagClassName
{
border-color: #4D3E75;
}
</style>