Shades of Meteorite #463D70
Tints of Meteorite #463D70
RGB
CMYK
RGB Variations
Color information
#463D70 (or 0x463D70) is known color: Meteorite. HEX triplet: 46, 3D and 70. RGB value is (70,61,112). Sum of RGB (Red+Green+Blue) = 70+61+112=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #463D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D70 is #B9C28F. Grayscale: #454545. Windows color (decimal): -12173968 or 7355718. OLE color: 7355718.
HSL color Cylindrical-coordinate representation of color #463D70: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463D70 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 61 | 112 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.56 |
| HSL | 250.59º | 0.29% | 0.34% | - |
| HSV(B) | 250.59º | 0.46% | 0.44% | - |
| XYZ | 7.12 | 5.81 | 16.08 | - |
| YUV | 69.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 112 | 0.38 | 0.46 | 0 | 0.56 | 250.59 | 0.29 | 0.34 |
| Hex | 46 | 3D | 70 | 26 | 2E | 0 | 38 | FB | 1D | 22 |
| Octal | 106 | 75 | 160 | 46 | 56 | 0 | 70 | 373 | 35 | 42 |
| Binary | 1000110 | 111101 | 1110000 | 100110 | 101110 | 0 | 111000 | 11111011 | 11101 | 100010 |
Color Harmonies of #463D70
Complementary color
Monochromatic Colors of #463D70
Black with #463D70
Text Example
Text Example
White with #463D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D70; }
p { color: rgb(70,61,112); }
H1.HeaderClassName
{
color: #463D70;
}
.AnyTagClassName
{
color: #463D70;
}
</style>
background-color css
<style>
a { background-color: #463D70; }
a { background-color: rgb(70,61,112); }
div.DivClassName
{
background-color: #463D70;
}
.BgClassName
{
background-color: #463D70;
}
</style>
border-color css
<style>
span { border-color: #463D70; }
span { border-color: rgb(70,61,112); }
td.TdClassName
{
border-color: #463D70;
}
.TagClassName
{
border-color: #463D70;
}
</style>