Shades of Meteorite #463D66
Tints of Meteorite #463D66
RGB
CMYK
RGB Variations
Color information
#463D66 (or 0x463D66) is known color: Meteorite. HEX triplet: 46, 3D and 66. RGB value is (70,61,102). Sum of RGB (Red+Green+Blue) = 70+61+102=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #463D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D66 is #B9C299. Grayscale: #444444. Windows color (decimal): -12173978 or 6700358. OLE color: 6700358.
HSL color Cylindrical-coordinate representation of color #463D66: hue angle of 253.17º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463D66 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 61 | 102 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.6 |
| HSL | 253.17º | 0.25% | 0.32% | - |
| HSV(B) | 253.17º | 0.4% | 0.4% | - |
| XYZ | 6.59 | 5.6 | 13.3 | - |
| YUV | 68.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 102 | 0.31 | 0.40 | 0 | 0.6 | 253.17 | 0.25 | 0.32 |
| Hex | 46 | 3D | 66 | 1F | 28 | 0 | 3C | FD | 19 | 20 |
| Octal | 106 | 75 | 146 | 37 | 50 | 0 | 74 | 375 | 31 | 40 |
| Binary | 1000110 | 111101 | 1100110 | 11111 | 101000 | 0 | 111100 | 11111101 | 11001 | 100000 |
Color Harmonies of #463D66
Complementary color
Monochromatic Colors of #463D66
Black with #463D66
Text Example
Text Example
White with #463D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D66; }
p { color: rgb(70,61,102); }
H1.HeaderClassName
{
color: #463D66;
}
.AnyTagClassName
{
color: #463D66;
}
</style>
background-color css
<style>
a { background-color: #463D66; }
a { background-color: rgb(70,61,102); }
div.DivClassName
{
background-color: #463D66;
}
.BgClassName
{
background-color: #463D66;
}
</style>
border-color css
<style>
span { border-color: #463D66; }
span { border-color: rgb(70,61,102); }
td.TdClassName
{
border-color: #463D66;
}
.TagClassName
{
border-color: #463D66;
}
</style>