Shades of Meteorite #463864
Tints of Meteorite #463864
RGB
CMYK
RGB Variations
Color information
#463864 (or 0x463864) is known color: Meteorite. HEX triplet: 46, 38 and 64. RGB value is (70,56,100). Sum of RGB (Red+Green+Blue) = 70+56+100=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #463864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463864 is #B9C79B. Grayscale: #414141. Windows color (decimal): -12175260 or 6568006. OLE color: 6568006.
HSL color Cylindrical-coordinate representation of color #463864: hue angle of 259.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463864 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 56 | 100 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.61 |
| HSL | 259.09º | 0.28% | 0.31% | - |
| HSV(B) | 259.09º | 0.44% | 0.39% | - |
| XYZ | 6.24 | 5.05 | 12.7 | - |
| YUV | 65.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 100 | 0.30 | 0.44 | 0 | 0.61 | 259.09 | 0.28 | 0.31 |
| Hex | 46 | 38 | 64 | 1E | 2C | 0 | 3D | 103 | 1C | 1F |
| Octal | 106 | 70 | 144 | 36 | 54 | 0 | 75 | 403 | 34 | 37 |
| Binary | 1000110 | 111000 | 1100100 | 11110 | 101100 | 0 | 111101 | 100000011 | 11100 | 11111 |
Color Harmonies of #463864
Complementary color
Monochromatic Colors of #463864
Black with #463864
Text Example
Text Example
White with #463864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463864; }
p { color: rgb(70,56,100); }
H1.HeaderClassName
{
color: #463864;
}
.AnyTagClassName
{
color: #463864;
}
</style>
background-color css
<style>
a { background-color: #463864; }
a { background-color: rgb(70,56,100); }
div.DivClassName
{
background-color: #463864;
}
.BgClassName
{
background-color: #463864;
}
</style>
border-color css
<style>
span { border-color: #463864; }
span { border-color: rgb(70,56,100); }
td.TdClassName
{
border-color: #463864;
}
.TagClassName
{
border-color: #463864;
}
</style>