Shades of Meteorite #463465
Tints of Meteorite #463465
RGB
CMYK
RGB Variations
Color information
#463465 (or 0x463465) is known color: Meteorite. HEX triplet: 46, 34 and 65. RGB value is (70,52,101). Sum of RGB (Red+Green+Blue) = 70+52+101=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #463465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463465 is #B9CB9A. Grayscale: #3E3E3E. Windows color (decimal): -12176283 or 6632518. OLE color: 6632518.
HSL color Cylindrical-coordinate representation of color #463465: hue angle of 262.04º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463465 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 52 | 101 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.60 |
| HSL | 262.04º | 0.32% | 0.3% | - |
| HSV(B) | 262.04º | 0.49% | 0.4% | - |
| XYZ | 6.1 | 4.7 | 12.9 | - |
| YUV | 62.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 101 | 0.31 | 0.49 | 0 | 0.60 | 262.04 | 0.32 | 0.3 |
| Hex | 46 | 34 | 65 | 1F | 31 | 0 | 3C | 106 | 20 | 1E |
| Octal | 106 | 64 | 145 | 37 | 61 | 0 | 74 | 406 | 40 | 36 |
| Binary | 1000110 | 110100 | 1100101 | 11111 | 110001 | 0 | 111100 | 100000110 | 100000 | 11110 |
Color Harmonies of #463465
Complementary color
Monochromatic Colors of #463465
Black with #463465
Text Example
Text Example
White with #463465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463465; }
p { color: rgb(70,52,101); }
H1.HeaderClassName
{
color: #463465;
}
.AnyTagClassName
{
color: #463465;
}
</style>
background-color css
<style>
a { background-color: #463465; }
a { background-color: rgb(70,52,101); }
div.DivClassName
{
background-color: #463465;
}
.BgClassName
{
background-color: #463465;
}
</style>
border-color css
<style>
span { border-color: #463465; }
span { border-color: rgb(70,52,101); }
td.TdClassName
{
border-color: #463465;
}
.TagClassName
{
border-color: #463465;
}
</style>