Shades of Meteorite #463C5F
Tints of Meteorite #463C5F
RGB
CMYK
RGB Variations
Color information
#463C5F (or 0x463C5F) is known color: Meteorite. HEX triplet: 46, 3C and 5F. RGB value is (70,60,95). Sum of RGB (Red+Green+Blue) = 70+60+95=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #463C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C5F is #B9C3A0. Grayscale: #424242. Windows color (decimal): -12174241 or 6241350. OLE color: 6241350.
HSL color Cylindrical-coordinate representation of color #463C5F: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #463C5F is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 60 | 95 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.63 |
| HSL | 257.14º | 0.23% | 0.3% | - |
| HSV(B) | 257.14º | 0.37% | 0.37% | - |
| XYZ | 6.21 | 5.36 | 11.53 | - |
| YUV | 66.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 95 | 0.26 | 0.37 | 0 | 0.63 | 257.14 | 0.23 | 0.3 |
| Hex | 46 | 3C | 5F | 1A | 25 | 0 | 3F | 101 | 17 | 1E |
| Octal | 106 | 74 | 137 | 32 | 45 | 0 | 77 | 401 | 27 | 36 |
| Binary | 1000110 | 111100 | 1011111 | 11010 | 100101 | 0 | 111111 | 100000001 | 10111 | 11110 |
Color Harmonies of #463C5F
Complementary color
Monochromatic Colors of #463C5F
Black with #463C5F
Text Example
Text Example
White with #463C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C5F; }
p { color: rgb(70,60,95); }
H1.HeaderClassName
{
color: #463C5F;
}
.AnyTagClassName
{
color: #463C5F;
}
</style>
background-color css
<style>
a { background-color: #463C5F; }
a { background-color: rgb(70,60,95); }
div.DivClassName
{
background-color: #463C5F;
}
.BgClassName
{
background-color: #463C5F;
}
</style>
border-color css
<style>
span { border-color: #463C5F; }
span { border-color: rgb(70,60,95); }
td.TdClassName
{
border-color: #463C5F;
}
.TagClassName
{
border-color: #463C5F;
}
</style>