Shades of Meteorite #4D396C
Tints of Meteorite #4D396C
RGB
CMYK
RGB Variations
Color information
#4D396C (or 0x4D396C) is known color: Meteorite. HEX triplet: 4D, 39 and 6C. RGB value is (77,57,108). Sum of RGB (Red+Green+Blue) = 77+57+108=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D396C is #B2C693. Grayscale: #444444. Windows color (decimal): -11716244 or 7092557. OLE color: 7092557.
HSL color Cylindrical-coordinate representation of color #4D396C: hue angle of 263.53º 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 #4D396C is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 57 | 108 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.58 |
| HSL | 263.53º | 0.31% | 0.32% | - |
| HSV(B) | 263.53º | 0.47% | 0.42% | - |
| XYZ | 7.23 | 5.59 | 14.88 | - |
| YUV | 68.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 108 | 0.29 | 0.47 | 0 | 0.58 | 263.53 | 0.31 | 0.32 |
| Hex | 4D | 39 | 6C | 1D | 2F | 0 | 3A | 108 | 1F | 20 |
| Octal | 115 | 71 | 154 | 35 | 57 | 0 | 72 | 410 | 37 | 40 |
| Binary | 1001101 | 111001 | 1101100 | 11101 | 101111 | 0 | 111010 | 100001000 | 11111 | 100000 |
Color Harmonies of #4D396C
Complementary color
Monochromatic Colors of #4D396C
Black with #4D396C
Text Example
Text Example
White with #4D396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D396C; }
p { color: rgb(77,57,108); }
H1.HeaderClassName
{
color: #4D396C;
}
.AnyTagClassName
{
color: #4D396C;
}
</style>
background-color css
<style>
a { background-color: #4D396C; }
a { background-color: rgb(77,57,108); }
div.DivClassName
{
background-color: #4D396C;
}
.BgClassName
{
background-color: #4D396C;
}
</style>
border-color css
<style>
span { border-color: #4D396C; }
span { border-color: rgb(77,57,108); }
td.TdClassName
{
border-color: #4D396C;
}
.TagClassName
{
border-color: #4D396C;
}
</style>