Shades of Meteorite #463970
Tints of Meteorite #463970
RGB
CMYK
RGB Variations
Color information
#463970 (or 0x463970) is known color: Meteorite. HEX triplet: 46, 39 and 70. RGB value is (70,57,112). Sum of RGB (Red+Green+Blue) = 70+57+112=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #463970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463970 is #B9C68F. Grayscale: #424242. Windows color (decimal): -12174992 or 7354694. OLE color: 7354694.
HSL color Cylindrical-coordinate representation of color #463970: hue angle of 254.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463970 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 57 | 112 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.56 |
| HSL | 254.18º | 0.33% | 0.33% | - |
| HSV(B) | 254.18º | 0.49% | 0.44% | - |
| XYZ | 6.91 | 5.4 | 16.01 | - |
| YUV | 67.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 112 | 0.38 | 0.49 | 0 | 0.56 | 254.18 | 0.33 | 0.33 |
| Hex | 46 | 39 | 70 | 26 | 31 | 0 | 38 | FE | 21 | 21 |
| Octal | 106 | 71 | 160 | 46 | 61 | 0 | 70 | 376 | 41 | 41 |
| Binary | 1000110 | 111001 | 1110000 | 100110 | 110001 | 0 | 111000 | 11111110 | 100001 | 100001 |
Color Harmonies of #463970
Complementary color
Monochromatic Colors of #463970
Black with #463970
Text Example
Text Example
White with #463970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463970; }
p { color: rgb(70,57,112); }
H1.HeaderClassName
{
color: #463970;
}
.AnyTagClassName
{
color: #463970;
}
</style>
background-color css
<style>
a { background-color: #463970; }
a { background-color: rgb(70,57,112); }
div.DivClassName
{
background-color: #463970;
}
.BgClassName
{
background-color: #463970;
}
</style>
border-color css
<style>
span { border-color: #463970; }
span { border-color: rgb(70,57,112); }
td.TdClassName
{
border-color: #463970;
}
.TagClassName
{
border-color: #463970;
}
</style>