Shades of Meteorite #463D71
Tints of Meteorite #463D71
RGB
CMYK
RGB Variations
Color information
#463D71 (or 0x463D71) is known color: Meteorite. HEX triplet: 46, 3D and 71. RGB value is (70,61,113). Sum of RGB (Red+Green+Blue) = 70+61+113=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #463D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D71 is #B9C28E. Grayscale: #454545. Windows color (decimal): -12173967 or 7421254. OLE color: 7421254.
HSL color Cylindrical-coordinate representation of color #463D71: hue angle of 250.38º degrees, saturation: 0.3, 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 #463D71 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 61 | 113 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.56 |
| HSL | 250.38º | 0.3% | 0.34% | - |
| HSV(B) | 250.38º | 0.46% | 0.44% | - |
| XYZ | 7.18 | 5.83 | 16.37 | - |
| YUV | 69.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 113 | 0.38 | 0.46 | 0 | 0.56 | 250.38 | 0.3 | 0.34 |
| Hex | 46 | 3D | 71 | 26 | 2E | 0 | 38 | FA | 1E | 22 |
| Octal | 106 | 75 | 161 | 46 | 56 | 0 | 70 | 372 | 36 | 42 |
| Binary | 1000110 | 111101 | 1110001 | 100110 | 101110 | 0 | 111000 | 11111010 | 11110 | 100010 |
Color Harmonies of #463D71
Complementary color
Monochromatic Colors of #463D71
Black with #463D71
Text Example
Text Example
White with #463D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D71; }
p { color: rgb(70,61,113); }
H1.HeaderClassName
{
color: #463D71;
}
.AnyTagClassName
{
color: #463D71;
}
</style>
background-color css
<style>
a { background-color: #463D71; }
a { background-color: rgb(70,61,113); }
div.DivClassName
{
background-color: #463D71;
}
.BgClassName
{
background-color: #463D71;
}
</style>
border-color css
<style>
span { border-color: #463D71; }
span { border-color: rgb(70,61,113); }
td.TdClassName
{
border-color: #463D71;
}
.TagClassName
{
border-color: #463D71;
}
</style>