Shades of Meteorite #463A6A
Tints of Meteorite #463A6A
RGB
CMYK
RGB Variations
Color information
#463A6A (or 0x463A6A) is known color: Meteorite. HEX triplet: 46, 3A and 6A. RGB value is (70,58,106). Sum of RGB (Red+Green+Blue) = 70+58+106=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #463A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A6A is #B9C595. Grayscale: #424242. Windows color (decimal): -12174742 or 6961734. OLE color: 6961734.
HSL color Cylindrical-coordinate representation of color #463A6A: hue angle of 255º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463A6A is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 58 | 106 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.58 |
| HSL | 255º | 0.29% | 0.32% | - |
| HSV(B) | 255º | 0.45% | 0.42% | - |
| XYZ | 6.64 | 5.37 | 14.32 | - |
| YUV | 67.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 106 | 0.34 | 0.45 | 0 | 0.58 | 255 | 0.29 | 0.32 |
| Hex | 46 | 3A | 6A | 22 | 2D | 0 | 3A | FF | 1D | 20 |
| Octal | 106 | 72 | 152 | 42 | 55 | 0 | 72 | 377 | 35 | 40 |
| Binary | 1000110 | 111010 | 1101010 | 100010 | 101101 | 0 | 111010 | 11111111 | 11101 | 100000 |
Color Harmonies of #463A6A
Complementary color
Monochromatic Colors of #463A6A
Black with #463A6A
Text Example
Text Example
White with #463A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A6A; }
p { color: rgb(70,58,106); }
H1.HeaderClassName
{
color: #463A6A;
}
.AnyTagClassName
{
color: #463A6A;
}
</style>
background-color css
<style>
a { background-color: #463A6A; }
a { background-color: rgb(70,58,106); }
div.DivClassName
{
background-color: #463A6A;
}
.BgClassName
{
background-color: #463A6A;
}
</style>
border-color css
<style>
span { border-color: #463A6A; }
span { border-color: rgb(70,58,106); }
td.TdClassName
{
border-color: #463A6A;
}
.TagClassName
{
border-color: #463A6A;
}
</style>