Shades of Meteorite #463365
Tints of Meteorite #463365
RGB
CMYK
RGB Variations
Color information
#463365 (or 0x463365) is known color: Meteorite. HEX triplet: 46, 33 and 65. RGB value is (70,51,101). Sum of RGB (Red+Green+Blue) = 70+51+101=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #463365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463365 is #B9CC9A. Grayscale: #3E3E3E. Windows color (decimal): -12176539 or 6632262. OLE color: 6632262.
HSL color Cylindrical-coordinate representation of color #463365: hue angle of 262.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463365 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 51 | 101 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.60 |
| HSL | 262.8º | 0.33% | 0.3% | - |
| HSV(B) | 262.8º | 0.5% | 0.4% | - |
| XYZ | 6.06 | 4.61 | 12.88 | - |
| YUV | 62.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 101 | 0.31 | 0.50 | 0 | 0.60 | 262.8 | 0.33 | 0.3 |
| Hex | 46 | 33 | 65 | 1F | 32 | 0 | 3C | 107 | 21 | 1E |
| Octal | 106 | 63 | 145 | 37 | 62 | 0 | 74 | 407 | 41 | 36 |
| Binary | 1000110 | 110011 | 1100101 | 11111 | 110010 | 0 | 111100 | 100000111 | 100001 | 11110 |
Color Harmonies of #463365
Complementary color
Monochromatic Colors of #463365
Black with #463365
Text Example
Text Example
White with #463365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463365; }
p { color: rgb(70,51,101); }
H1.HeaderClassName
{
color: #463365;
}
.AnyTagClassName
{
color: #463365;
}
</style>
background-color css
<style>
a { background-color: #463365; }
a { background-color: rgb(70,51,101); }
div.DivClassName
{
background-color: #463365;
}
.BgClassName
{
background-color: #463365;
}
</style>
border-color css
<style>
span { border-color: #463365; }
span { border-color: rgb(70,51,101); }
td.TdClassName
{
border-color: #463365;
}
.TagClassName
{
border-color: #463365;
}
</style>