Shades of Meteorite #463A5D
Tints of Meteorite #463A5D
RGB
CMYK
RGB Variations
Color information
#463A5D (or 0x463A5D) is known color: Meteorite. HEX triplet: 46, 3A and 5D. RGB value is (70,58,93). Sum of RGB (Red+Green+Blue) = 70+58+93=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #463A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A5D is #B9C5A2. Grayscale: #414141. Windows color (decimal): -12174755 or 6109766. OLE color: 6109766.
HSL color Cylindrical-coordinate representation of color #463A5D: hue angle of 260.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463A5D is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 58 | 93 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.64 |
| HSL | 260.57º | 0.23% | 0.3% | - |
| HSV(B) | 260.57º | 0.38% | 0.36% | - |
| XYZ | 6.01 | 5.12 | 11.03 | - |
| YUV | 65.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 93 | 0.25 | 0.38 | 0 | 0.64 | 260.57 | 0.23 | 0.3 |
| Hex | 46 | 3A | 5D | 19 | 26 | 0 | 40 | 105 | 17 | 1E |
| Octal | 106 | 72 | 135 | 31 | 46 | 0 | 100 | 405 | 27 | 36 |
| Binary | 1000110 | 111010 | 1011101 | 11001 | 100110 | 0 | 1000000 | 100000101 | 10111 | 11110 |
Color Harmonies of #463A5D
Complementary color
Monochromatic Colors of #463A5D
Black with #463A5D
Text Example
Text Example
White with #463A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A5D; }
p { color: rgb(70,58,93); }
H1.HeaderClassName
{
color: #463A5D;
}
.AnyTagClassName
{
color: #463A5D;
}
</style>
background-color css
<style>
a { background-color: #463A5D; }
a { background-color: rgb(70,58,93); }
div.DivClassName
{
background-color: #463A5D;
}
.BgClassName
{
background-color: #463A5D;
}
</style>
border-color css
<style>
span { border-color: #463A5D; }
span { border-color: rgb(70,58,93); }
td.TdClassName
{
border-color: #463A5D;
}
.TagClassName
{
border-color: #463A5D;
}
</style>