Shades of Meteorite #463F60
Tints of Meteorite #463F60
RGB
CMYK
RGB Variations
Color information
#463F60 (or 0x463F60) is known color: Meteorite. HEX triplet: 46, 3F and 60. RGB value is (70,63,96). Sum of RGB (Red+Green+Blue) = 70+63+96=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #463F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F60 is #B9C09F. Grayscale: #444444. Windows color (decimal): -12173472 or 6307654. OLE color: 6307654.
HSL color Cylindrical-coordinate representation of color #463F60: hue angle of 252.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463F60 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 63 | 96 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.62 |
| HSL | 252.73º | 0.21% | 0.31% | - |
| HSV(B) | 252.73º | 0.34% | 0.38% | - |
| XYZ | 6.41 | 5.7 | 11.83 | - |
| YUV | 68.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 96 | 0.27 | 0.34 | 0 | 0.62 | 252.73 | 0.21 | 0.31 |
| Hex | 46 | 3F | 60 | 1B | 22 | 0 | 3E | FD | 15 | 1F |
| Octal | 106 | 77 | 140 | 33 | 42 | 0 | 76 | 375 | 25 | 37 |
| Binary | 1000110 | 111111 | 1100000 | 11011 | 100010 | 0 | 111110 | 11111101 | 10101 | 11111 |
Color Harmonies of #463F60
Complementary color
Monochromatic Colors of #463F60
Black with #463F60
Text Example
Text Example
White with #463F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F60; }
p { color: rgb(70,63,96); }
H1.HeaderClassName
{
color: #463F60;
}
.AnyTagClassName
{
color: #463F60;
}
</style>
background-color css
<style>
a { background-color: #463F60; }
a { background-color: rgb(70,63,96); }
div.DivClassName
{
background-color: #463F60;
}
.BgClassName
{
background-color: #463F60;
}
</style>
border-color css
<style>
span { border-color: #463F60; }
span { border-color: rgb(70,63,96); }
td.TdClassName
{
border-color: #463F60;
}
.TagClassName
{
border-color: #463F60;
}
</style>