Shades of Meteorite #463D65
Tints of Meteorite #463D65
RGB
CMYK
RGB Variations
Color information
#463D65 (or 0x463D65) is known color: Meteorite. HEX triplet: 46, 3D and 65. RGB value is (70,61,101). Sum of RGB (Red+Green+Blue) = 70+61+101=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #463D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D65 is #B9C29A. Grayscale: #444444. Windows color (decimal): -12173979 or 6634822. OLE color: 6634822.
HSL color Cylindrical-coordinate representation of color #463D65: hue angle of 253.5º 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 #463D65 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 61 | 101 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.60 |
| HSL | 253.5º | 0.25% | 0.32% | - |
| HSV(B) | 253.5º | 0.4% | 0.4% | - |
| XYZ | 6.54 | 5.58 | 13.04 | - |
| YUV | 68.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 101 | 0.31 | 0.40 | 0 | 0.60 | 253.5 | 0.25 | 0.32 |
| Hex | 46 | 3D | 65 | 1F | 28 | 0 | 3C | FE | 19 | 20 |
| Octal | 106 | 75 | 145 | 37 | 50 | 0 | 74 | 376 | 31 | 40 |
| Binary | 1000110 | 111101 | 1100101 | 11111 | 101000 | 0 | 111100 | 11111110 | 11001 | 100000 |
Color Harmonies of #463D65
Complementary color
Monochromatic Colors of #463D65
Black with #463D65
Text Example
Text Example
White with #463D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D65; }
p { color: rgb(70,61,101); }
H1.HeaderClassName
{
color: #463D65;
}
.AnyTagClassName
{
color: #463D65;
}
</style>
background-color css
<style>
a { background-color: #463D65; }
a { background-color: rgb(70,61,101); }
div.DivClassName
{
background-color: #463D65;
}
.BgClassName
{
background-color: #463D65;
}
</style>
border-color css
<style>
span { border-color: #463D65; }
span { border-color: rgb(70,61,101); }
td.TdClassName
{
border-color: #463D65;
}
.TagClassName
{
border-color: #463D65;
}
</style>