Shades of Meteorite #463A6C
Tints of Meteorite #463A6C
RGB
CMYK
RGB Variations
Color information
#463A6C (or 0x463A6C) is known color: Meteorite. HEX triplet: 46, 3A and 6C. RGB value is (70,58,108). Sum of RGB (Red+Green+Blue) = 70+58+108=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #463A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A6C is #B9C593. Grayscale: #434343. Windows color (decimal): -12174740 or 7092806. OLE color: 7092806.
HSL color Cylindrical-coordinate representation of color #463A6C: hue angle of 254.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463A6C is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 58 | 108 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.58 |
| HSL | 254.4º | 0.3% | 0.33% | - |
| HSV(B) | 254.4º | 0.46% | 0.42% | - |
| XYZ | 6.75 | 5.41 | 14.88 | - |
| YUV | 67.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 108 | 0.35 | 0.46 | 0 | 0.58 | 254.4 | 0.3 | 0.33 |
| Hex | 46 | 3A | 6C | 23 | 2E | 0 | 3A | FE | 1E | 21 |
| Octal | 106 | 72 | 154 | 43 | 56 | 0 | 72 | 376 | 36 | 41 |
| Binary | 1000110 | 111010 | 1101100 | 100011 | 101110 | 0 | 111010 | 11111110 | 11110 | 100001 |
Color Harmonies of #463A6C
Complementary color
Monochromatic Colors of #463A6C
Black with #463A6C
Text Example
Text Example
White with #463A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A6C; }
p { color: rgb(70,58,108); }
H1.HeaderClassName
{
color: #463A6C;
}
.AnyTagClassName
{
color: #463A6C;
}
</style>
background-color css
<style>
a { background-color: #463A6C; }
a { background-color: rgb(70,58,108); }
div.DivClassName
{
background-color: #463A6C;
}
.BgClassName
{
background-color: #463A6C;
}
</style>
border-color css
<style>
span { border-color: #463A6C; }
span { border-color: rgb(70,58,108); }
td.TdClassName
{
border-color: #463A6C;
}
.TagClassName
{
border-color: #463A6C;
}
</style>