Shades of Meteorite #463763
Tints of Meteorite #463763
RGB
CMYK
RGB Variations
Color information
#463763 (or 0x463763) is known color: Meteorite. HEX triplet: 46, 37 and 63. RGB value is (70,55,99). Sum of RGB (Red+Green+Blue) = 70+55+99=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #463763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463763 is #B9C89C. Grayscale: #404040. Windows color (decimal): -12175517 or 6502214. OLE color: 6502214.
HSL color Cylindrical-coordinate representation of color #463763: hue angle of 260.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463763 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 55 | 99 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.61 |
| HSL | 260.45º | 0.29% | 0.3% | - |
| HSV(B) | 260.45º | 0.44% | 0.39% | - |
| XYZ | 6.14 | 4.94 | 12.43 | - |
| YUV | 64.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 99 | 0.29 | 0.44 | 0 | 0.61 | 260.45 | 0.29 | 0.3 |
| Hex | 46 | 37 | 63 | 1D | 2C | 0 | 3D | 104 | 1D | 1E |
| Octal | 106 | 67 | 143 | 35 | 54 | 0 | 75 | 404 | 35 | 36 |
| Binary | 1000110 | 110111 | 1100011 | 11101 | 101100 | 0 | 111101 | 100000100 | 11101 | 11110 |
Color Harmonies of #463763
Complementary color
Monochromatic Colors of #463763
Black with #463763
Text Example
Text Example
White with #463763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463763; }
p { color: rgb(70,55,99); }
H1.HeaderClassName
{
color: #463763;
}
.AnyTagClassName
{
color: #463763;
}
</style>
background-color css
<style>
a { background-color: #463763; }
a { background-color: rgb(70,55,99); }
div.DivClassName
{
background-color: #463763;
}
.BgClassName
{
background-color: #463763;
}
</style>
border-color css
<style>
span { border-color: #463763; }
span { border-color: rgb(70,55,99); }
td.TdClassName
{
border-color: #463763;
}
.TagClassName
{
border-color: #463763;
}
</style>