Shades of Meteorite #4D3F6B
Tints of Meteorite #4D3F6B
RGB
CMYK
RGB Variations
Color information
#4D3F6B (or 0x4D3F6B) is known color: Meteorite. HEX triplet: 4D, 3F and 6B. RGB value is (77,63,107). Sum of RGB (Red+Green+Blue) = 77+63+107=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D3F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F6B is #B2C094. Grayscale: #484848. Windows color (decimal): -11714709 or 7028557. OLE color: 7028557.
HSL color Cylindrical-coordinate representation of color #4D3F6B: hue angle of 259.09º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D3F6B is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 63 | 107 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.58 |
| HSL | 259.09º | 0.26% | 0.33% | - |
| HSV(B) | 259.09º | 0.41% | 0.42% | - |
| XYZ | 7.49 | 6.19 | 14.71 | - |
| YUV | 72.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 107 | 0.28 | 0.41 | 0 | 0.58 | 259.09 | 0.26 | 0.33 |
| Hex | 4D | 3F | 6B | 1C | 29 | 0 | 3A | 103 | 1A | 21 |
| Octal | 115 | 77 | 153 | 34 | 51 | 0 | 72 | 403 | 32 | 41 |
| Binary | 1001101 | 111111 | 1101011 | 11100 | 101001 | 0 | 111010 | 100000011 | 11010 | 100001 |
Color Harmonies of #4D3F6B
Complementary color
Monochromatic Colors of #4D3F6B
Black with #4D3F6B
Text Example
Text Example
White with #4D3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F6B; }
p { color: rgb(77,63,107); }
H1.HeaderClassName
{
color: #4D3F6B;
}
.AnyTagClassName
{
color: #4D3F6B;
}
</style>
background-color css
<style>
a { background-color: #4D3F6B; }
a { background-color: rgb(77,63,107); }
div.DivClassName
{
background-color: #4D3F6B;
}
.BgClassName
{
background-color: #4D3F6B;
}
</style>
border-color css
<style>
span { border-color: #4D3F6B; }
span { border-color: rgb(77,63,107); }
td.TdClassName
{
border-color: #4D3F6B;
}
.TagClassName
{
border-color: #4D3F6B;
}
</style>