Shades of Meteorite #463D72
Tints of Meteorite #463D72
RGB
CMYK
RGB Variations
Color information
#463D72 (or 0x463D72) is known color: Meteorite. HEX triplet: 46, 3D and 72. RGB value is (70,61,114). Sum of RGB (Red+Green+Blue) = 70+61+114=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #463D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D72 is #B9C28D. Grayscale: #454545. Windows color (decimal): -12173966 or 7486790. OLE color: 7486790.
HSL color Cylindrical-coordinate representation of color #463D72: hue angle of 250.19º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463D72 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 61 | 114 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.55 |
| HSL | 250.19º | 0.3% | 0.34% | - |
| HSV(B) | 250.19º | 0.46% | 0.45% | - |
| XYZ | 7.23 | 5.85 | 16.67 | - |
| YUV | 69.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 114 | 0.39 | 0.46 | 0 | 0.55 | 250.19 | 0.3 | 0.34 |
| Hex | 46 | 3D | 72 | 27 | 2E | 0 | 37 | FA | 1E | 22 |
| Octal | 106 | 75 | 162 | 47 | 56 | 0 | 67 | 372 | 36 | 42 |
| Binary | 1000110 | 111101 | 1110010 | 100111 | 101110 | 0 | 110111 | 11111010 | 11110 | 100010 |
Color Harmonies of #463D72
Complementary color
Monochromatic Colors of #463D72
Black with #463D72
Text Example
Text Example
White with #463D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D72; }
p { color: rgb(70,61,114); }
H1.HeaderClassName
{
color: #463D72;
}
.AnyTagClassName
{
color: #463D72;
}
</style>
background-color css
<style>
a { background-color: #463D72; }
a { background-color: rgb(70,61,114); }
div.DivClassName
{
background-color: #463D72;
}
.BgClassName
{
background-color: #463D72;
}
</style>
border-color css
<style>
span { border-color: #463D72; }
span { border-color: rgb(70,61,114); }
td.TdClassName
{
border-color: #463D72;
}
.TagClassName
{
border-color: #463D72;
}
</style>