Shades of Meteorite #463F62
Tints of Meteorite #463F62
RGB
CMYK
RGB Variations
Color information
#463F62 (or 0x463F62) is known color: Meteorite. HEX triplet: 46, 3F and 62. RGB value is (70,63,98). Sum of RGB (Red+Green+Blue) = 70+63+98=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #463F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F62 is #B9C09D. Grayscale: #444444. Windows color (decimal): -12173470 or 6438726. OLE color: 6438726.
HSL color Cylindrical-coordinate representation of color #463F62: hue angle of 252º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463F62 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 63 | 98 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.62 |
| HSL | 252º | 0.22% | 0.32% | - |
| HSV(B) | 252º | 0.36% | 0.38% | - |
| XYZ | 6.51 | 5.74 | 12.32 | - |
| YUV | 69.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 98 | 0.29 | 0.36 | 0 | 0.62 | 252 | 0.22 | 0.32 |
| Hex | 46 | 3F | 62 | 1D | 24 | 0 | 3E | FC | 16 | 20 |
| Octal | 106 | 77 | 142 | 35 | 44 | 0 | 76 | 374 | 26 | 40 |
| Binary | 1000110 | 111111 | 1100010 | 11101 | 100100 | 0 | 111110 | 11111100 | 10110 | 100000 |
Color Harmonies of #463F62
Complementary color
Monochromatic Colors of #463F62
Black with #463F62
Text Example
Text Example
White with #463F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F62; }
p { color: rgb(70,63,98); }
H1.HeaderClassName
{
color: #463F62;
}
.AnyTagClassName
{
color: #463F62;
}
</style>
background-color css
<style>
a { background-color: #463F62; }
a { background-color: rgb(70,63,98); }
div.DivClassName
{
background-color: #463F62;
}
.BgClassName
{
background-color: #463F62;
}
</style>
border-color css
<style>
span { border-color: #463F62; }
span { border-color: rgb(70,63,98); }
td.TdClassName
{
border-color: #463F62;
}
.TagClassName
{
border-color: #463F62;
}
</style>