Shades of Meteorite #463875
Tints of Meteorite #463875
RGB
CMYK
RGB Variations
Color information
#463875 (or 0x463875) is known color: Meteorite. HEX triplet: 46, 38 and 75. RGB value is (70,56,117). Sum of RGB (Red+Green+Blue) = 70+56+117=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #463875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463875 is #B9C78A. Grayscale: #424242. Windows color (decimal): -12175243 or 7682118. OLE color: 7682118.
HSL color Cylindrical-coordinate representation of color #463875: hue angle of 253.77º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463875 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 56 | 117 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.54 |
| HSL | 253.77º | 0.35% | 0.34% | - |
| HSV(B) | 253.77º | 0.52% | 0.46% | - |
| XYZ | 7.15 | 5.41 | 17.5 | - |
| YUV | 67.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 117 | 0.40 | 0.52 | 0 | 0.54 | 253.77 | 0.35 | 0.34 |
| Hex | 46 | 38 | 75 | 28 | 34 | 0 | 36 | FE | 23 | 22 |
| Octal | 106 | 70 | 165 | 50 | 64 | 0 | 66 | 376 | 43 | 42 |
| Binary | 1000110 | 111000 | 1110101 | 101000 | 110100 | 0 | 110110 | 11111110 | 100011 | 100010 |
Color Harmonies of #463875
Complementary color
Monochromatic Colors of #463875
Black with #463875
Text Example
Text Example
White with #463875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463875; }
p { color: rgb(70,56,117); }
H1.HeaderClassName
{
color: #463875;
}
.AnyTagClassName
{
color: #463875;
}
</style>
background-color css
<style>
a { background-color: #463875; }
a { background-color: rgb(70,56,117); }
div.DivClassName
{
background-color: #463875;
}
.BgClassName
{
background-color: #463875;
}
</style>
border-color css
<style>
span { border-color: #463875; }
span { border-color: rgb(70,56,117); }
td.TdClassName
{
border-color: #463875;
}
.TagClassName
{
border-color: #463875;
}
</style>