Shades of Meteorite #463D62
Tints of Meteorite #463D62
RGB
CMYK
RGB Variations
Color information
#463D62 (or 0x463D62) is known color: Meteorite. HEX triplet: 46, 3D and 62. RGB value is (70,61,98). Sum of RGB (Red+Green+Blue) = 70+61+98=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #463D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D62 is #B9C29D. Grayscale: #434343. Windows color (decimal): -12173982 or 6438214. OLE color: 6438214.
HSL color Cylindrical-coordinate representation of color #463D62: hue angle of 254.59º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463D62 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 61 | 98 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.62 |
| HSL | 254.59º | 0.23% | 0.31% | - |
| HSV(B) | 254.59º | 0.38% | 0.38% | - |
| XYZ | 6.4 | 5.52 | 12.28 | - |
| YUV | 67.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 98 | 0.29 | 0.38 | 0 | 0.62 | 254.59 | 0.23 | 0.31 |
| Hex | 46 | 3D | 62 | 1D | 26 | 0 | 3E | FF | 17 | 1F |
| Octal | 106 | 75 | 142 | 35 | 46 | 0 | 76 | 377 | 27 | 37 |
| Binary | 1000110 | 111101 | 1100010 | 11101 | 100110 | 0 | 111110 | 11111111 | 10111 | 11111 |
Color Harmonies of #463D62
Complementary color
Monochromatic Colors of #463D62
Black with #463D62
Text Example
Text Example
White with #463D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D62; }
p { color: rgb(70,61,98); }
H1.HeaderClassName
{
color: #463D62;
}
.AnyTagClassName
{
color: #463D62;
}
</style>
background-color css
<style>
a { background-color: #463D62; }
a { background-color: rgb(70,61,98); }
div.DivClassName
{
background-color: #463D62;
}
.BgClassName
{
background-color: #463D62;
}
</style>
border-color css
<style>
span { border-color: #463D62; }
span { border-color: rgb(70,61,98); }
td.TdClassName
{
border-color: #463D62;
}
.TagClassName
{
border-color: #463D62;
}
</style>