Shades of Meteorite #463A62
Tints of Meteorite #463A62
RGB
CMYK
RGB Variations
Color information
#463A62 (or 0x463A62) is known color: Meteorite. HEX triplet: 46, 3A and 62. RGB value is (70,58,98). Sum of RGB (Red+Green+Blue) = 70+58+98=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #463A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A62 is #B9C59D. Grayscale: #424242. Windows color (decimal): -12174750 or 6437446. OLE color: 6437446.
HSL color Cylindrical-coordinate representation of color #463A62: hue angle of 258º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463A62 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 58 | 98 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.62 |
| HSL | 258º | 0.26% | 0.31% | - |
| HSV(B) | 258º | 0.41% | 0.38% | - |
| XYZ | 6.24 | 5.21 | 12.23 | - |
| YUV | 66.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 98 | 0.29 | 0.41 | 0 | 0.62 | 258 | 0.26 | 0.31 |
| Hex | 46 | 3A | 62 | 1D | 29 | 0 | 3E | 102 | 1A | 1F |
| Octal | 106 | 72 | 142 | 35 | 51 | 0 | 76 | 402 | 32 | 37 |
| Binary | 1000110 | 111010 | 1100010 | 11101 | 101001 | 0 | 111110 | 100000010 | 11010 | 11111 |
Color Harmonies of #463A62
Complementary color
Monochromatic Colors of #463A62
Black with #463A62
Text Example
Text Example
White with #463A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A62; }
p { color: rgb(70,58,98); }
H1.HeaderClassName
{
color: #463A62;
}
.AnyTagClassName
{
color: #463A62;
}
</style>
background-color css
<style>
a { background-color: #463A62; }
a { background-color: rgb(70,58,98); }
div.DivClassName
{
background-color: #463A62;
}
.BgClassName
{
background-color: #463A62;
}
</style>
border-color css
<style>
span { border-color: #463A62; }
span { border-color: rgb(70,58,98); }
td.TdClassName
{
border-color: #463A62;
}
.TagClassName
{
border-color: #463A62;
}
</style>