Shades of Meteorite #463265
Tints of Meteorite #463265
RGB
CMYK
RGB Variations
Color information
#463265 (or 0x463265) is known color: Meteorite. HEX triplet: 46, 32 and 65. RGB value is (70,50,101). Sum of RGB (Red+Green+Blue) = 70+50+101=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #463265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463265 is #B9CD9A. Grayscale: #3D3D3D. Windows color (decimal): -12176795 or 6632006. OLE color: 6632006.
HSL color Cylindrical-coordinate representation of color #463265: hue angle of 263.53º degrees, saturation: 0.34, 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 #463265 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 50 | 101 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.60 |
| HSL | 263.53º | 0.34% | 0.3% | - |
| HSV(B) | 263.53º | 0.5% | 0.4% | - |
| XYZ | 6.02 | 4.52 | 12.87 | - |
| YUV | 61.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 101 | 0.31 | 0.50 | 0 | 0.60 | 263.53 | 0.34 | 0.3 |
| Hex | 46 | 32 | 65 | 1F | 32 | 0 | 3C | 108 | 22 | 1E |
| Octal | 106 | 62 | 145 | 37 | 62 | 0 | 74 | 410 | 42 | 36 |
| Binary | 1000110 | 110010 | 1100101 | 11111 | 110010 | 0 | 111100 | 100001000 | 100010 | 11110 |
Color Harmonies of #463265
Complementary color
Monochromatic Colors of #463265
Black with #463265
Text Example
Text Example
White with #463265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463265; }
p { color: rgb(70,50,101); }
H1.HeaderClassName
{
color: #463265;
}
.AnyTagClassName
{
color: #463265;
}
</style>
background-color css
<style>
a { background-color: #463265; }
a { background-color: rgb(70,50,101); }
div.DivClassName
{
background-color: #463265;
}
.BgClassName
{
background-color: #463265;
}
</style>
border-color css
<style>
span { border-color: #463265; }
span { border-color: rgb(70,50,101); }
td.TdClassName
{
border-color: #463265;
}
.TagClassName
{
border-color: #463265;
}
</style>