Shades of Meteorite #463B63
Tints of Meteorite #463B63
RGB
CMYK
RGB Variations
Color information
#463B63 (or 0x463B63) is known color: Meteorite. HEX triplet: 46, 3B and 63. RGB value is (70,59,99). Sum of RGB (Red+Green+Blue) = 70+59+99=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #463B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B63 is #B9C49C. Grayscale: #424242. Windows color (decimal): -12174493 or 6503238. OLE color: 6503238.
HSL color Cylindrical-coordinate representation of color #463B63: hue angle of 256.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463B63 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 59 | 99 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.61 |
| HSL | 256.5º | 0.25% | 0.31% | - |
| HSV(B) | 256.5º | 0.4% | 0.39% | - |
| XYZ | 6.34 | 5.33 | 12.5 | - |
| YUV | 66.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 99 | 0.29 | 0.40 | 0 | 0.61 | 256.5 | 0.25 | 0.31 |
| Hex | 46 | 3B | 63 | 1D | 28 | 0 | 3D | 100 | 19 | 1F |
| Octal | 106 | 73 | 143 | 35 | 50 | 0 | 75 | 400 | 31 | 37 |
| Binary | 1000110 | 111011 | 1100011 | 11101 | 101000 | 0 | 111101 | 100000000 | 11001 | 11111 |
Color Harmonies of #463B63
Complementary color
Monochromatic Colors of #463B63
Black with #463B63
Text Example
Text Example
White with #463B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B63; }
p { color: rgb(70,59,99); }
H1.HeaderClassName
{
color: #463B63;
}
.AnyTagClassName
{
color: #463B63;
}
</style>
background-color css
<style>
a { background-color: #463B63; }
a { background-color: rgb(70,59,99); }
div.DivClassName
{
background-color: #463B63;
}
.BgClassName
{
background-color: #463B63;
}
</style>
border-color css
<style>
span { border-color: #463B63; }
span { border-color: rgb(70,59,99); }
td.TdClassName
{
border-color: #463B63;
}
.TagClassName
{
border-color: #463B63;
}
</style>