Shades of Meteorite #463263
Tints of Meteorite #463263
RGB
CMYK
RGB Variations
Color information
#463263 (or 0x463263) is known color: Meteorite. HEX triplet: 46, 32 and 63. RGB value is (70,50,99). Sum of RGB (Red+Green+Blue) = 70+50+99=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #463263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463263 is #B9CD9C. Grayscale: #3D3D3D. Windows color (decimal): -12176797 or 6500934. OLE color: 6500934.
HSL color Cylindrical-coordinate representation of color #463263: hue angle of 264.49º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463263 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 50 | 99 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.61 |
| HSL | 264.49º | 0.33% | 0.29% | - |
| HSV(B) | 264.49º | 0.49% | 0.39% | - |
| XYZ | 5.92 | 4.48 | 12.36 | - |
| YUV | 61.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 99 | 0.29 | 0.49 | 0 | 0.61 | 264.49 | 0.33 | 0.29 |
| Hex | 46 | 32 | 63 | 1D | 31 | 0 | 3D | 108 | 21 | 1D |
| Octal | 106 | 62 | 143 | 35 | 61 | 0 | 75 | 410 | 41 | 35 |
| Binary | 1000110 | 110010 | 1100011 | 11101 | 110001 | 0 | 111101 | 100001000 | 100001 | 11101 |
Color Harmonies of #463263
Complementary color
Monochromatic Colors of #463263
Black with #463263
Text Example
Text Example
White with #463263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463263; }
p { color: rgb(70,50,99); }
H1.HeaderClassName
{
color: #463263;
}
.AnyTagClassName
{
color: #463263;
}
</style>
background-color css
<style>
a { background-color: #463263; }
a { background-color: rgb(70,50,99); }
div.DivClassName
{
background-color: #463263;
}
.BgClassName
{
background-color: #463263;
}
</style>
border-color css
<style>
span { border-color: #463263; }
span { border-color: rgb(70,50,99); }
td.TdClassName
{
border-color: #463263;
}
.TagClassName
{
border-color: #463263;
}
</style>