Shades of Meteorite #463E64
Tints of Meteorite #463E64
RGB
CMYK
RGB Variations
Color information
#463E64 (or 0x463E64) is known color: Meteorite. HEX triplet: 46, 3E and 64. RGB value is (70,62,100). Sum of RGB (Red+Green+Blue) = 70+62+100=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #463E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E64 is #B9C19B. Grayscale: #444444. Windows color (decimal): -12173724 or 6569542. OLE color: 6569542.
HSL color Cylindrical-coordinate representation of color #463E64: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463E64 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 62 | 100 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.61 |
| HSL | 252.63º | 0.23% | 0.32% | - |
| HSV(B) | 252.63º | 0.38% | 0.39% | - |
| XYZ | 6.55 | 5.67 | 12.81 | - |
| YUV | 68.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 100 | 0.30 | 0.38 | 0 | 0.61 | 252.63 | 0.23 | 0.32 |
| Hex | 46 | 3E | 64 | 1E | 26 | 0 | 3D | FD | 17 | 20 |
| Octal | 106 | 76 | 144 | 36 | 46 | 0 | 75 | 375 | 27 | 40 |
| Binary | 1000110 | 111110 | 1100100 | 11110 | 100110 | 0 | 111101 | 11111101 | 10111 | 100000 |
Color Harmonies of #463E64
Complementary color
Monochromatic Colors of #463E64
Black with #463E64
Text Example
Text Example
White with #463E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E64; }
p { color: rgb(70,62,100); }
H1.HeaderClassName
{
color: #463E64;
}
.AnyTagClassName
{
color: #463E64;
}
</style>
background-color css
<style>
a { background-color: #463E64; }
a { background-color: rgb(70,62,100); }
div.DivClassName
{
background-color: #463E64;
}
.BgClassName
{
background-color: #463E64;
}
</style>
border-color css
<style>
span { border-color: #463E64; }
span { border-color: rgb(70,62,100); }
td.TdClassName
{
border-color: #463E64;
}
.TagClassName
{
border-color: #463E64;
}
</style>