Shades of Meteorite #463E69
Tints of Meteorite #463E69
RGB
CMYK
RGB Variations
Color information
#463E69 (or 0x463E69) is known color: Meteorite. HEX triplet: 46, 3E and 69. RGB value is (70,62,105). Sum of RGB (Red+Green+Blue) = 70+62+105=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #463E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E69 is #B9C196. Grayscale: #454545. Windows color (decimal): -12173719 or 6897222. OLE color: 6897222.
HSL color Cylindrical-coordinate representation of color #463E69: hue angle of 251.16º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463E69 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 62 | 105 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.59 |
| HSL | 251.16º | 0.26% | 0.33% | - |
| HSV(B) | 251.16º | 0.41% | 0.41% | - |
| XYZ | 6.8 | 5.77 | 14.12 | - |
| YUV | 69.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 105 | 0.33 | 0.41 | 0 | 0.59 | 251.16 | 0.26 | 0.33 |
| Hex | 46 | 3E | 69 | 21 | 29 | 0 | 3B | FB | 1A | 21 |
| Octal | 106 | 76 | 151 | 41 | 51 | 0 | 73 | 373 | 32 | 41 |
| Binary | 1000110 | 111110 | 1101001 | 100001 | 101001 | 0 | 111011 | 11111011 | 11010 | 100001 |
Color Harmonies of #463E69
Complementary color
Monochromatic Colors of #463E69
Black with #463E69
Text Example
Text Example
White with #463E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E69; }
p { color: rgb(70,62,105); }
H1.HeaderClassName
{
color: #463E69;
}
.AnyTagClassName
{
color: #463E69;
}
</style>
background-color css
<style>
a { background-color: #463E69; }
a { background-color: rgb(70,62,105); }
div.DivClassName
{
background-color: #463E69;
}
.BgClassName
{
background-color: #463E69;
}
</style>
border-color css
<style>
span { border-color: #463E69; }
span { border-color: rgb(70,62,105); }
td.TdClassName
{
border-color: #463E69;
}
.TagClassName
{
border-color: #463E69;
}
</style>