Shades of Meteorite #4D3A69
Tints of Meteorite #4D3A69
RGB
CMYK
RGB Variations
Color information
#4D3A69 (or 0x4D3A69) is known color: Meteorite. HEX triplet: 4D, 3A and 69. RGB value is (77,58,105). Sum of RGB (Red+Green+Blue) = 77+58+105=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D3A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3A69 is #B2C596. Grayscale: #444444. Windows color (decimal): -11715991 or 6896205. OLE color: 6896205.
HSL color Cylindrical-coordinate representation of color #4D3A69: hue angle of 264.26º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D3A69 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 58 | 105 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.59 |
| HSL | 264.26º | 0.29% | 0.32% | - |
| HSV(B) | 264.26º | 0.45% | 0.41% | - |
| XYZ | 7.12 | 5.62 | 14.07 | - |
| YUV | 69.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 105 | 0.27 | 0.45 | 0 | 0.59 | 264.26 | 0.29 | 0.32 |
| Hex | 4D | 3A | 69 | 1B | 2D | 0 | 3B | 108 | 1D | 20 |
| Octal | 115 | 72 | 151 | 33 | 55 | 0 | 73 | 410 | 35 | 40 |
| Binary | 1001101 | 111010 | 1101001 | 11011 | 101101 | 0 | 111011 | 100001000 | 11101 | 100000 |
Color Harmonies of #4D3A69
Complementary color
Monochromatic Colors of #4D3A69
Black with #4D3A69
Text Example
Text Example
White with #4D3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A69; }
p { color: rgb(77,58,105); }
H1.HeaderClassName
{
color: #4D3A69;
}
.AnyTagClassName
{
color: #4D3A69;
}
</style>
background-color css
<style>
a { background-color: #4D3A69; }
a { background-color: rgb(77,58,105); }
div.DivClassName
{
background-color: #4D3A69;
}
.BgClassName
{
background-color: #4D3A69;
}
</style>
border-color css
<style>
span { border-color: #4D3A69; }
span { border-color: rgb(77,58,105); }
td.TdClassName
{
border-color: #4D3A69;
}
.TagClassName
{
border-color: #4D3A69;
}
</style>