Shades of Meteorite #4D3A68
Tints of Meteorite #4D3A68
RGB
CMYK
RGB Variations
Color information
#4D3A68 (or 0x4D3A68) is known color: Meteorite. HEX triplet: 4D, 3A and 68. RGB value is (77,58,104). Sum of RGB (Red+Green+Blue) = 77+58+104=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D3A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3A68 is #B2C597. Grayscale: #444444. Windows color (decimal): -11715992 or 6830669. OLE color: 6830669.
HSL color Cylindrical-coordinate representation of color #4D3A68: hue angle of 264.78º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D3A68 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 58 | 104 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.59 |
| HSL | 264.78º | 0.28% | 0.32% | - |
| HSV(B) | 264.78º | 0.44% | 0.41% | - |
| XYZ | 7.07 | 5.6 | 13.81 | - |
| YUV | 68.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 104 | 0.26 | 0.44 | 0 | 0.59 | 264.78 | 0.28 | 0.32 |
| Hex | 4D | 3A | 68 | 1A | 2C | 0 | 3B | 109 | 1C | 20 |
| Octal | 115 | 72 | 150 | 32 | 54 | 0 | 73 | 411 | 34 | 40 |
| Binary | 1001101 | 111010 | 1101000 | 11010 | 101100 | 0 | 111011 | 100001001 | 11100 | 100000 |
Color Harmonies of #4D3A68
Complementary color
Monochromatic Colors of #4D3A68
Black with #4D3A68
Text Example
Text Example
White with #4D3A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A68; }
p { color: rgb(77,58,104); }
H1.HeaderClassName
{
color: #4D3A68;
}
.AnyTagClassName
{
color: #4D3A68;
}
</style>
background-color css
<style>
a { background-color: #4D3A68; }
a { background-color: rgb(77,58,104); }
div.DivClassName
{
background-color: #4D3A68;
}
.BgClassName
{
background-color: #4D3A68;
}
</style>
border-color css
<style>
span { border-color: #4D3A68; }
span { border-color: rgb(77,58,104); }
td.TdClassName
{
border-color: #4D3A68;
}
.TagClassName
{
border-color: #4D3A68;
}
</style>