Shades of Meteorite #463561
Tints of Meteorite #463561
RGB
CMYK
RGB Variations
Color information
#463561 (or 0x463561) is known color: Meteorite. HEX triplet: 46, 35 and 61. RGB value is (70,53,97). Sum of RGB (Red+Green+Blue) = 70+53+97=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #463561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463561 is #B9CA9E. Grayscale: #3E3E3E. Windows color (decimal): -12176031 or 6370630. OLE color: 6370630.
HSL color Cylindrical-coordinate representation of color #463561: hue angle of 263.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463561 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 53 | 97 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.62 |
| HSL | 263.18º | 0.29% | 0.29% | - |
| HSV(B) | 263.18º | 0.45% | 0.38% | - |
| XYZ | 5.96 | 4.71 | 11.9 | - |
| YUV | 63.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 97 | 0.28 | 0.45 | 0 | 0.62 | 263.18 | 0.29 | 0.29 |
| Hex | 46 | 35 | 61 | 1C | 2D | 0 | 3E | 107 | 1D | 1D |
| Octal | 106 | 65 | 141 | 34 | 55 | 0 | 76 | 407 | 35 | 35 |
| Binary | 1000110 | 110101 | 1100001 | 11100 | 101101 | 0 | 111110 | 100000111 | 11101 | 11101 |
Color Harmonies of #463561
Complementary color
Monochromatic Colors of #463561
Black with #463561
Text Example
Text Example
White with #463561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463561; }
p { color: rgb(70,53,97); }
H1.HeaderClassName
{
color: #463561;
}
.AnyTagClassName
{
color: #463561;
}
</style>
background-color css
<style>
a { background-color: #463561; }
a { background-color: rgb(70,53,97); }
div.DivClassName
{
background-color: #463561;
}
.BgClassName
{
background-color: #463561;
}
</style>
border-color css
<style>
span { border-color: #463561; }
span { border-color: rgb(70,53,97); }
td.TdClassName
{
border-color: #463561;
}
.TagClassName
{
border-color: #463561;
}
</style>