Shades of Meteorite #463F65
Tints of Meteorite #463F65
RGB
CMYK
RGB Variations
Color information
#463F65 (or 0x463F65) is known color: Meteorite. HEX triplet: 46, 3F and 65. RGB value is (70,63,101). Sum of RGB (Red+Green+Blue) = 70+63+101=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #463F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F65 is #B9C09A. Grayscale: #454545. Windows color (decimal): -12173467 or 6635334. OLE color: 6635334.
HSL color Cylindrical-coordinate representation of color #463F65: hue angle of 251.05º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463F65 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 63 | 101 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.60 |
| HSL | 251.05º | 0.23% | 0.32% | - |
| HSV(B) | 251.05º | 0.38% | 0.4% | - |
| XYZ | 6.65 | 5.8 | 13.08 | - |
| YUV | 69.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 101 | 0.31 | 0.38 | 0 | 0.60 | 251.05 | 0.23 | 0.32 |
| Hex | 46 | 3F | 65 | 1F | 26 | 0 | 3C | FB | 17 | 20 |
| Octal | 106 | 77 | 145 | 37 | 46 | 0 | 74 | 373 | 27 | 40 |
| Binary | 1000110 | 111111 | 1100101 | 11111 | 100110 | 0 | 111100 | 11111011 | 10111 | 100000 |
Color Harmonies of #463F65
Complementary color
Monochromatic Colors of #463F65
Black with #463F65
Text Example
Text Example
White with #463F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F65; }
p { color: rgb(70,63,101); }
H1.HeaderClassName
{
color: #463F65;
}
.AnyTagClassName
{
color: #463F65;
}
</style>
background-color css
<style>
a { background-color: #463F65; }
a { background-color: rgb(70,63,101); }
div.DivClassName
{
background-color: #463F65;
}
.BgClassName
{
background-color: #463F65;
}
</style>
border-color css
<style>
span { border-color: #463F65; }
span { border-color: rgb(70,63,101); }
td.TdClassName
{
border-color: #463F65;
}
.TagClassName
{
border-color: #463F65;
}
</style>