Shades of Meteorite #463565
Tints of Meteorite #463565
RGB
CMYK
RGB Variations
Color information
#463565 (or 0x463565) is known color: Meteorite. HEX triplet: 46, 35 and 65. RGB value is (70,53,101). Sum of RGB (Red+Green+Blue) = 70+53+101=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #463565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463565 is #B9CA9A. Grayscale: #3F3F3F. Windows color (decimal): -12176027 or 6632774. OLE color: 6632774.
HSL color Cylindrical-coordinate representation of color #463565: hue angle of 261.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #463565 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 53 | 101 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.60 |
| HSL | 261.25º | 0.31% | 0.3% | - |
| HSV(B) | 261.25º | 0.48% | 0.4% | - |
| XYZ | 6.15 | 4.79 | 12.91 | - |
| YUV | 63.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 101 | 0.31 | 0.48 | 0 | 0.60 | 261.25 | 0.31 | 0.3 |
| Hex | 46 | 35 | 65 | 1F | 30 | 0 | 3C | 105 | 1F | 1E |
| Octal | 106 | 65 | 145 | 37 | 60 | 0 | 74 | 405 | 37 | 36 |
| Binary | 1000110 | 110101 | 1100101 | 11111 | 110000 | 0 | 111100 | 100000101 | 11111 | 11110 |
Color Harmonies of #463565
Complementary color
Monochromatic Colors of #463565
Black with #463565
Text Example
Text Example
White with #463565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463565; }
p { color: rgb(70,53,101); }
H1.HeaderClassName
{
color: #463565;
}
.AnyTagClassName
{
color: #463565;
}
</style>
background-color css
<style>
a { background-color: #463565; }
a { background-color: rgb(70,53,101); }
div.DivClassName
{
background-color: #463565;
}
.BgClassName
{
background-color: #463565;
}
</style>
border-color css
<style>
span { border-color: #463565; }
span { border-color: rgb(70,53,101); }
td.TdClassName
{
border-color: #463565;
}
.TagClassName
{
border-color: #463565;
}
</style>