Shades of Meteorite #463D67
Tints of Meteorite #463D67
RGB
CMYK
RGB Variations
Color information
#463D67 (or 0x463D67) is known color: Meteorite. HEX triplet: 46, 3D and 67. RGB value is (70,61,103). Sum of RGB (Red+Green+Blue) = 70+61+103=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #463D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D67 is #B9C298. Grayscale: #444444. Windows color (decimal): -12173977 or 6765894. OLE color: 6765894.
HSL color Cylindrical-coordinate representation of color #463D67: hue angle of 252.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463D67 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 61 | 103 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.60 |
| HSL | 252.86º | 0.26% | 0.32% | - |
| HSV(B) | 252.86º | 0.41% | 0.4% | - |
| XYZ | 6.64 | 5.62 | 13.57 | - |
| YUV | 68.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 103 | 0.32 | 0.41 | 0 | 0.60 | 252.86 | 0.26 | 0.32 |
| Hex | 46 | 3D | 67 | 20 | 29 | 0 | 3C | FD | 1A | 20 |
| Octal | 106 | 75 | 147 | 40 | 51 | 0 | 74 | 375 | 32 | 40 |
| Binary | 1000110 | 111101 | 1100111 | 100000 | 101001 | 0 | 111100 | 11111101 | 11010 | 100000 |
Color Harmonies of #463D67
Complementary color
Monochromatic Colors of #463D67
Black with #463D67
Text Example
Text Example
White with #463D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D67; }
p { color: rgb(70,61,103); }
H1.HeaderClassName
{
color: #463D67;
}
.AnyTagClassName
{
color: #463D67;
}
</style>
background-color css
<style>
a { background-color: #463D67; }
a { background-color: rgb(70,61,103); }
div.DivClassName
{
background-color: #463D67;
}
.BgClassName
{
background-color: #463D67;
}
</style>
border-color css
<style>
span { border-color: #463D67; }
span { border-color: rgb(70,61,103); }
td.TdClassName
{
border-color: #463D67;
}
.TagClassName
{
border-color: #463D67;
}
</style>