Shades of Meteorite #463B60
Tints of Meteorite #463B60
RGB
CMYK
RGB Variations
Color information
#463B60 (or 0x463B60) is known color: Meteorite. HEX triplet: 46, 3B and 60. RGB value is (70,59,96). Sum of RGB (Red+Green+Blue) = 70+59+96=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #463B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B60 is #B9C49F. Grayscale: #424242. Windows color (decimal): -12174496 or 6306630. OLE color: 6306630.
HSL color Cylindrical-coordinate representation of color #463B60: hue angle of 257.84º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #463B60 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 59 | 96 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.62 |
| HSL | 257.84º | 0.24% | 0.3% | - |
| HSV(B) | 257.84º | 0.39% | 0.38% | - |
| XYZ | 6.2 | 5.27 | 11.76 | - |
| YUV | 66.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 96 | 0.27 | 0.39 | 0 | 0.62 | 257.84 | 0.24 | 0.3 |
| Hex | 46 | 3B | 60 | 1B | 27 | 0 | 3E | 102 | 18 | 1E |
| Octal | 106 | 73 | 140 | 33 | 47 | 0 | 76 | 402 | 30 | 36 |
| Binary | 1000110 | 111011 | 1100000 | 11011 | 100111 | 0 | 111110 | 100000010 | 11000 | 11110 |
Color Harmonies of #463B60
Complementary color
Monochromatic Colors of #463B60
Black with #463B60
Text Example
Text Example
White with #463B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B60; }
p { color: rgb(70,59,96); }
H1.HeaderClassName
{
color: #463B60;
}
.AnyTagClassName
{
color: #463B60;
}
</style>
background-color css
<style>
a { background-color: #463B60; }
a { background-color: rgb(70,59,96); }
div.DivClassName
{
background-color: #463B60;
}
.BgClassName
{
background-color: #463B60;
}
</style>
border-color css
<style>
span { border-color: #463B60; }
span { border-color: rgb(70,59,96); }
td.TdClassName
{
border-color: #463B60;
}
.TagClassName
{
border-color: #463B60;
}
</style>