Shades of Meteorite #4D386A
Tints of Meteorite #4D386A
RGB
CMYK
RGB Variations
Color information
#4D386A (or 0x4D386A) is known color: Meteorite. HEX triplet: 4D, 38 and 6A. RGB value is (77,56,106). Sum of RGB (Red+Green+Blue) = 77+56+106=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D386A is #B2C795. Grayscale: #434343. Windows color (decimal): -11716502 or 6961229. OLE color: 6961229.
HSL color Cylindrical-coordinate representation of color #4D386A: hue angle of 265.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D386A is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 56 | 106 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.58 |
| HSL | 265.2º | 0.31% | 0.32% | - |
| HSV(B) | 265.2º | 0.47% | 0.42% | - |
| XYZ | 7.08 | 5.45 | 14.31 | - |
| YUV | 67.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 106 | 0.27 | 0.47 | 0 | 0.58 | 265.2 | 0.31 | 0.32 |
| Hex | 4D | 38 | 6A | 1B | 2F | 0 | 3A | 109 | 1F | 20 |
| Octal | 115 | 70 | 152 | 33 | 57 | 0 | 72 | 411 | 37 | 40 |
| Binary | 1001101 | 111000 | 1101010 | 11011 | 101111 | 0 | 111010 | 100001001 | 11111 | 100000 |
Color Harmonies of #4D386A
Complementary color
Monochromatic Colors of #4D386A
Black with #4D386A
Text Example
Text Example
White with #4D386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D386A; }
p { color: rgb(77,56,106); }
H1.HeaderClassName
{
color: #4D386A;
}
.AnyTagClassName
{
color: #4D386A;
}
</style>
background-color css
<style>
a { background-color: #4D386A; }
a { background-color: rgb(77,56,106); }
div.DivClassName
{
background-color: #4D386A;
}
.BgClassName
{
background-color: #4D386A;
}
</style>
border-color css
<style>
span { border-color: #4D386A; }
span { border-color: rgb(77,56,106); }
td.TdClassName
{
border-color: #4D386A;
}
.TagClassName
{
border-color: #4D386A;
}
</style>