Shades of Meteorite #463A6D
Tints of Meteorite #463A6D
RGB
CMYK
RGB Variations
Color information
#463A6D (or 0x463A6D) is known color: Meteorite. HEX triplet: 46, 3A and 6D. RGB value is (70,58,109). Sum of RGB (Red+Green+Blue) = 70+58+109=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #463A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A6D is #B9C592. Grayscale: #434343. Windows color (decimal): -12174739 or 7158342. OLE color: 7158342.
HSL color Cylindrical-coordinate representation of color #463A6D: hue angle of 254.12º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463A6D is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 58 | 109 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.57 |
| HSL | 254.12º | 0.31% | 0.33% | - |
| HSV(B) | 254.12º | 0.47% | 0.43% | - |
| XYZ | 6.8 | 5.43 | 15.16 | - |
| YUV | 67.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 109 | 0.36 | 0.47 | 0 | 0.57 | 254.12 | 0.31 | 0.33 |
| Hex | 46 | 3A | 6D | 24 | 2F | 0 | 39 | FE | 1F | 21 |
| Octal | 106 | 72 | 155 | 44 | 57 | 0 | 71 | 376 | 37 | 41 |
| Binary | 1000110 | 111010 | 1101101 | 100100 | 101111 | 0 | 111001 | 11111110 | 11111 | 100001 |
Color Harmonies of #463A6D
Complementary color
Monochromatic Colors of #463A6D
Black with #463A6D
Text Example
Text Example
White with #463A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A6D; }
p { color: rgb(70,58,109); }
H1.HeaderClassName
{
color: #463A6D;
}
.AnyTagClassName
{
color: #463A6D;
}
</style>
background-color css
<style>
a { background-color: #463A6D; }
a { background-color: rgb(70,58,109); }
div.DivClassName
{
background-color: #463A6D;
}
.BgClassName
{
background-color: #463A6D;
}
</style>
border-color css
<style>
span { border-color: #463A6D; }
span { border-color: rgb(70,58,109); }
td.TdClassName
{
border-color: #463A6D;
}
.TagClassName
{
border-color: #463A6D;
}
</style>