Shades of Meteorite #463F63
Tints of Meteorite #463F63
RGB
CMYK
RGB Variations
Color information
#463F63 (or 0x463F63) is known color: Meteorite. HEX triplet: 46, 3F and 63. RGB value is (70,63,99). Sum of RGB (Red+Green+Blue) = 70+63+99=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #463F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F63 is #B9C09C. Grayscale: #454545. Windows color (decimal): -12173469 or 6504262. OLE color: 6504262.
HSL color Cylindrical-coordinate representation of color #463F63: hue angle of 251.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463F63 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 63 | 99 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.61 |
| HSL | 251.67º | 0.22% | 0.32% | - |
| HSV(B) | 251.67º | 0.36% | 0.39% | - |
| XYZ | 6.56 | 5.76 | 12.57 | - |
| YUV | 69.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 99 | 0.29 | 0.36 | 0 | 0.61 | 251.67 | 0.22 | 0.32 |
| Hex | 46 | 3F | 63 | 1D | 24 | 0 | 3D | FC | 16 | 20 |
| Octal | 106 | 77 | 143 | 35 | 44 | 0 | 75 | 374 | 26 | 40 |
| Binary | 1000110 | 111111 | 1100011 | 11101 | 100100 | 0 | 111101 | 11111100 | 10110 | 100000 |
Color Harmonies of #463F63
Complementary color
Monochromatic Colors of #463F63
Black with #463F63
Text Example
Text Example
White with #463F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F63; }
p { color: rgb(70,63,99); }
H1.HeaderClassName
{
color: #463F63;
}
.AnyTagClassName
{
color: #463F63;
}
</style>
background-color css
<style>
a { background-color: #463F63; }
a { background-color: rgb(70,63,99); }
div.DivClassName
{
background-color: #463F63;
}
.BgClassName
{
background-color: #463F63;
}
</style>
border-color css
<style>
span { border-color: #463F63; }
span { border-color: rgb(70,63,99); }
td.TdClassName
{
border-color: #463F63;
}
.TagClassName
{
border-color: #463F63;
}
</style>