Shades of Meteorite #463C61
Tints of Meteorite #463C61
RGB
CMYK
RGB Variations
Color information
#463C61 (or 0x463C61) is known color: Meteorite. HEX triplet: 46, 3C and 61. RGB value is (70,60,97). Sum of RGB (Red+Green+Blue) = 70+60+97=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #463C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C61 is #B9C39E. Grayscale: #434343. Windows color (decimal): -12174239 or 6372422. OLE color: 6372422.
HSL color Cylindrical-coordinate representation of color #463C61: hue angle of 256.22º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463C61 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 60 | 97 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.62 |
| HSL | 256.22º | 0.24% | 0.31% | - |
| HSV(B) | 256.22º | 0.38% | 0.38% | - |
| XYZ | 6.3 | 5.4 | 12.02 | - |
| YUV | 67.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 97 | 0.28 | 0.38 | 0 | 0.62 | 256.22 | 0.24 | 0.31 |
| Hex | 46 | 3C | 61 | 1C | 26 | 0 | 3E | 100 | 18 | 1F |
| Octal | 106 | 74 | 141 | 34 | 46 | 0 | 76 | 400 | 30 | 37 |
| Binary | 1000110 | 111100 | 1100001 | 11100 | 100110 | 0 | 111110 | 100000000 | 11000 | 11111 |
Color Harmonies of #463C61
Complementary color
Monochromatic Colors of #463C61
Black with #463C61
Text Example
Text Example
White with #463C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C61; }
p { color: rgb(70,60,97); }
H1.HeaderClassName
{
color: #463C61;
}
.AnyTagClassName
{
color: #463C61;
}
</style>
background-color css
<style>
a { background-color: #463C61; }
a { background-color: rgb(70,60,97); }
div.DivClassName
{
background-color: #463C61;
}
.BgClassName
{
background-color: #463C61;
}
</style>
border-color css
<style>
span { border-color: #463C61; }
span { border-color: rgb(70,60,97); }
td.TdClassName
{
border-color: #463C61;
}
.TagClassName
{
border-color: #463C61;
}
</style>