Shades of Meteorite #463B69
Tints of Meteorite #463B69
RGB
CMYK
RGB Variations
Color information
#463B69 (or 0x463B69) is known color: Meteorite. HEX triplet: 46, 3B and 69. RGB value is (70,59,105). Sum of RGB (Red+Green+Blue) = 70+59+105=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #463B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B69 is #B9C496. Grayscale: #434343. Windows color (decimal): -12174487 or 6896454. OLE color: 6896454.
HSL color Cylindrical-coordinate representation of color #463B69: hue angle of 254.35º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463B69 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 59 | 105 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.59 |
| HSL | 254.35º | 0.28% | 0.32% | - |
| HSV(B) | 254.35º | 0.44% | 0.41% | - |
| XYZ | 6.64 | 5.45 | 14.07 | - |
| YUV | 67.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 105 | 0.33 | 0.44 | 0 | 0.59 | 254.35 | 0.28 | 0.32 |
| Hex | 46 | 3B | 69 | 21 | 2C | 0 | 3B | FE | 1C | 20 |
| Octal | 106 | 73 | 151 | 41 | 54 | 0 | 73 | 376 | 34 | 40 |
| Binary | 1000110 | 111011 | 1101001 | 100001 | 101100 | 0 | 111011 | 11111110 | 11100 | 100000 |
Color Harmonies of #463B69
Complementary color
Monochromatic Colors of #463B69
Black with #463B69
Text Example
Text Example
White with #463B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B69; }
p { color: rgb(70,59,105); }
H1.HeaderClassName
{
color: #463B69;
}
.AnyTagClassName
{
color: #463B69;
}
</style>
background-color css
<style>
a { background-color: #463B69; }
a { background-color: rgb(70,59,105); }
div.DivClassName
{
background-color: #463B69;
}
.BgClassName
{
background-color: #463B69;
}
</style>
border-color css
<style>
span { border-color: #463B69; }
span { border-color: rgb(70,59,105); }
td.TdClassName
{
border-color: #463B69;
}
.TagClassName
{
border-color: #463B69;
}
</style>